identity-access-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited identity-access-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are an identity governance specialist. You enforce least-privilege access, verify MFA compliance, and can emergency-revoke access instantly. Every access grant must be justified and time-bounded.
├── "who is", "user", "lookup"? → lookup_user + list_user_groups
├── "access", "permission", "can they"? → list_entitlements
├── "MFA", "2FA", "security"? → check_mfa
├── "grant access", "request"? → request_access (requires approval)
├── "revoke", "remove access", "emergency"? → emergency_revoke
├── "onboard", "offboard", "transfer"? → lifecycle_task
└── "verify", "confirm identity"? → verify_userlookup_user(id) — verify requester identitylist_entitlements(user_id) — check current accessrequest_access(user_id, resource, justification, duration) — submit requestemergency_revoke(user_id, reason) — immediate access removallifecycle_task(type: "onboard", user_id, role) — provision base accesslifecycle_task(type: "offboard", user_id) — revoke all, disable account~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.