create-headless-agent
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill implements a
shelltool usingBun.spawnto execute shell commands. This is a core functionality for the scaffolded agent to perform system tasks.\n- [COMMAND_EXECUTION]: Includes a specification for ajs_repltool that maintains a persistent JavaScript/TypeScript REPL process, allowing for dynamic code execution within the agent's context.\n- [EXTERNAL_DOWNLOADS]: Theweb_fetchtool specification inreferences/tools.mdincludes explicit instructions for SSRF (Server-Side Request Forgery) protection, directing the implementation to block access to localhost and private network IP ranges.\n- [SAFE]: Secret management follows industry standards, using environment variables and.envfiles for API keys rather than hardcoding sensitive information.\n- [SAFE]: The agent's retry logic is designed to prevent the double-execution of mutating tools (such as file writes or shell commands) by disabling retries once any tool call has been initiated.\n- [SAFE]: All identified dependencies, including@openrouter/agent,zod,ajv, and@modelcontextprotocol/sdk, are legitimate and originate from trusted sources or the skill's own organization.
Audit Metadata