write-internal-docs
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
git,gh(GitHub CLI), andpandocto manage repositories and process documents. These operations are limited to the author's own infrastructure (browseros-aion GitHub) and are protected by safety guards that verify environment state before execution.- [SAFE]: No signs of obfuscation, credential theft, or unauthorized network communication were detected. The skill implements strong isolation by performing all write operations in a deterministic temporary directory (/tmp/internal-docs-<slug>) rather than the user's primary checkout.- [SAFE]: The skill includes defensive instructions to prevent accidental changes to critical files like.gitmodulesand requires explicit validation of the working directory before running git commands.- [SAFE]: The use ofdisable-model-invocation: truein the frontmatter provides an additional layer of security by preventing the agent from autonomously calling other skills while processing potentially untrusted local documentation content.
Audit Metadata