odoo-commit
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard git CLI commands such as
git diff,git status,git commit, andgit rebaseto manage local repository state. These commands are typical for the skill's stated purpose of git commit management. - [SAFE]: All external URLs point to official Odoo documentation or the trusted Odoo Community Association (OCA) wiki on GitHub.
- [SAFE]: The skill has a surface for indirect prompt injection because it processes untrusted data from the local git repository (e.g., diffs or log entries). This is a common characteristic of development-oriented skills. Evidence: 1. Ingestion points: Output from
git diff,git status, andgit logcommands (SKILL.md). 2. Boundary markers: No explicit boundary markers or instruction-ignore delimiters are specified for the git output. 3. Capability inventory: Git operations including staging (git add), committing (git commit), and history rewriting (git rebase) (SKILL.md). 4. Sanitization: No sanitization is performed on the data ingested from the git repository.
Audit Metadata