pr-finisher
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and actions content from external sources.
- Ingestion points: The skill uses
gh pr viewto fetchreviews,reviewThreads, andcommentsfrom the pull request (found inSKILL.mdunder the 'Workflow' section). - Boundary markers: The instructions do not specify the use of delimiters or boundary markers when processing the text of these reviews or comments.
- Capability inventory: The agent has the capability to write files, commit changes, and execute shell commands (
npm,npx,git) based on the feedback it processes. - Sanitization: There is no explicit sanitization or filtering logic mentioned for the content retrieved from PR reviews.
- [COMMAND_EXECUTION]: The skill performs shell command execution to validate the code locally before pushing changes.
- Evidence: The skill executes
npm run build,npm run lint,npm test, andnpx ts-node scripts/ci/postprocess-smoke-workflows.tsas part of its 'Checks' and 'Workflow' steps inSKILL.md. These are standard development tasks but provide a mechanism for code execution that could be exploited if the repository's configuration files are maliciously modified.
Audit Metadata