Skip to main content

fix-observability

Fixes observability issues by auditing and addressing the highest priority gaps in monitoring and tracking systems.

Install this skill

or
67/100

Security score

The fix-observability skill was audited on Feb 9, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 139

Curl to non-GitHub URL

SourceSKILL.md
139curl -s http://localhost:3000/api/health | jq
low line 47

Access to hidden dotfiles in home directory

SourceSKILL.md
47~/.claude/skills/sentry-observability/scripts/init_sentry.sh
low line 89

Access to hidden dotfiles in home directory

SourceSKILL.md
89~/.claude/skills/sentry-observability/scripts/create_alert.sh --name "New Errors" --type issue
medium line 99

Access to hidden dotfiles in home directory

SourceSKILL.md
99- Source: `~/.claude/skills/observability/references/posthog-patterns.md`
low line 136

Access to hidden dotfiles in home directory

SourceSKILL.md
136~/.claude/skills/sentry-observability/scripts/verify_setup.sh
medium line 64

Access to .env file

SourceSKILL.md
64Add to `.env.local`:
low line 82

Access to .env file

SourceSKILL.md
82level: process.env.LOG_LEVEL || 'info',
medium line 110

Access to .env file

SourceSKILL.md
1105. Add env vars to `.env.example`:
medium line 125

Access to .env file

SourceSKILL.md
125Add to `.env.local`:
low line 149

Access to .env file

SourceSKILL.md
149Added: SENTRY_DSN to .env.local
low line 114

External URL reference

SourceSKILL.md
114NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
low line 128

External URL reference

SourceSKILL.md
128NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com
low line 139

External URL reference

SourceSKILL.md
139curl -s http://localhost:3000/api/health | jq
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →