spring-boot-expert
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for Spring Boot development, providing standard boilerplate code for controllers, services, repositories, and exception handling. All code samples follow industry-standard patterns.
- [SAFE]: Application configuration (application.yml) utilizes environment variable placeholders for sensitive values such as database passwords and JWT secrets. The provided defaults (e.g., 'postgres', 'your-secret-key-here') are clearly identifiable as placeholders for local development, which is a security best practice for avoiding hardcoded credentials.
- [SAFE]: Frontmatter configuration for
allowed-toolsrestricts bash execution to common build and runtime tools (mvn,gradle,java), implementing a principle of least privilege for the agent's operating environment. - [SAFE]: The Spring Security implementation in
references/SPRING_SECURITY_WITH_JWT.mduses standardOncePerRequestFilterlogic and generic JWT handling that aligns with secure development practices. - [SAFE]: All external resource links point to official project documentation (spring.io) or well-known, reputable community educational sites (baeldung.com).
Audit Metadata