generate-conventions
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled shell script
scripts/mine_review_comments.shusing theBashtool. This script utilizesghandjqto interface with the local repository's GitHub data. It performs network operations specifically to GitHub's official API to retrieve pull request metadata and review text.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted text from external sources (GitHub PR comments) which could contain instructions designed to manipulate the agent's behavior.\n - Ingestion points: The
bodyfield of review comments and review verdicts retrieved inscripts/mine_review_comments.sh.\n - Boundary markers: The instructions do not specify delimiters or warnings for the agent to ignore instructions embedded within the mined review comments.\n
- Capability inventory: The skill possesses
Write,Edit, andBashtools, which could be misused if the agent blindly follows instructions found in review text.\n - Sanitization: There is no evidence of text sanitization or filtering to remove potentially malicious commands or instructions from the review bodies.\n
- Sanitization (Mitigation): A safety control is present in the
Confirm one at a timephase, where theAskUserQuestiontool is used to obtain explicit human approval for each proposed convention before it is written to the filesystem.
Audit Metadata