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
87/100

Security score

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

Categories Tested

Security Issues

medium line 115

Access to .env file

SourceSKILL.md
115| `.env.example` exists | File search | BLOCKER if missing |
medium line 116

Access to .env file

SourceSKILL.md
116| All required env vars documented | Compare code references to .env.example | BLOCKER if gaps |
low line 107

External URL reference

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

External URL reference

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

External URL reference

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