devops-engineer
Audited by Runlayer on Mar 7, 2026
Malicious tool definition detected
RUN npm run build # Production stage FROM node:20-alpine AS runner WORKDIR /app ENV NODE_ENV=production RUN addgroup -g 1001 -S nodejs && adduser -S nodejs -u 1001 COPY --from=builder --chown=nodejs:nodejs /app/dist ./dist COPY --from=builder --chown=nodejs:nodejs /app/node_modules ./node_modules USER nodejs EXPOSE 3000 HEALTHCHECK --interval=30s --timeout=3s --start-period=5s \ CMD wget -qO- http://localhost:3000/health || exit 1 CMD ["node", "dist/main.js"] ``` ## Multi-stage Dockerfile (Pytho
Malicious tool definition detected
Tool: devops-engineer/references/release-automation.md [2/2]
Malicious tool definition detected
Tool: devops-engineer/references/incident-response.md [2/2]
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Passed Files (3)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan