deno-cli-tool
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several external dependencies from JSR and NPM registries. This includes a utility library maintained by the skill author (jsr:@totto2727/fp) as well as well-known third-party packages such as ora, ansis, and pi-tui. These are standard for enhancing CLI user interfaces.\n- [DATA_EXFILTRATION]: The provided reference implementation for a CLI client illustrates how to retrieve an API key from an environment variable (CONTEXT7_API_KEY) and include it in requests to an external service (context7.com). This is a standard pattern for authenticated CLI tools.\n- [COMMAND_EXECUTION]: The skill provides patterns for Deno shebangs that request necessary system permissions, such as --allow-net and --allow-env. It also references the high-privilege --allow-ffi flag in a production example, which is used for loading external binary libraries, and suggests using chmod +x for tool setup.
Audit Metadata