data_exfiltration
Data exfiltration attempt
Line 308Snippets
curl -X POST ${{ secrets.SLACK_WEBHOOK }} \network_call
Outbound network call
Outbound network call
Line 301Snippets
STATUS=$(curl -sf https://app.example.com/health/ready | jq -r '.status') curl -X POST ${{ secrets.SLACK_WEBHOOK }} \ STATUS=$(curl -sf "$ENDPOINT/health/ready" | jq -r '.status' 2>/dev/null || echo "unreachable") ERROR_RATE=$(curl -sf "$PROMETHEUS_URL/api/v1/query" \ curl -sf http://localhost:8080/health/readyenv_access
Environment variable access
Environment variable access
Line 1080Snippets
if not os.environ.get("FORCE_DEPLOY"): if not os.environ.get("FORCE_DEPLOY"):Trust Score
Updated há 2 semanas
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated há 2 semanas
Analisado 31 de mar. de 2026, 15:58
Descricao
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1