Skip to main content

auditing-access-control

Automates audits of access control implementations to identify security vulnerabilities and misconfigurations in authentication and authorization.

Install this skill

or
20/100

Security score

The auditing-access-control skill was audited on May 12, 2026 and we found 10 security issues across 2 threat categories, including 5 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 28

Template literal with variable interpolation in command context

SourceSKILL.md
28- Access to the target codebase and configuration files in `${CLAUDE_SKILL_DIR}/`
high line 32

Template literal with variable interpolation in command context

SourceSKILL.md
32- Reference: `${CLAUDE_SKILL_DIR}/references/README.md` for IAM best practices, ACL vulnerability patterns, and NIST/GDPR access control standards
high line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69Scan route definitions in `${CLAUDE_SKILL_DIR}/src/routes/` for missing authorization
high line 77

Template literal with variable interpolation in command context

SourceSKILL.md
77Parse all JSON policy files in `${CLAUDE_SKILL_DIR}/infra/iam/`. Flag policies containing
high line 84

Template literal with variable interpolation in command context

SourceSKILL.md
84Analyze role definitions in `${CLAUDE_SKILL_DIR}/config/roles.yaml`. Build a permission
low line 91

External URL reference

SourceSKILL.md
91- [OWASP Access Control Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Access_Control_Cheat_Sheet.html)
low line 92

External URL reference

SourceSKILL.md
92- [NIST SP 800-53 AC Controls](https://csf.tools/reference/nist-sp-800-53/r5/ac/)
low line 93

External URL reference

SourceSKILL.md
93- [CWE-269: Improper Privilege Management](https://cwe.mitre.org/data/definitions/269.html)
low line 94

External URL reference

SourceSKILL.md
94- [CWE-285: Improper Authorization](https://cwe.mitre.org/data/definitions/285.html)
low line 95

External URL reference

SourceSKILL.md
95- [CWE-862: Missing Authorization](https://cwe.mitre.org/data/definitions/862.html)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →