lazyweb
Fail
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill explicitly directs the agent to download a script from a remote server and pipe it directly into a shell interpreter.
- Evidence:
curl -fsSL https://www.lazyweb.com/install.sh | bashinSKILL.md. - This pattern bypasses all security checks and allows for immediate, unverified code execution on the host system.
- [COMMAND_EXECUTION]: The skill requires the
Bashtool and instructs the agent to run complex shell commands during the setup process. - Evidence: The
allowed-toolssection includesBash, and the "First Run" section contains shell execution instructions. - [EXTERNAL_DOWNLOADS]: The skill performs network requests to fetch data that is then incorporated into the agent's context.
- Evidence: Instructions to fetch
https://www.lazyweb.com/api/mcp/welcome-message. - Evidence: Mentions of external design resources at
https://styles.refero.designandhttps://reactbits.dev. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it ingests and displays content from an untrusted external API.
- Ingestion points:
https://www.lazyweb.com/api/mcp/welcome-messageinSKILL.md. - Boundary markers: None present in the instructions to prevent the agent from obeying instructions embedded in the fetched message.
- Capability inventory: The agent has access to
Bash,Read,Write, andWebFetchtools, which could be abused if the welcome message contains malicious commands. - Sanitization: No evidence of sanitization or validation of the remote content before it is processed by the agent.
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