cpr
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its handling of untrusted data from git diffs.
- Ingestion points: The skill ingests git diff content during the
cleanstep (to remove dead code/debug logs) and thepr-updatestep (to generate titles and bodies). - Boundary markers: There are no instructions to the agent to treat diff content as data only or to ignore instructions embedded within code comments or string literals in the diff.
- Capability inventory: The skill has the capability to modify the local file system (via the
cleansub-task) and perform network operations on git forges (via thepr-updatesub-task). - Sanitization: The skill does not define any sanitization, filtering, or escaping of the diff content before it is processed by the agent.
Audit Metadata