review
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform local repository operations and static analysis during the review process. Evidence: InSKILL.mdandreview-changes/doc.md, the agent is instructed to usegit diffto identify changes,grepto scan for hardcoded secrets, andnpxto run established tools likeeslint,tsc, andprettierfor code validation. These operations are consistent with the skill's stated purpose. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted source code and pull request data, which presents a surface for indirect prompt injection via instructions embedded in code comments or metadata. 1. Ingestion points: The skill ingests data via
git diffand theReadtool as seen inSKILL.mdandreview-changes/doc.md. 2. Boundary markers: No explicit delimiters are defined in the instructions to separate untrusted code content from agent instructions. 3. Capability inventory: The skill has access toBashfor shell execution and theTasktool for delegating tasks to sub-agents. 4. Sanitization: The instructions do not specify any sanitization or filtering of the code content before analysis.
Audit Metadata