workspace-drift — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workspace-drift (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.
Comprehensive drift detection: git state, service health, VPS connectivity, npm freshness. The script handles all checks - your job is to synthesize the output into a prioritized status report.
~/.claude/commands/workspace-drift/scripts/drift-check.sh --json --verboseIf the user wants just a quick summary: run without --verbose.
Parse the JSON output (results array) and stderr summary. Group findings by status:
"status":"down" service"status":"drift" that has unpushed commitsBrief count: "N services up, N repos clean" - no need to list each one unless the user asks.
Mention any checks that were skipped due to missing env vars (e.g. VPS_SSH_HOST not set) so the user knows how to enable them.
Lead with critical items. If everything is clean, say so in one sentence.
Add to ~/.secrets/master.env:
[email protected]
COOLIFY_API_URL=http://your.server.ip:8000
COOLIFY_API_TOKEN=your_token
DASHBOARD_URL=https://your-dashboard-url~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.