additional-htmx-and-flask-instructions
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill's primary purpose is to review and refactor user-provided code in the
templates/directory, which creates a surface for instructions embedded in those files to influence agent behavior. - Ingestion points: The skill uses the
Readtool to ingest content matchingtemplates/**/*.*. - Boundary markers: Absent. The instructions do not include delimiters or warnings for the agent to ignore instructions found within the templates being reviewed.
- Capability inventory: The skill has access to
Read,Write, andEdittools, allowing it to modify the file system based on potentially malicious input. - Sanitization: Absent. No logic is provided to filter or sanitize the content of the files before processing.
- Command Execution (LOW): The 'Memory Protocol' section explicitly instructs the agent to execute a
catcommand in abashblock. - Evidence: The protocol mandates running
cat .claude/context/memory/learnings.mdbefore starting tasks. While this is a common pattern for local agent 'memory', it involves executing shell commands to access files outside the declaredglobsscope.
Audit Metadata