SkillTotal AI Component Security Scan
Version updated for https://github.com/pezhik/skilltotal to version v0.34.7.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
Fixed
- Ruleset 39 — two embedded-secret false positives (closes the tripwire secret sub-cluster)
(see
RULES_CHANGELOG.md): (1) a secret next to a client-telemetry ingestion URL (*.client-telemetry.<vendor>/enqueue) is a publishable key (Sentry-DSN class) →needs_review, not scored — snowflake-connector-python’stelemetry_oob.py; (2) atesting_utils.py/test_utils.pymodule is recognised as test-support code so a hardcoded CI token there is demoted — transformers’src/transformers/testing_utils.pyhf_token. Recall preserved (secret without a telemetry URL, and non-test*_utils.py, still score).