nextjs-deployment
Audited by Socket on Sep 14, 2026
1 alert found:
AnomalyThe code is legitimate CI/CD configuration and contains no evident malware, credential theft logic, reverse shell, destructive behavior, or suspicious exfiltration endpoint. It does contain meaningful workflow security risks: secrets are exposed to repository-controlled build processes, a deployment secret is used on pull requests, a generated encryption key is passed as a Docker build argument, and mutable dependencies/actions reduce supply-chain integrity. Restrict secret-bearing deployment workflows to trusted branches, avoid secrets on pull_request workflows, use BuildKit secret mounts or runtime secret injection instead of build arguments, pin actions and CLI versions, and remove unnecessary permissions.