pr-summary

Pass

Audited by Gen Agent Trust Hub on Aug 17, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes output from the git repository that may contain malicious instructions.
  • Ingestion points: Untrusted data enters the agent context through the output of git log main..HEAD --oneline and git diff main...HEAD --stat as defined in SKILL.md.
  • Boundary markers: The instructions do not include boundary markers or delimiters to help the agent distinguish between its instructions and the data being summarized.
  • Capability inventory: The skill has shell execution capabilities used to run git commands.
  • Sanitization: No sanitization or filtering is applied to the git output before the agent processes it.
  • [COMMAND_EXECUTION]: The skill executes shell commands to retrieve repository metadata for generating the summary.
  • Evidence: Usage of git log and git diff commands within the analysis instructions in SKILL.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 17, 2026, 03:13 AM
Security Audit — agent-trust-hub — pr-summary