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
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:58
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:58
Description
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 recents
31 mars 2026, 15:58
Latest analysis
31 mars 2026, 15:13
Run 2
27 mars 2026, 15:54
Run 1