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, and git push on 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 diff command 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
Risk Level
SAFE
Analyzed
Apr 12, 2026, 05:51 AM
Security Audit — agent-trust-hub — git-master