oma-scm
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill implements standard Software Configuration Management (SCM) and Conventional Commits workflows without any malicious patterns or bypass attempts.
- [COMMAND_EXECUTION]: Employs standard local CLI tools for Git operations and repository analysis.
- Evidence: Uses
git status,git diff,git log, andgit commitinSKILL.mdto automate staging and commits. - Evidence:
resources/onboarding-risk-signals.mdusesgit log,sort,uniq, andrgto calculate maintenance metrics like churn and development velocity. - [CREDENTIALS_UNSAFE]: Includes built-in mechanisms to prevent the accidental exposure of credentials.
- Evidence:
config/commit-config.yamlcontains aforbidden_patternslist targeting sensitive files such as*.env,*.key, andcredentials.json. - Evidence:
SKILL.mdcontains explicit instructions to never stage secrets and to only stage files via explicit paths. - [DATA_EXFILTRATION]: No network exfiltration or unauthorized data access patterns were identified. Analysis is restricted to local Git metadata and project configuration files.
Audit Metadata