design-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The
detect_antipatternaction inSKILL.mdaccepts external code strings, which could contain instructions intended to manipulate the agent's output. - Ingestion points:
codeparameter for thedetect_antipatternaction defined inSKILL.md. - Boundary markers: Absent; no delimiters or instructions to ignore embedded commands are present in the skill definition.
- Capability inventory: The skill's functionality is restricted to identification, generation, and teaching; it lacks access to sensitive system resources, network interfaces, or persistent storage in the provided implementation logic.
- Sanitization: Absent; untrusted code is passed to the agent without filtering or sanitization.
Audit Metadata