devsecops
Installation
SKILL.md
DevSecOps
Operating Rules
- Inspect the repo, pipeline files, deployment manifests, and current security tooling before recommending changes.
- Prefer incremental controls that developers can keep using over heavyweight gates that will be bypassed.
- Treat credentials, artifacts, build provenance, and deployment permissions as first-class risks.
- Separate blocking release criteria from advisory findings.
Workflow
- Map the path from commit to production: source, build, test, artifact, deploy, runtime.
- Identify trust boundaries, identities, secrets, third-party actions/images, and artifact storage.
- Add or improve controls: least privilege, pinned dependencies, scanning, signing, SBOM, policy checks, and audit logging.
- Tune severity and false-positive handling so the pipeline remains usable.
- Verify with local checks, CI dry runs, or policy evaluation where available.