Skip to main content

vibecode-production-qa-validator

Validates fullstack Next.js apps with a comprehensive QA checklist before production deployment, ensuring quality and SEO compliance.

Install this skill

or
78/100

Security score

The vibecode-production-qa-validator skill was audited on Jun 3, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 90

Curl to non-GitHub URL

SourceSKILL.md
90curl -s https://www.yourdomain.com/blog/my-post | grep -i \
medium line 140

Curl to non-GitHub URL

SourceSKILL.md
140curl -s https://www.yourdomain.com/sitemap.xml | python3 -c "
medium line 150

Curl to non-GitHub URL

SourceSKILL.md
150curl -s https://www.yourdomain.com/sitemap.xml | grep -c "<loc>"
low line 90

External URL reference

SourceSKILL.md
90curl -s https://www.yourdomain.com/blog/my-post | grep -i \
low line 96

External URL reference

SourceSKILL.md
96# <meta property="og:image" content="https://..." />
low line 98

External URL reference

SourceSKILL.md
98# <link rel="canonical" href="https://..." />
low line 111

External URL reference

SourceSKILL.md
111BASE="https://www.yourdomain.com"
low line 140

External URL reference

SourceSKILL.md
140curl -s https://www.yourdomain.com/sitemap.xml | python3 -c "
low line 150

External URL reference

SourceSKILL.md
150curl -s https://www.yourdomain.com/sitemap.xml | grep -c "<loc>"
low line 199

External URL reference

SourceSKILL.md
199PROD="https://www.yourdomain.com"
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →