sapcc-review
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. It ingests untrusted repository data and possesses high-privilege capabilities that can be triggered by that data.
- Ingestion points: The skill maps and reads all Go files in the repository using
Glob,Read, andGrepin Phase 1 and Phase 2 (via specialist agents). - Boundary markers: There are no explicit boundary markers or instructions to ignore embedded malicious instructions within the files being processed.
- Capability inventory: The skill has the
Bashtool and uses it to execute shell commands. In Phase 4, it executesmake checkandgo test, which are scripts defined by the repository under review. - Sanitization: No sanitization or validation of the repository's build/test scripts is performed before execution.
- [COMMAND_EXECUTION]: The skill's automated 'Fix' phase (triggered by the optional
--fixflag) executes arbitrary project-defined scripts. Specifically, the instructionmake check 2>/dev/null || go test ./...inSKILL.mdruns commands defined in the repository'sMakefileor test suite. While this is necessary for verifying fixes, it represents a command execution risk if the repository being reviewed is untrusted or contains malicious build/test definitions.
Audit Metadata