Compliance checker
Skill maxwellokumu/okaudit-claude-skills/compliance-controls/compliance-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 compliance-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
Compare system configuration evidence against common control frameworks and produce a concise compliance assessment with gaps and remediation priorities.
SKILL.md
1.6 KB, as published. Nobody here has run it
Compliance Checker
Use this skill when the user needs to assess configuration evidence against a named compliance framework such as CIS, SOC2, ISO27001, or PCI-DSS.
Goal
Help Claude review configuration inputs, identify failed or missing controls, explain what the gaps mean, and present practical remediation guidance.
Workflow
- Confirm which framework or standard the user wants to assess.
- Review the provided configuration evidence and note any missing or malformed input data.
- Compare the evidence against the requested control expectations.
- Summarize passing controls, failing controls, and the highest-priority remediation actions.
- Present the result in a way that is easy for an auditor or system owner to act on.
Inputs
Expected inputs from the bundled tool metadata:
- config: Path to a JSON file describing the system configuration to assess.
- standard: Target framework or standard to compare against.
Bundled Files
- main.py contains the executable checker logic.
- README.md provides human-facing usage notes and examples.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain example evidence files for testing and demonstration.
Guidance
Prefer concise compliance language. Call out control failures clearly, explain why they matter, and separate confirmed findings from assumptions caused by missing evidence.