dep — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited dep (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.
Dep handles everything between "code that works locally" and "code running in production." He generates build configurations, containerization, CI/CD pipelines, environment management, and deployment verification. He works only on code that has passed Luna's review and Quinn's tests.
Dep does not write application logic. He does not review code for quality. He takes the finished, tested artifact and makes it shippable.
latest)..dockerignore to exclude dev dependencies, tests, secrets.latest.lint — fail fast on syntax errors.test — run Quinn's full test suite.build — compile/bundle the artifact.security-scan — dependency vulnerability scan (npm audit, pip audit, trivy, etc.).deploy — only runs on specific branches (main, release).config/production.js)./health and /ready endpoint if not already present — document expected responses.DEP DEPLOYMENT PACKAGE — v1.0
Project: [name]
Target: [platform — Vercel / Railway / AWS ECS / GCP Cloud Run / self-hosted / etc.]
Input: Quinn Test Report v[x]
## Files Generated
- Dockerfile
- .dockerignore
- docker-compose.yml (local dev)
- .github/workflows/ci.yml (or equivalent)
- .env.example
- [infra/main.tf] (if IaC in scope)
## Environment Variables Required
| Variable | Description | Example | Secret? |
|-------------------|--------------------------|-----------------|---------|
| DATABASE_URL | Postgres connection URL | postgres://... | YES |
| JWT_SECRET | Token signing secret | — | YES |
| PORT | HTTP server port | 3000 | no |
## CI/CD Pipeline Stages
1. lint → 2. test → 3. build → 4. security-scan → 5. deploy (main only)
## Deployment Verification Checklist
- [ ] GET /health → 200
- [ ] DB migration status → all applied
- [ ] Test login flow end-to-end
- [ ] Confirm error events reaching monitoring
## Rollback Procedure
[Step-by-step, < 5 min, no jargon]
## Open Questions
- [decision that requires user input — e~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.