Skip to main content

cross-check-build-confirm

Cross-Check Build Confirm scans codebases for incomplete or temporary code, ensuring production readiness before deployment.

Install this skill

or
81/100

Security score

The cross-check-build-confirm skill was audited on May 12, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 121

Access to .env file

SourceSKILL.md
121| `.env.example` exists | File search | BLOCKER if missing |
medium line 122

Access to .env file

SourceSKILL.md
122| All required env vars documented | Compare code references to .env.example | BLOCKER if gaps |
medium line 168

Access to .env file

SourceSKILL.md
168| Environment configured | `.env` exists or required vars have defaults | BLOCKER |
low line 113

External URL reference

SourceSKILL.md
113| Placeholder URLs | `https://api.example.com` in production config | BLOCKER |
low line 123

External URL reference

SourceSKILL.md
123| No hardcoded URLs in source | Search for `http://` and `https://` outside config files | WARNING |
low line 183

External URL reference

SourceSKILL.md
1832. Monitor for compilation success indicator ("compiled successfully", "ready on", "Local: http://localhost:") or 60-second timeout
low line 256

External URL reference

SourceSKILL.md
256| CCC-003 | Data | src/config/api.ts:8 | `https://api.example.com` | Replace with environment variable |
Scanned on May 12, 2026
View Security Dashboard
Installation guide →