backend-development-feature-development

Pass

Audited by Gen Agent Trust Hub on Sep 24, 2026

Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user data which is interpolated into prompts for specialized subagents, potentially allowing malicious instructions in the input to influence downstream actions.
  • Ingestion points: User-provided feature descriptions (passed through the $ARGUMENTS variable) are interpolated into the instructions for every phase of the workflow in SKILL.md.
  • Boundary markers: The prompts do not use explicit delimiters or "ignore instructions" warnings to separate the trusted subagent instructions from the untrusted user input.
  • Capability inventory: The subagents invoked (such as backend-architect, deployment-engineer, and data-engineer in SKILL.md) possess high-privilege capabilities including backend code generation, database migration creation, and CI/CD pipeline configuration.
  • Sanitization: There is no evidence of validation or sanitization of the user input before it is passed to the subagents.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 24, 2026, 12:02 PM
Security Audit — agent-trust-hub — backend-development-feature-development