spring-security-testing
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for developers to write integration tests for Spring Security. It covers standard testing annotations such as
@WithMockUserand@WithUserDetails, as well as MockMvc post-processors for JWT and OAuth2. - [SAFE]: No suspicious network operations, remote code execution patterns, or attempts to access sensitive system files were detected. All code examples use mock credentials and standard testing patterns.
- [SAFE]: The skill explicitly warns against security anti-patterns, such as disabling filters during tests or misconfiguring role prefixes, which promotes more secure testing practices.
Audit Metadata