Asset validator
Skill maxwellokumu/okaudit-claude-skills/hardware-physical/asset-validator
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 asset-validatorAssembled 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
Reconcile authorized inventory against discovered devices so Claude can explain rogue assets, ghost assets, and inventory coverage gaps clearly.
SKILL.md
1.6 KB, as published. Nobody here has run it
Asset Validator
Use this skill when the user wants to compare asset inventory records against discovered devices and identify unauthorized, missing, or poorly tracked hardware.
Goal
Help Claude evaluate asset inventory quality, highlight rogue and ghost assets, and summarize the most important reconciliation issues for audit follow-up.
Workflow
- Confirm the authorized inventory file and the discovered asset file.
- Review both sources for enough identifying information to compare devices reliably.
- Identify rogue assets that appear in discovery but not inventory and ghost assets that appear in inventory but not discovery.
- Summarize coverage gaps, unusual patterns, and areas where asset records may be stale or incomplete.
- Present a practical reconciliation summary with priorities for remediation.
Inputs
Expected inputs from the bundled tool metadata:
- inventory: Path to the authorized asset inventory CSV.
- discovered: Path to the discovered asset CSV.
- output: Optional output format such as markdown, json, or csv.
Bundled Files
- main.py contains the executable asset reconciliation logic.
- README.md provides guidance and examples.
- skill.yaml captures the repo-native metadata for this skill.
- sample_input may contain representative inventory data.
Guidance
Be clear about the difference between rogue, ghost, and unknown assets. Focus on inventory integrity and the operational risk created by poor asset visibility.