Skip to main content

heartbeat

Enables proactive system monitoring with alerts and Telegram notifications, ensuring developers catch issues before they escalate.

Install this skill

or
84/100

Security score

The heartbeat skill was audited on Mar 4, 2026 and we found 2 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 78

Curl to non-GitHub URL

SourceSKILL.md
78- Bash: `curl -s -H "Authorization: Bearer $SENTRY_AUTH_TOKEN" "https://sentry.io/api/0/projects/$SENTRY_ORG/$SENTRY_PROJECT/issues/?query=is:unresolved&limit=5"`
low line 78

External URL reference

SourceSKILL.md
78- Bash: `curl -s -H "Authorization: Bearer $SENTRY_AUTH_TOKEN" "https://sentry.io/api/0/projects/$SENTRY_ORG/$SENTRY_PROJECT/issues/?query=is:unresolved&limit=5"`
Scanned on Mar 4, 2026
View Security Dashboard