git-master
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is designed to execute git commands including
git add,git commit, andgit pushon the local system. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from the repository.
- Ingestion points: The skill reads local file content and changes via the
git diffcommand as specified in SKILL.md. - Boundary markers: No delimiters or instructions to ignore embedded commands within the diff data are present.
- Capability inventory: The skill has the authority to execute shell commands (
git add,git commit,git push) across all scripts as defined in SKILL.md. - Sanitization: There is no evidence of sanitization, escaping, or validation of the content retrieved from the file diffs before processing.
Audit Metadata