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 2周前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:58
说明
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.
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:13
Run 2
2026年3月27日 15:54
Run 1