drdeploy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited drdeploy (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.
Live monitor for shipped websites. Catches the embarrassing things that ship without anyone noticing: leaked OpenAI/Anthropic/Stripe/AWS keys in JS bundles, broken og:image, missing favicons, exposed .env files, missing security headers, expired TLS certs, broken SEO basics.
Invoke this skill when the user:
Do NOT invoke this skill for:
npm audit, bun audit, or Snyk)# Trigger a scan
drdeploy scan example.com
# List sites in the user's workspace
drdeploy list
# Add a new site to monitor
drdeploy add example.com
# Authenticate (RFC 8628 device flow — opens a browser)
drdeploy loginIf the user isn't logged in, drdeploy scan will tell them to run drdeploy login first.
If the site isn't verified yet, drdeploy scan returns a site_unverified error pointing the user at the dashboard for DNS-TXT or .well-known/ verification.
A successful scan returns a scan_run_id and a "watch progress on the dashboard" hint. The actual findings live on drdeploy.dev (or in the public-share URL if the site has sharing enabled). To fetch findings programmatically without leaving the terminal, use the embedded MCP server:
# Already configured if the user ran `drdeploy mcp install --client claude`
# Available tools:
# drdeploy_list_sites
# drdeploy_scan(host)
# drdeploy_get_findings(host) ← fetches latest findings as Markdown
# drdeploy_get_status(host) ← lightweight health checkSeverity levels: critical > warn > info > ok. Surface critical and warn to the user; mention info only if the user asks for the full picture.
drdeploy scan myapp.com
# Wait ~10-30s, then:
drdeploy_get_findings(host: "myapp.com") # via MCPCompare the new findings to the previous scan. Highlight regressions (new findings since last clean run).
Run drdeploy scan and look for findings with check_id starting og:. The output cites the exact tag, the resolved URL (or 404), and a fix suggestion.
Run drdeploy scan. Findings under secrets: are pattern-matched leaks. Each has a confidence score (high / medium / low) and a snippet of the asset URL where it was found. ROTATE the key first if confidence is high — the leak is already public.
~/.config/drdeploy/token (mode 0600).ddp_…) from any output before returning to the agent.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.