reality-gate
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides
scripts/audit.sh, which executes shell commands to analyze the target repository's structure and code patterns using standard utilities likegrep,find, andgit. - [COMMAND_EXECUTION]: The
scripts/audit.shscript, when invoked with the--probeflag, executesgo teston detected integration packages. This execution is part of the intended audit process but involves running code from the repository under analysis. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to process and analyze untrusted data from external repositories, presenting a surface for indirect prompt injection.
- Ingestion points: The
scripts/audit.shscript and the agent's audit workflow read file contents, metadata, and configuration from the target repository root. - Boundary markers: No explicit delimiters or boundary markers are used when the agent or the script ingests data for analysis.
- Capability inventory: The skill possesses the capability to read, write, and execute shell commands (via the
Bashtool andscripts/audit.sh). - Sanitization: The skill does not implement specific sanitization or filtering for the content ingested from the target repository before processing.
Audit Metadata