sentry-create-alert
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands (
curl) and inline Python scripts (python3 -c) to interact with the Sentry API. These are standard methods for performing the skill's stated functions. - [DATA_EXFILTRATION]: All network operations are targeted at
sentry.iodomains. The skill facilitates authorized communication between the agent and the user's Sentry organization. Authentication tokens are handled as user-provided configuration for these legitimate requests. - [PROMPT_INJECTION]: Instructions are focused on gathering configuration details for Sentry alerts and do not contain attempts to bypass AI safety filters or override system instructions.
- [REMOTE_CODE_EXECUTION]: No remote scripts are downloaded or executed. The Python scripts used for JSON parsing are hardcoded within the skill and do not dynamically load external code.
Audit Metadata