springboot-microservice-gen
Warn
Audited by Socket on Aug 7, 2026
1 alert found:
AnomalyAnomalyscripts/springboot-microservice-gen.py
LOWAnomalyLOW
scripts/springboot-microservice-gen.py
No direct malicious behavior (e.g., backdoor, data theft) is evident in this Python module. However, it performs security-sensitive operations: it downloads zip archives from the network and extracts them with ZipFile.extractall without validating archive member paths (zip-slip risk), and it executes the extracted Spring CLI binary without integrity/signature verification. This creates a plausible supply-chain/host compromise risk if the zip is tampered or malicious.
Confidence: 62%Severity: 63%
Audit Metadata