fix-fast
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user input through the
$ARGUMENTSplaceholder, which constitutes a potential surface for indirect prompt injection. - Ingestion points: External issue descriptions are ingested via the
$ARGUMENTSvariable within theMissionsection ofSKILL.md. - Boundary markers: The input is encapsulated within
<issues>XML-style tags to provide structural separation from the skill's instructions. - Capability inventory: The skill has the authority to read project files, write analysis reports to the
.ai/workspace/analysis/directory, and perform file modifications to implement bug fixes. - Sanitization: There is no explicit evidence of sanitization or content filtering for the data provided in
$ARGUMENTSbeyond the use of delimiters.
Audit Metadata