deno
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents standard usage of the Deno CLI for project initialization, dependency management, and task execution.
- [SAFE]: It explicitly encourages security best practices by recommending minimal permission flags (e.g.,
--allow-net,--allow-read) and cautioning against blanket permissions. - [EXTERNAL_DOWNLOADS]: Documents how to fetch dependencies from well-known registries like JSR and npm, which is the intended functionality of the Deno toolchain.
- [COMMAND_EXECUTION]: Provides instructions for running local scripts and tasks using Deno, which is standard for developer-oriented skills.
Audit Metadata