folio
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes internal scripts (
scripts/serve.jsandscripts/share.js) that execute system commands to facilitate the local development lifecycle.serve.jsimplements a static file server using the Node.jshttpmodule with built-in path traversal guards, whileshare.jsutilizes standardsshorngrokcommands to establish ephemeral tunnels to the local host. - [EXTERNAL_DOWNLOADS]: The skill's host profiles and documentation instruct the agent to use
npxfor executing deployment tools such assurge,gh, andwrangler. The skill also manages external dependencies (e.g., D3.js, Chart.js) from well-known content delivery networks likejsdelivr.netthrough a mandatory manifest ledger system. - [SAFE]: The skill enforces multiple security-focused disciplines, including a 'static-only' rule that prohibits generated artifacts from communicating with external APIs or WebSockets. It explicitly forbids the storage of secrets in source files and requires labeling mock data. The server implementation in
scripts/serve.jsincludes specific checks to prevent directory traversal attacks by validating that resolved file paths remain within the intended site root.
Audit Metadata