heal-spec
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from
failure.htmlandfailure.json. These artifacts are generated from the state of a web application during a failure. If the application is under an attacker's control, they could embed malicious instructions in the HTML (e.g., in hidden comments) or JSON error messages to manipulate the agent. Evidence chain:\n - Ingestion points: The skill reads
failure.json,failure.html,events.json, and the.demo.yamlspec file.\n - Boundary markers: Absent. There are no instructions to use delimiters or ignore instructions found within these files.\n
- Capability inventory: The skill has permissions for
Write,Edit, and executing shell commands viaBash(specificallynode,pnpm, andnpx). It uses these to modify the spec file and run validation/execution scripts.\n - Sanitization: Absent. The instructions tell the agent to "Read" and "Parse" the content directly without validation.\n- [COMMAND_EXECUTION]: The skill provides the agent with
Bashtool access restricted tonode,pnpm, andnpx. While these are limited, they can be used to execute the modified spec files. An attacker successful in an indirect prompt injection attack could trick the agent into writing malicious payloads into the spec files that are then executed during the validation or re-run steps.
Audit Metadata