triton-skill
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
update-triton.shscript downloads the Triton language source code directly from the official Triton GitHub repository (https://github.com/triton-lang/triton.git). This is an expected operation for a development skill and targets a well-known, legitimate project repository. - [COMMAND_EXECUTION]: The skill provides numerous example commands using
rg(ripgrep) to search through the downloaded local repository for code patterns and API definitions. These are safe, local-only search operations intended for user assistance in code navigation. - [COMMAND_EXECUTION]: The
update-triton.shscript executes standardgitcommands (clone, pull, sparse-checkout) to manage the local copy of the Triton repository. These operations are performed on the user's local machine to set up the reference materials.
Audit Metadata