export-standalone

Pass

Audited by Gen Agent Trust Hub on May 2, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: Executes shell commands to bundle files and manage directories. The execution is restricted to specific tools (monolith, mkdir, realpath, which, ls, stat) via the allowed-tools configuration in the frontmatter, minimizing the attack surface.
  • [SAFE]: Implements the --isolate flag when bundling, which adds a Content Security Policy (CSP) to the output file. This is a security feature that prevents the resulting bundled file from loading remote resources or making unauthorized network requests when opened.
  • [SAFE]: The skill does not perform automated installation of external software; instead, it uses which to check for the presence of the required monolith tool and provides the user with manual installation instructions if it is missing.
Audit Metadata
Risk Level
SAFE
Analyzed
May 2, 2026, 02:20 PM