beyond-code-build
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and act upon instructions defined in external files like
plan.mdandgate.md. A malicious actor who can modify these files could embed instructions that the agent might execute as part of the 'Task Execution' phase. - Ingestion points: The agent is instructed to read
.beyond-code/<slug>/gate.mdand.beyond-code/<slug>/plan.mdin Stage 0 and Stage 1. - Boundary markers: There are no specified delimiters or instructions to treat the content of these files as untrusted data, increasing the risk that the AI will follow instructions embedded within the plan.
- Capability inventory: The skill allows for file modifications, task execution, and shell command execution (specifically
git log,git add, andgit commit). - Sanitization: The instructions do not define any sanitization or validation logic for the content of the tasks being executed beyond topological ordering.
Audit Metadata