Devsecops checker
Skill maxwellokumu/okaudit-claude-skills/application-security/devsecops-checker
Claude-ready IT audit skills for identity, compliance, appsec, privacy, network, logging, vendor risk, and audit leadership workflows
npx -y skills add maxwellokumu/okaudit-claude-skills --skill devsecops-checkerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review CI or CD pipeline configuration for DevSecOps controls and help Claude explain maturity gaps, missing safeguards, and practical improvements.
SKILL.md
1.6 KB, 258 tokens by cl100k_base, as published. Nobody here has run it
DevSecOps Checker
Use this skill when the user wants to assess a CI or CD pipeline for security controls, maturity, and coverage across the software delivery lifecycle.
Goal
Help Claude evaluate pipeline configuration, identify missing DevSecOps safeguards, and explain what improvements would materially strengthen delivery security.
Workflow
- Review the pipeline or workflow configuration the user wants assessed.
- Identify which security controls are present, such as scanning, signing, secret handling, approvals, or artifact protections.
- Note missing or weak controls that reduce confidence in the pipeline.
- Summarize the overall maturity level and the most important gaps to address first.
- Present recommendations in a practical order that engineering teams can act on.
Inputs
Expected inputs from the bundled tool metadata:
- config: Path to the CI or CD pipeline configuration file.
- output: Optional output format.
Bundled Files
- main.py contains the executable pipeline assessment logic.
- README.md provides usage guidance and examples.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain example pipeline files.
Guidance
Focus on material delivery risks such as missing security tests, weak secret handling, lack of gating, or absent artifact protections. Keep recommendations concrete and prioritized.
What ships with it: 5 files
16.7 KB alongside SKILL.md, 1 of them executable
sample_input/
- github_actions.yml1.9 KB
- gitlab_ci.yml1.4 KB
- main.pyruns11.3 KB
- README.md1.3 KB
- skill.yaml790 B