spring-boot-security-jwt

Warn

Audited by Runlayer on Mar 16, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
88%
Files
20
Flagged
14
Chunks
41
Flagged Files (14)
spring-boot-security-jwt/assets/generate-jwt-keys.shMEDIUM
88.3%

Destructive Action

spring-boot-security-jwt/references/oauth2-integration.mdMEDIUM
86.2%

Tool passed security scan

Data Exfiltration

Privilege Escalation

Shadow Persistence

Supply Chain Compromise

spring-boot-security-jwt/scripts/test-jwt-setup.shMEDIUM
84.0%

Data Exfiltration

Destructive Action

Resource Abuse

Shadow Persistence

spring-boot-security-jwt/references/security-hardening.mdMEDIUM
83.4%

Risky tool definition detected

Destructive Action

spring-boot-security-jwt/references/migration-spring-security-6x.mdMEDIUM
81.8%

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.

spring-boot-security-jwt/references/microservices-security.mdMEDIUM
81.7%

Risky tool definition detected

spring-boot-security-jwt/references/performance-optimization.mdMEDIUM
79.5%

Risky tool definition detected

Tool: spring-boot-security-jwt/references/performance-optimization.md [2/2]

spring-boot-security-jwt/references/troubleshooting.mdLOW
74.8%

Tool passed security scan

Destructive Action

Shadow Persistence

spring-boot-security-jwt/references/configuration.mdLOW
74.7%

Supply Chain Compromise

Risky tool definition detected

spring-boot-security-jwt/references/testing.mdLOW
74.1%

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

spring-boot-security-jwt/references/jwt-complete-configuration.mdLOW
72.5%

Risky tool definition detected

spring-boot-security-jwt/references/jwt-testing-guide.mdLOW
71.9%

Tool passed security scan

Risky tool definition detected

spring-boot-security-jwt/SKILL.mdLOW
70.5%

Tool passed security scan

Risky tool definition detected

spring-boot-security-jwt/references/examples.mdLOW
54.4%

Tool passed security scan

Passed Files (6)Click to expand
spring-boot-security-jwt/references/testing-jwt-security.mdOK
46.4%

Tool passed security scan

spring-boot-security-jwt/references/token-management.mdOK
41.8%

Tool passed security scan

spring-boot-security-jwt/references/authorization-patterns.mdOK
32.3%

Tool passed security scan

spring-boot-security-jwt/references/STRUCTURE.mdOK
25.6%

Tool passed security scan

spring-boot-security-jwt/references/jwt-quick-reference.mdOK
15.7%

Tool passed security scan

spring-boot-security-jwt/references/jwt-configuration.mdOK
15.7%

Tool passed security scan

Audit Metadata
Max File Score
88%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
20
Files Flagged
14
Chunks Analyzed
41
Analyzed
Mar 16, 2026, 02:23 PM
Security Audit — runlayer — spring-boot-security-jwt