template

Pass

Audited by Gen Agent Trust Hub on Mar 26, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes local shell commands such as 'git log' and 'grep' through Bun Shell. This implementation is safe as it utilizes Bun's automatic escaping for variables, preventing command injection.
  • [EXTERNAL_DOWNLOADS]: The template includes a fallback to use 'npx tsx', which may download the 'tsx' package from the official npm registry. This is a standard practice for running TypeScript in Node.js environments and uses a well-known service.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 26, 2026, 02:42 AM