clone-website
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
wgetutility to download website resources, including recursive crawling of the target domain. - Evidence: Step 2 in
SKILL.mdinstructs the execution ofwget -r -l 3 -k -p -E -ncon user-provided URLs. - [INDIRECT_PROMPT_INJECTION]: The skill ingests and parses external website content, which could contain malicious instructions designed to manipulate the agent's behavior during the cloning process.
- Ingestion points: External website DOM, raw source code, and metadata are captured via browser automation and
wgetas described in Steps 1 and 2 ofSKILL.md. - Boundary markers: Absent. The skill does not provide specific instructions to the agent to treat external content as data only or to ignore instructions embedded within the source page.
- Capability inventory: The skill utilizes shell command execution (
wget), browser automation tools, and interaction with design tool APIs. - Sanitization: Absent. The instructions in Step 4 of
SKILL.mdencourage direct parsing of headings, body copy, and asset URLs from the captured DOM without validation or sanitization steps.
Audit Metadata