lazyweb
Fail
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Multiple files, including the primary
SKILL.mdandREADME.md, instruct the user or agent to runcurl -fsSL https://www.lazyweb.com/install.sh | bashfor installation and updates. This pattern downloads and executes code from a remote server with full user permissions without verification. - [DATA_EXFILTRATION]: The browser utility component contains a module (
browse/src/cookie-import-browser.ts) specifically designed to locate and decrypt session cookies from local browser installations, including Chrome, Brave, and Arc, on macOS and Linux. This provides a direct path for exfiltrating sensitive session data and credentials. - [INDIRECT_PROMPT_INJECTION]: The
lazyweb-apply-design-best-practicesskill fetches instruction files from dozens of external third-party GitHub repositories and directs the agent to follow the rules found within them. This exposes the agent to indirect prompt injection if any of the referenced repositories are compromised or malicious. - [COMMAND_EXECUTION]: The
browseutility includesjsandevalcommands that allow the agent to execute arbitrary JavaScript code. Furthermore, thegenerate-prototypes.pyscript usessubprocess.run()to execute external CLI commands. - [DATA_EXFILTRATION]: The skill pack includes a telemetry logging system (
bin/lazyweb-logandbin/lazyweb-telemetry-flush) that records user prompts and tool interaction data, periodically uploading these logs to a remote server athttps://cli-lazybackend.onrender.com/events. - [DYNAMIC_EXECUTION]: The
lazyweb-updatescript programmatically updates the local skill checkout from GitHub usinggit reset --hardand subsequently reruns the installation setup script.
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