pe-design
Warn
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install the
@plannotator/totpackage from the npm registry usingnpm install -g. It also utilizes Google's official design system tools vianpx @google/design.mdfor validation purposes. - [DATA_EXFILTRATION]: The skill uses the
totCLI to publish local HTML artifacts to a public web service (tot.page). Although the instructions require user consent, this functionality involves uploading local project design data and content to an external remote server. - [COMMAND_EXECUTION]: The skill executes various shell commands for package management, design system linting, and artifact publishing. Specifically, it uses
npm install,npx, and thetotbinary. - [REMOTE_CODE_EXECUTION]: The skill invokes remote code through
npx @google/design.mdand the installation of the@plannotator/totpackage, which is subsequently executed as a CLI tool. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from local workspace files (CSS, design tokens, components) and remote URLs to document design systems, creating a vulnerability surface for indirect prompt injection.
- Ingestion points: Reads project files in
references/understand/index.mdand extracts data from external URLs inreferences/understand/url-and-validation.md. - Boundary markers: The instructions do not specify the use of delimiters or 'ignore embedded instructions' warnings for the data being processed.
- Capability inventory: File system writing, network communication via the publishing tool, and shell command execution.
- Sanitization: There are no explicit filtering or sanitization measures defined for the content extracted from external sources.
- [DYNAMIC_EXECUTION]: The prototype picker harness in
references/vary/picker.mdusesinnerHTMLto dynamically render HTML content from variant functions into the DOM, which is a form of local dynamic code execution.
Audit Metadata