expose-tunnel
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill contains instructions that direct the agent to execute steps 'autonomously' and to 'run the Bash commands directly, do not just describe them'. This pattern attempts to override standard agent behavior regarding user confirmation and transparency.
- [COMMAND_EXECUTION]: The skill performs extensive command-line operations, including process management (killing existing services via
lsofandpkill), environment setup, and launching background processes for the web server and the network tunnel. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npm cito fetch dependencies and uses the Cloudflare Tunnel (cloudflared) tool to establish remote connectivity. While these target well-known services (NPM and Cloudflare), they involve external network interactions and code execution. - [DATA_EXPOSURE]: The instructions explicitly reference and access sensitive local files, including
.env.production.localfor environment variables and Cloudflare credential files located in~/.cloudflared/. The skill also establishes a public endpoint (tunnel) to the local server, which creates a data exposure surface.
Audit Metadata