equilateral-agents-refactored
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill architecture is susceptible to indirect prompt injection due to its core function of processing and analyzing untrusted external codebase data.
- Ingestion points: Untrusted data enters the agent's context when it reads files, performs searches, or greps content using the
Read,Glob, andGreptools across various auditing and review workflows as described inSKILL.md. - Boundary markers: The instructions lack specific delimiters or explicit warnings to the agent to ignore potentially malicious instructions embedded within the processed code (e.g., comments designed to hijack agent behavior).
- Capability inventory: The skill environment has access to powerful tools including
Bashfor command-line operations,Taskfor spawning and controlling additional agents, andmcp5_create_entitiesfor managing state and memory, all of which could be misused if an injection is successful. - Sanitization: No evidence of sanitization, validation, or escaping of external content is present in the skill's operational logic before the data is interpreted by the lead agent or passed to specialized sub-agents.
Audit Metadata