SkillTotal AI Component Security Scan
Version updated for https://github.com/pezhik/skilltotal to version v0.38.0.
- 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
Added
- Scoped / least-privilege identity execution-context signal (
ST-AUTH-SCOPED, ruleset 41). A new scanner detects short-lived, scoped, assumed identities — STS AssumeRole / session tokens, cloud managed / workload identity, impersonated service accounts, projected Kubernetes service-account tokens, dynamic-secret brokers — and surfaces them as thescoped_identitytrait (CSA “Tool Execution Context / Least-Privilege Service Identity”). This completes the execution-context dimension:embedded_credential(Agent Service Identity, largest blast radius) →delegated_authentication(User Delegated Credentials) →scoped_identity(least privilege, smallest). Neutral capability finding (0-score); addsCapability.SCOPED_IDENTITY. Scored detection is unchanged (efficacy 100% recall / 0 FP). SeeRULES_CHANGELOG.md.