Skip to main content

deploy-flow

Facilitates safe and tested code deployment to production, ensuring all steps are followed for a smooth release process.

Install this skill

or
81/100

Security score

The deploy-flow skill was audited on May 15, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 115

Curl to non-GitHub URL

SourceSKILL.md
115curl -s https://api.<domain>/health | jq .
medium line 121

Curl to non-GitHub URL

SourceSKILL.md
121curl -X POST https://api.<domain>/api/v1/cache/flush-predictions -H "Authorization: Bearer <admin-token>"
medium line 26

Access to .env file

SourceSKILL.md
26- Never commit `.env`, `.pkl`, `.png`, credentials, temp scripts
low line 95

External URL reference

SourceSKILL.md
95🤖 Generated with [Claude Code](https://claude.com/claude-code)
low line 115

External URL reference

SourceSKILL.md
115curl -s https://api.<domain>/health | jq .
low line 118

External URL reference

SourceSKILL.md
118cd apps/web && BASE_URL=https://<domain> npx playwright test e2e/smoke.spec.ts --project=chromium
low line 121

External URL reference

SourceSKILL.md
121curl -X POST https://api.<domain>/api/v1/cache/flush-predictions -H "Authorization: Bearer <admin-token>"
Scanned on May 15, 2026
View Security Dashboard
Installation guide →