oma-commit
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a defensive configuration in
config/commit-config.yamlusingforbidden_patternsto prevent sensitive files like.env,credentials.json, and private keys from being included in commits. - [SAFE]: Workflow instructions in
SKILL.mdmitigate data exposure risks by requiring specific file staging and explicitly forbidding the use of broad commands likegit add .. - [SAFE]: Command execution is restricted to legitimate
gitoperations necessary for version control workflows, with no signs of privilege escalation or unauthorized network access. - [SAFE]: Use of HEREDOC for commit message construction is a secure practice that prevents potential shell injection from the generated commit content.
Audit Metadata