Set up and manage the Sentry development environment using devenv. Handles fresh setup, updating existing environments, starting dev services, and troubleshooting. Use when asked to "set up sentry", "setup dev environment", "get sentry running", "start dev server", "devenv setup", "devservices not working", "sentry won't start", or any development environment issue.
90
88%
Does it follow best practices?
Impact
93%
1.43xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Security
3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt instructs embedding a plaintext password in a shell command (e.g., `.venv/bin/sentry createuser --password admin`), which requires emitting credential values verbatim and thus encourages insecure secret handling.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 1.00). The guide explicitly runs a remote installer at runtime with curl -fsSL https://raw.githubusercontent.com/getsentry/devenv/main/install-devenv.sh | bash, which fetches and executes remote code and is required for the skill to work.
Hidden Unicode characters detected (1 type(s) found)
552fb5c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.