create-spring-boot-java-project

Fail

Audited by Socket on Feb 25, 2026

1 alert found:

Malware
MalwareHIGH
SKILL.md

This prompt is a standard project bootstrap guide using start.spring.io and Docker Compose. It does not contain explicit malware, backdoors, or obfuscated execution. However, it prescribes insecure configuration practices: weak, repeated plaintext credentials across application.properties and docker-compose.yaml and binding database ports to the host. These increase the chance of credential leakage and unintended network exposure, especially if the project is committed to a public repository or run on a networked host. Recommendations: do not hardcode credentials — use environment variables, Docker secrets, or a secrets manager; avoid binding DB ports to the host or bind to localhost; add guidance to avoid committing configuration with secrets and to rotate credentials; consider .env with .gitignore for env files; verify and pin dependency/template versions and consider checksum verification for downloaded artifacts.

Confidence: 98%Severity: 90%
Audit Metadata
Analyzed At
Feb 25, 2026, 05:29 AM
Package URL
pkg:socket/skills-sh/github%2Fawesome-copilot%2Fcreate-spring-boot-java-project%2F@ce5277c65a1650ee128aa277b0afb59c6b02ed35