create-design-md
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it fetches and processes untrusted content from user-provided URLs and local project files. Maliciously crafted external data could contain hidden instructions that attempt to influence the agent's behavior during the analysis phase. * Ingestion points:
SKILL.mdinstructs the agent to fetch HTML and CSS from external URLs usingcurland to read project configuration files. * Boundary markers: No explicit boundary markers or instructions are provided to the agent to ignore or delimit potential commands found within the retrieved web content. * Capability inventory: The agent has permissions to execute shell commands (npx,curl,git) and write files to the local file system. * Sanitization: No input sanitization or filtering is performed on the content retrieved from external sources. - [COMMAND_EXECUTION]: Executes shell commands including
curlfor fetching external assets,gitfor locating the project root, andnpxfor design system validation and export. - [EXTERNAL_DOWNLOADS]: Uses
npxto download the@google/design.mdpackage from the NPM registry. This package is hosted under a trusted organization scope. - [REMOTE_CODE_EXECUTION]: Performs remote code execution via the
npxutility, which fetches and runs tools from the NPM registry at runtime.
Audit Metadata