skills/pedronauck/skills/sentry-cli/Gen Agent Trust Hub

sentry-cli

Pass

Audited by Gen Agent Trust Hub on Mar 18, 2026

Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
  • [REMOTE_CODE_EXECUTION]: Installation instructions include downloading a script from Sentry's official domain and piping it to the shell. Evidence: curl https://cli.sentry.dev/install -fsS | bash in SKILL.md. This is an established installation method for this well-known service.
  • [COMMAND_EXECUTION]: The skill documents the use of sentry CLI commands for various tasks, including API interaction. Evidence: sentry org list, sentry project view, and sentry api.
  • [CREDENTIALS_UNSAFE]: Includes commands that can display authentication tokens in the console. Evidence: sentry auth token and sentry auth status --showToken.
  • [EXTERNAL_DOWNLOADS]: Recommends installing the sentry package via NPM. Evidence: npm install -g sentry.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 18, 2026, 01:53 AM