Coding
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill creates and manages a local directory at
~/coding/to store user-approved coding preferences. This data storage is isolated and does not interact with sensitive system files, environment variables, or credentials. - [SAFE]: All operations are restricted to the local file system. The skill's instructions explicitly forbid network requests and unauthorized file access, ensuring data remains on the user's machine.
- [COMMAND_EXECUTION]: The skill uses a shell command (
mkdir -p ~/coding) to initialize its storage directory. This is a standard setup operation that does not involve untrusted input or network-to-shell patterns.
Audit Metadata