agentica-infrastructure
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill acts as an informational reference and contains no executable code or scripts, reducing the direct attack surface to zero.
- [COMMAND_EXECUTION]: The API specification (API_SPEC.md) mentions the availability of a
bashtool within the infrastructure's scope for agents. This is documented as a core capability for agents designed to perform technical tasks and does not represent a malicious command within the skill. - [PROMPT_INJECTION]: Indirect Prompt Injection Surface. Ingestion points:
query,task, andquestionparameters in pattern classes like Swarm and Hierarchical (API_SPEC.md). Boundary markers: Usesbuild_premiseto define role constraints and anti-patterns. Capability inventory: Mentionsbash,read_file,write_file, andsearch_codebasetools inclaude_scope.py. Sanitization: No explicit sanitization or escaping of external content is described in the reference. - [SAFE]: Use of local directories such as
.claude/cache/and/tmp/is specified for coordination databases and message caching, which is standard for maintaining state in multi-agent systems.
Audit Metadata