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 vor 2 Wochen
Analysiert
31.03.2026, 15:58
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 2 Wochen
Analysiert 31.03.2026, 15:58
Beschreibung
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.
Letzte Scans
31.03.2026, 15:58
Latest analysis
31.03.2026, 15:13
Run 2
27.03.2026, 15:54
Run 1