AI AGENT ADDONS

Unit Test Security Authorization

giuseppe-trisciuoglio/developer-kit
Testing & QA
1,290installs

Unit testing security rules in a Spring application helps catch access control bugs early. This skill gives you ready to use patterns for testing annotations like @PreAuthorize, @Secured, and @RolesAllowed. It covers role based access control and custom permission checks.

You can test who can call a method and who gets blocked. The patterns work without a full Spring Security setup. This makes your tests fast and focused on security logic.

Add Unit Test Security Authorization skill to your workflow

Global

mkdir -p ~/.claude/skills/unit-test-security-authorization

Project

mkdir -p .claude/skills/unit-test-security-authorization

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago