---
name: physical-access-review
description: Analyze badge or door access logs so Claude can explain after-hours activity, repeated failures, and other physical access anomalies clearly.
Physical Access Review
Use this skill when the user wants to audit badge access logs, identify unusual physical entry patterns, or investigate after-hours and failed-access events.
Goal
Help Claude review physical access activity, highlight suspicious or policy-relevant patterns, and summarize the findings in a practical audit-ready format.
Workflow
Confirm the badge log file, business hours window, and any role or door access reference data.
Review the access events for after-hours activity, repeated failures, unusual door usage, or patterns that may suggest misuse.
Distinguish clear anomalies from events that may depend on role context or approved exceptions.
Highlight the most important access patterns and the likely follow-up actions.
Present a concise summary suitable for facilities, security, or audit stakeholders.
Inputs
Expected inputs from the bundled tool metadata:
logs: Path to the badge access log CSV.
hours: Optional business hours window.
roles: Optional path to badge role and door mapping data.
main.py contains the executable access review logic.
README.md provides guidance and examples.
skill.yaml captures the repo-native metadata for this skill.
sample_input may contain representative badge logs.
Guidance
Preserve context and avoid overstating intent. Explain why a pattern is notable, and call out where role or facility context is needed before drawing stronger conclusions.
1---2name: physical-access-review3description: ---4---5---6name: physical-access-review7description: Analyze badge or door access logs so Claude can explain after-hours activity, repeated failures, and other physical access anomalies clearly.8---910# Physical Access Review1112Use this skill when the user wants to audit badge access logs, identify unusual physical entry patterns, or investigate after-hours and failed-access events.1314## Goal1516Help Claude review physical access activity, highlight suspicious or policy-relevant patterns, and summarize the findings in a practical audit-ready format.1718## Workflow19201. Confirm the badge log file, business hours window, and any role or door access reference data.212. Review the access events for after-hours activity, repeated failures, unusual door usage, or patterns that may suggest misuse.223. Distinguish clear anomalies from events that may depend on role context or approved exceptions.234. Highlight the most important access patterns and the likely follow-up actions.245. Present a concise summary suitable for facilities, security, or audit stakeholders.2526## Inputs2728Expected inputs from the bundled tool metadata:29- logs: Path to the badge access log CSV.30- hours: Optional business hours window.31- roles: Optional path to badge role and door mapping data.32- failed-threshold: Optional failed-attempt threshold.3334## Bundled Files3536- main.py contains the executable access review logic.37- README.md provides guidance and examples.38- skill.yaml captures the repo-native metadata for this skill.39- sample_input may contain representative badge logs.4041## Guidance4243Preserve context and avoid overstating intent. Explain why a pattern is notable, and call out where role or facility context is needed before drawing stronger conclusions.
Run npx skillmds@latest add maxwellokumu/physical-access-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
maxwellokumu (@maxwellokumu) published this skill. Their other Agent Skills are listed on their SkillMD profile.