skills/benredmond/apex/execute/Gen Agent Trust Hub

execute

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFEPROMPT_INJECTION
Full Analysis
  • [Indirect Prompt Injection] (LOW): The orchestrator skill possesses a vulnerability surface for indirect prompt injection by processing untrusted external data and passing it through a chain of powerful sub-skills.
  • Ingestion points: Untrusted data enters via the task-description, ticket-id, and file-path arguments defined in the frontmatter of SKILL.md.
  • Boundary markers: Absent. The workflow passes these arguments directly to apex:research and subsequent phases without using delimiters or instructions to ignore embedded commands.
  • Capability inventory: The workflow triggers apex:implement (which performs build/validation steps) and apex:ship (which executes git commits), creating a path from untrusted input to system-level changes.
  • Sanitization: Absent. There is no evidence of input validation, escaping, or filtering of the task description before it is used to drive the workflow logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:40 PM