code-nest-project-spec

Fail

Audited by Socket on Jun 23, 2026

4 alerts found:

Securityx2AnomalyObfuscated File
SecurityMEDIUM
xiaou-filestorage/src/main/java/com/xiaou/filestorage/strategy/impl/LocalStorageStrategy.java
AnomalyLOW
.github/workflows/deploy-production.yml

No explicit malicious payload is visible in this workflow YAML alone. However, it performs high-impact supply-chain execution by fetching a selected ref into a persistent self-hosted directory and running a repository-provided deployment script from that content. The largest concern is that a malicious/compromised ref would yield arbitrary code execution in the production deployment context. Review and harden access controls for workflow_dispatch, restrict allowable refs, and thoroughly inspect scripts/ci-server-build-deploy.sh and any invoked scripts/binaries for exfiltration, credential misuse, persistence, and unexpected network activity.

Confidence: 63%Severity: 66%
SecurityMEDIUM
docker/ai/docker-compose.yml
Obfuscated FileHIGH
docker/go-judge/docker-compose.yml

No direct malicious code is visible in this Docker Compose fragment. The main security concern is operational: the container runs as privileged while exposing a network service and persisting writable storage. If the underlying image/application (built from build: . and tagged as latest) is compromised or processes untrusted workloads, the privileged setting could significantly amplify damage potential. Review the Dockerfile/base images and the in-container application code/runtime sandboxing for concrete malware or unsafe execution paths.

Confidence: 90%
Audit Metadata
Analyzed At
Jun 23, 2026, 02:45 AM
Package URL
pkg:socket/skills-sh/xiaou61%2FCode-Nest%2Fcode-nest-project-spec%2F@aedcc4f262a45b9682575a92622fd5a4a2679040
Security Audit — socket — code-nest-project-spec