deno-deploy
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes instructions to download the Deno installation script from the official
deno.landdomain and pipe it to a shell for execution. This is the documented and standard installation method for the Deno runtime. - [EXTERNAL_DOWNLOADS]: The installation steps fetch the Deno runtime and the
deployctlutility from the official Deno project infrastructure and thejsrpackage registry, which are trusted sources for Deno development. - [COMMAND_EXECUTION]: The skill provides instructions to install the
deployctlcommand-line tool using thedeno installcommand, which is the official mechanism for managing global tools within the Deno ecosystem.
Audit Metadata