spring-boot-security-jwt
Audited by Runlayer on Mar 16, 2026
Destructive Action
Tool passed security scan
Data Exfiltration
Privilege Escalation
Shadow Persistence
Supply Chain Compromise
Data Exfiltration
Destructive Action
Resource Abuse
Shadow Persistence
Risky tool definition detected
Destructive Action
Tool passed security scan
Risky tool definition detected
Tool: spring-boot-security-jwt/references/migration-spring-security-6x.md [2/2] Description: SecurityFilterChain filterChain(HttpSecurity http) throws Exception { http .authorizeHttpRequests(authz -> authz .requestMatchers("/api/users/{userId}/**") .access(new WebExpressionAuthorizationManager( "@authz.checkUserId(authentication, #userId)")) .anyRequest().authenticated() ); return http.build(); } ``` ### 2.
Risky tool definition detected
Risky tool definition detected
Tool: spring-boot-security-jwt/references/performance-optimization.md [2/2]
Tool passed security scan
Destructive Action
Shadow Persistence
Supply Chain Compromise
Risky tool definition detected
Tool passed security scan
Risky tool definition detected
Description: "test@example.com", "wrongpassword" ); // When - Make multiple failed attempts int attemptCount = 10; List<ResponseEntity<String>> responses = new ArrayList<>(); for (int i = 0; i < attemptCount; i++) { ResponseEntity<String> response = restTemplate.postForEntity( "/api/auth/authenticate", request, String.class ); responses.add(response); // Small delay between attempts try { Thread.sleep(100); } catch (InterruptedException e) { Thread.currentThread().interrupt(); break; } } // Then
Risky tool definition detected
Tool passed security scan
Risky tool definition detected
Tool passed security scan
Risky tool definition detected
Tool passed security scan
Passed Files (6)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan