vue-components
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill executes
scripts/fetch-stitch.shto download HTML files from dynamic URLs usingcurl. This is a functional requirement for design retrieval. \n- [COMMAND_EXECUTION]: The agent uses theBashtool to run local scripts andnpmfor managing dependencies and executing validation tools. \n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it fetches and processes external HTML content which could contain malicious instructions. \n - Ingestion points: External data is ingested via
htmlCode.downloadUrlas described inSKILL.md. \n - Boundary markers: Absent; the skill does not wrap external data in protective delimiters. \n
- Capability inventory: The agent can execute shell commands, write to the file system, and access the network. \n
- Sanitization: No sanitization or filtering is applied to the fetched HTML before it is used for code generation.
Audit Metadata