Access Review

🌐Community
by bagelhole · vlatest · Repository

Quickly identifies access rights and potential vulnerabilities across systems using Bagelhole's intelligent review process.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add access-review npx -- -y @trustedskills/access-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "access-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/access-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The access-review skill facilitates automated reviews of user access rights within a system. It can identify users with excessive permissions, flag potential security risks associated with unused accounts, and generate reports summarizing access control findings. This helps maintain a robust security posture by ensuring least privilege principles are followed.

When to use it

  • Periodic Security Audits: Regularly review user access to ensure compliance and identify anomalies.
  • New User Onboarding/Offboarding: Automate the process of granting or revoking access when employees join or leave a company.
  • Privilege Escalation Detection: Identify users who may have been granted more permissions than necessary, potentially increasing risk.
  • Compliance Reporting: Generate reports required for regulatory compliance related to access controls.

Key capabilities

  • Automated Access Review
  • Excessive Permission Identification
  • Unused Account Flagging
  • Report Generation

Example prompts

  • "Review user permissions in the 'production' environment and report any users with more than read-only access."
  • "Identify accounts that have been inactive for over 90 days."
  • "Generate a summary report of all user access rights, sorted by privilege level."

Tips & gotchas

The skill requires appropriate credentials to query the system's access control data. Ensure these are configured correctly before use; otherwise, results may be incomplete or inaccurate.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bagelhole
Installs
8

🌐 Community

Passed automated security scans.