open-source-contributions
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (LOW): The
pr-prepareagent ingests untrusted documentation files from target repositories to identify project standards, creating a potential surface for indirect prompt injection. - Ingestion points: The agent reads
CONTRIBUTING.md,.github/CONTRIBUTING.md, andCODE_OF_CONDUCT.mdinagents/pr-prepare.md. - Boundary markers: Absent; the agent does not use specific delimiters or instructions to ignore embedded commands within these files.
- Capability inventory: The agent utilizes
BashandReadtools to execute project-defined commands such asnpm run lintandnpm testas described inagents/pr-prepare.md. - Sanitization: Absent; the skill does not perform escaping or validation of the content read from external repository files.
Audit Metadata