error-monitor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited error-monitor (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
!ls package.json requirements.txt go.mod Cargo.toml *.csproj 2>/dev/null !cat package.json 2>/dev/null | grep -E "react|next|express|fastify|koa|nest|vue|angular|svelte" | head -5 !cat requirements.txt pyproject.toml 2>/dev/null | grep -iE "django|flask|fastapi|starlette" 2>/dev/null | head -5
!grep -r "sentry\|bugsnag\|rollbar\|airbrake\|errortracking\|newrelic" --include="*.json" --include="*.ts" --include="*.js" --include="*.py" -l 2>/dev/null | head -5
Based on the project stack:
React/Next.js:
Sentry.init() in entry pointExpress/Fastify/Koa:
FastAPI/Django/Flask:
Go:
Generate configuration file with:
Generate project-specific error types:
AppError base class with code, message, contextValidationError for input validation failuresNotFoundError for missing resourcesAuthError for authentication/authorization failuresExternalServiceError for third-party failuresRecommend alert rules:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.