match-section
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute local development commands, including thestudioCLI for WordPress management,nodefor running helper scripts (scripts/run.mjs), and ImageMagick tools (identify,convert) for cropping and comparing screenshots. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes
styledHtmlcaptured from external source websites to inform its design decisions. - Ingestion points: The
styledHtmlfield withinoutputDir/sections/<slug>.json, as well as configuration data in<outputDir>/asset-triage.json. - Boundary markers: The instructions lack specific delimiters or instructions for the agent to ignore potentially malicious content embedded within the source HTML.
- Capability inventory: The skill has access to powerful tools like
Bash(command execution),WriteandEdit(filesystem access), and thestudioCLI (WordPress database/site modification). - Sanitization: There is no evidence of sanitization or filtering applied to the captured source content before it is used by the AI model to generate WordPress block markup.
Audit Metadata