CtrlK
BlogDocsLog inGet started
Tessl Logo

setup-dev

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

1.43x
Quality

88%

Does it follow best practices?

Impact

93%

1.43x

Average score across 3 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

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.

Medium

W021: Hidden or invisible Unicode characters detected (potential obfuscation or prompt injection)

Why it was flagged

Hidden Unicode characters detected (1 type(s) found)

Repository
getsentry/sentry
Audited
Security analysis
Snyk

Is this your skill?

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.