build
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted content from GitHub issues which could potentially contain malicious instructions.
- Ingestion points: Reads titles, bodies, and comments from GitHub using
gh issue viewinSKILL.md. - Boundary markers: Absent; there are no instructions to the agent to treat the issue data as untrusted or to ignore embedded commands.
- Capability inventory: The agent can execute shell commands (
curl,gh,jq), use MCP tools (veris), and run local repository scripts (.veris/run.sh). - Sanitization: Absent; the skill processes issue content directly to identify load-bearing claims.
- [COMMAND_EXECUTION]: The skill executes various CLI tools and repository-local scripts as part of its workflow.
- Evidence: Uses
gh,curl, andjqfor data processing, and executes.veris/run.shfor integration testing. - [EXTERNAL_DOWNLOADS]: The skill retrieves data and configuration from external vendor infrastructure.
- Evidence: Interacts with
https://svc.api.veris.aifor sandbox orchestration and schema retrieval.
Audit Metadata