component
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (HIGH): The framework explicitly supports and provides examples for agents with unrestricted shell access.
- Evidence: In
references/patterns.md, theexecutor.mdagent is defined withallowed-tools: [Bash(*)]andpermissionMode: allow, granting the agent full system access without user confirmation. - Evidence: In
references/examples.md, thedeployer.mdagent usesBash(kubectl:*)andBash(docker:*)with the capability to modify infrastructure. - [PROMPT_INJECTION] (HIGH): The architecture is highly vulnerable to Indirect Prompt Injection (Category 8) due to the combination of untrusted data ingestion and high-privilege capabilities.
- Ingestion points:
agents/reviewer.md(viagit diff) andagents/researcher.md(viaWebFetch) inreferences/examples.mdingest untrusted external data. - Boundary markers: None of the provided examples or syntax references include the use of delimiters or instructions to ignore embedded commands in external data.
- Capability inventory: High-risk tools like
Bash(*),Write, andAgent(for spawning more agents) are available to components processing this data. - Sanitization: There is no evidence of input validation or sanitization logic in the documentation or the validation script (
scripts/validate.py). - [REMOTE_CODE_EXECUTION] (MEDIUM): The framework facilitates the execution of code generated or retrieved from remote sources.
- Evidence:
skills/container-ops/SKILL.mdinreferences/examples.mdincludes an embedded Dockerfile template which agents are encouraged to build and run, creating a path for runtime code execution. - [DYNAMIC_EXECUTION] (MEDIUM): The
scripts/generate.pyscript uses string templates to create executable markdown configurations. While the script itself is a local utility, it demonstrates a pattern of generating operational logic from templates which could be manipulated if input sources are not controlled.
Recommendations
- AI detected serious security threats
Audit Metadata