audit-deploy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited audit-deploy (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.
Did it work?
Is it running in production?
# Does build pass?
npm run build| Status | Meaning |
|---|---|
| Success | Build OK |
| Fail | Broken |
# Did it deploy?
git push
# or
npm run deploy| Status | Meaning |
|---|---|
| Success | Deployed |
| Fail | Failed |
# Is it running?
curl -s -o /dev/null -w "%{http_code}" https://site.com| Status | Meaning |
|---|---|
| 200 | Running |
| 500 | Broken |
| 404 | Missing |
# Is it the right version?
curl site.com/version| Check | Match |
|---|---|
| Git hash | Yes/No |
| Date | Yes/No |
## Deploy Audit - [env]
### Build
- [PASS/FAIL] Build: [result]
- Time: [s]s
### Deploy
- [PASS/FAIL] Deploy: [result]
- To: [environment]
### Health
- [OK/ISSUE] Status: [code]
- [OK/ISSUE] Version: [v]
### Rollback?
- [YES/NO]| If | Then |
|---|---|
| Deploy fail | Revert |
| Health fail | Revert |
| Errors spike | Revert |
Role: Deploy Auditor Input: Deployment Output: Does it work?
Ship it. Verify it. Keep it.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.