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 theallowed-toolsconfiguration in the frontmatter, minimizing the attack surface. - [SAFE]: Implements the
--isolateflag 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
whichto check for the presence of the requiredmonolithtool and provides the user with manual installation instructions if it is missing.
Audit Metadata