website-cloner
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection attack surface because it ingests untrusted data from arbitrary external URLs to generate reports and code.
- Ingestion points: The
website-analyzer/SKILL.mdandwebsite-builder/SKILL.mdsub-skills utilize theWebFetchtool to retrieve HTML, metadata, and assets from user-provided URLs. - Boundary markers: The instructions do not define specific delimiters or instructions for the agent to ignore potentially malicious directions embedded within the fetched external content.
- Capability inventory: The suite has the capability to write files to the local system and execute shell commands (
npm,git) via thewebsite-builder/SKILL.mdandSKILL.mdfiles. - Sanitization: There is no explicit mechanism described to sanitize or filter the content retrieved from external websites before it is processed by the AI models.
- [COMMAND_EXECUTION]: The skill uses local shell commands to manage project files, initialize repositories, and build the website projects.
- Evidence:
SKILL.mdexecutesgit rev-parse,git fetch,git pull, andgit stashto synchronize the working environment.website-builder/SKILL.mdexecutesnpm create vite@latest,npm install,npx shadcn@latest init, andgit pushto implement and deploy the generated site.
Audit Metadata