notebook
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.run()inscripts/normalize.pyto execute document converters and custom parsers. The commands are constructed using static configuration fromparsers/registry.jsonor well-known binary paths (e.g.,markitdown). User input{input}is correctly handled as a path argument. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading documents from the internet via the
/notebook:ingestcommand. This process includes explicit security controls: the agent must confirm the specific domain with the user, temporarily whitelists only that domain in.claude/settings.local.json, and immediately re-seals the environment after the download is complete. This follows the principle of least privilege for network access. - [SAFE]: The 'Homoglyph' warning flagged in
references/parsers.mdis a false positive related to Cyrillic characters used for instructional purposes in a Russian-language document; it does not represent a typosquatting attack on a domain. - [SAFE]: The permission rules written to
.claude/settings.local.jsoninscripts/isolation.pyserve to restrict the agent's capabilities (denyingWebFetch,WebSearch, and shell-based network tools likecurlandwget) to ensure session privacy, which is a defensive security feature rather than a threat.
Audit Metadata