lazyweb-design-create
Fail
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructions advise the agent to tell the user to execute a remote script using
curl -fsSL https://www.lazyweb.com/install.sh | bash. This is a high-risk pattern that executes unverified code with the user's shell privileges, bypassing standard package management and verification processes. - [CREDENTIALS_UNSAFE]: The skill and its included Python scripts (
fetch-evidence.py,generate-prototypes.py) access sensitive files in the~/.lazyweb/directory, includinglazyweb_mcp_tokenandopenai_api_key. Furthermore, the skill instructs the agent to read theINTEGRITYfile and pass its content as a tool argument, exposing local system identifiers and fingerprints to the AI model's context. - [COMMAND_EXECUTION]: The skill executes several local scripts and binaries. The
generate-prototypes.pyscript usessubprocess.runto call thecodexcommand-line tool. TheSKILL.mdalso contains shell logic for browser setup, file system operations, and image uploads viacurl. - [DATA_EXFILTRATION]: The skill's scripts use
urllib.requestto transmit data tolazyweb.comandapi.openai.com. This data includes the locally retrieved tokens, system fingerprints, and search queries. - [PROMPT_INJECTION]: The skill processes untrusted data from external design database results and web search output (ingestion points). It lacks explicit boundary markers or delimiters when interpolating these results into report templates or internal prompts. The skill possesses extensive capabilities including shell execution, file writing, and network operations (capability inventory). There is no evidence of sanitization or filtering of the external content before it is processed (sanitization absent).
Recommendations
- HIGH: Downloads and executes remote code from: https://www.lazyweb.com/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata