deploy-website
Warn
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill dynamically constructs and executes shell commands to start web servers based on the detected project type, such as
npm run dev,php -S localhost:8000,python manage.py runserver, andcargo run.\n- [REMOTE_CODE_EXECUTION]: The skill explicitly instructs the agent to search for and execute startup commands found within documentation files such asREADME.md,AGENTS.md, and.monkeycode/MEMORY.md. If these files originate from an untrusted source, such as a malicious or compromised repository, they could contain destructive shell commands that the agent will execute in the user's local environment.\n- [PROMPT_INJECTION]: Indirect prompt injection vulnerability. The skill ingests instructions from untrusted workspace files to determine its execution logic without sanitization or strict boundary markers. Ingestion points includeREADME.md,AGENTS.md, and.monkeycode/MEMORY.md. The skill has access to thebackground_terminal_createtool for arbitrary shell execution and does not perform validation against a whitelist of safe commands before extracting and executing strings from the documentation.\n- [EXTERNAL_DOWNLOADS]: The skill executes package managers includingnpm,pip,composer, andbundleto download and install dependencies from external registries based on the configuration files found in the workspace (e.g.,package.json,requirements.txt).
Audit Metadata