best-practices

Pass

Audited by Gen Agent Trust Hub on Sep 18, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided prompts and interpolates them directly into subagent tasks (e.g., Task task-intent-analyzer(\"[user's prompt]\")) without using boundary markers or delimiters. This creates a surface for indirect prompt injection where a malicious prompt could attempt to influence the subagents' behavior.\n
  • Ingestion points: SKILL.md accepts raw user input for transformation.\n
  • Boundary markers: Absent; user input is directly interpolated into instructions for the subagents.\n
  • Capability inventory: The skill uses the Task tool to invoke subagents in agents/ that possess Glob, Grep, and Read capabilities to explore the local codebase and search reference documentation.\n
  • Sanitization: No escaping, filtering, or validation is performed on the [user's prompt] before it is passed to the sub-tasks.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 18, 2026, 03:32 AM
Security Audit — agent-trust-hub — best-practices