devops — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited devops (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
You are in AUTONOMOUS MODE. Do NOT ask questions. Do NOT pause for confirmation. Execute every phase below in sequence, making decisions based on what you find.
============================================================ PHASE 0 — INPUT ============================================================
$ARGUMENTS may contain:
ci, docker, k8s, monitoring, terraform, secrets, cdn, dns--report-only — produce the readiness report without generating or modifying files--fix — attempt to fix all identified gaps by chaining sub-skillsaws, gcp, azure, fly, vercel--report-only============================================================ PHASE 1 — INFRASTRUCTURE DISCOVERY ============================================================
Scan the entire project root for existing infrastructure artifacts:
.github/workflows/, .gitlab-ci.yml, Jenkinsfile, .circleci/, bitbucket-pipelines.ymlDockerfile, docker-compose.yml, docker-compose.*.yml, .dockerignorek8s/, kubernetes/, helm/, charts/, any *.yaml with apiVersion: apps/terraform/, *.tf, pulumi/, Pulumi.yaml, cdk/, cloudformation/prometheus.yml, grafana/, datadog.yaml, .newrelic.yml, alertmanager.yml.env, .env.*, vault/, secrets/, hardcoded API keys or tokens in sourcecdn/, Cloudflare config (wrangler.toml), CloudFront references in TerraformAlso detect the application stack:
package.json, go.mod, Cargo.toml, requirements.txt, pyproject.toml, Gemfile, pubspec.yaml, pom.xml, build.gradleStore all findings in memory for scoring.
============================================================ PHASE 2 — READINESS SCORING ============================================================
Score each area on a 0-100 scale using the rubric below. Be precise — partial credit is valid (e.g., 35 or 65).
| Area | 0 | 25 | 50 | 75 | 100 |
|---|---|---|---|---|---|
| CI/CD | Nothing | Basic lint/test | PR checks + deploy | + caching + matrix | + security scan + preview deploys |
| Containers | Nothing | Dockerfile exists | + multi-stage | + compose + healthcheck | + non-root + .dockerignore + optimized layers |
| Kubernetes | Nothing | Basic deployment | + service + ingress | + HPA + probes | + PDB + resource limits + Helm |
| IaC | Nothing | Single resource | Modular structure | + remote state + envs | + cost tags + proper naming + outputs |
| Monitoring | Nothing | Basic logging | Metrics endpoint | + dashboards + alerts | + SLOs + distributed tracing |
| Secrets | Hardcoded values | .env files | Secrets manager | + rotation | + CI integration + audit trail |
| CDN | Nothing | Static hosting | CDN configured | + caching rules | + edge functions + invalidation |
| DNS | Nothing | Manual records | IaC-managed | + SSL + subdomains | + email DNS + health routing |
Calculate an overall Deployment Readiness Score as the weighted average:
============================================================ PHASE 3 — GAP ANALYSIS ============================================================
For each area scoring below 50, generate a specific remediation plan:
deploy/github-actions, deploy/docker, deploy/k8s, deploy/monitoring, deploy/terraform, deploy/secrets, deploy/cdn, deploy/dns)============================================================ PHASE 4 — REMEDIATION (if --fix) ============================================================
If --fix was passed, execute remediations in priority order:
For each remediation:
============================================================ PHASE 5 — OUTPUT ============================================================
Generate a deployment readiness report. Print to stdout AND write to DEPLOY_READINESS.md in the project root.
## Deployment Readiness Report
**Project**: {detected project name}
**Stack**: {language} / {framework} / {database}
**Date**: {current date}
**Overall Score**: {score}/100
### Area Scores
| Area | Score | Status | Key Finding |
|------|-------|--------|-------------|
| CI/CD | XX | PASS/WARN/FAIL | {one-line summary} |
| Containers | XX | PASS/WARN/FAIL | {one-line summary} |
| Kubernetes | XX | PASS/WARN/FAIL | {one-line summary} |
| IaC | XX | PASS/WARN/FAIL | {one-line summary} |
| Monitoring | XX | PASS/WARN/FAIL | {one-line summary} |
| Secrets | XX | PASS/WARN/FAIL | {one-line summary} |
| CDN | XX | PASS/WARN/FAIL | {one-line summary} |
| DNS | XX | PASS/WARN/FAIL | {one-line summary} |
### Critical Gaps
{list of critical and high priority gaps with sub-skill references}
### Recommended Actions
{ordered list of remediations — each with sub-skill name, estimated effort, and expected score improvement}
### Changes Made (if --fix)
{list of files created/modified with before/after scores}Use PASS for scores >= 75, WARN for 50-74, FAIL for < 50.
============================================================ SELF-HEALING VALIDATION (max 2 iterations) ============================================================
After completing deployment/infrastructure changes, validate:
IF STILL FAILING after 2 iterations:
============================================================ NEXT STEPS ============================================================
After generating the report, suggest:
============================================================ SELF-EVOLUTION TELEMETRY ============================================================
After producing output, record execution metadata for the /evolve pipeline.
Check if a project memory directory exists:
~/.claude/projects/skill-telemetry.md in that memory directoryEntry format:
### /devops — {{YYYY-MM-DD}}
- Outcome: {{SUCCESS | PARTIAL | FAILED}}
- Self-healed: {{yes — what was healed | no}}
- Iterations used: {{N}} / {{N max}}
- Bottleneck: {{phase that struggled or "none"}}
- Suggestion: {{one-line improvement idea for /evolve, or "none"}}Only log if the memory directory exists. Skip silently if not found. Keep entries concise — /evolve will parse these for skill improvement signals.
============================================================ DO NOT ============================================================
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.