pm-url2proto
Warn
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from untrusted external URLs using
mcp__Claude_in_Chrome__read_pageandWebFetch. If a target website contains malicious text or hidden instructions designed to manipulate the agent, it could influence the code generation process. - Ingestion points: Target page accessibility tree (read_page) and raw HTML (WebFetch).
- Boundary markers: Absent; there are no specific instructions to ignore malicious directives found within the scraped content.
- Capability inventory: File system write (project creation), shell command execution (npm install), and network operations (Chrome automation).
- Sanitization: Not explicitly performed on the ingested content before it is used for code generation.
- [DYNAMIC_EXECUTION]: The skill dynamically assembles a Next.js project based on design tokens and layout structures extracted from external websites. The generated code is intended to be executed locally by the user.
- [COMMAND_EXECUTION]: The instructions direct the user to execute shell commands including
npm install,npm run dev, andnpx tsc --noEmiton the project folder created by the agent. - [REMOTE_CODE_EXECUTION]: The skill uses
mcp__Claude_in_Chrome__javascript_toolto execute JavaScript snippets (documented inreferences/extraction-scripts.md) on remote web pages provided by the user to facilitate data extraction. - [UNVERIFIABLE_DEPENDENCIES]: The project scaffold in
references/project-scaffold.mdrelies on several external packages (next,react,tailwindcss, etc.) which are downloaded and installed at runtime when the user follows the execution instructions.
Audit Metadata