Skip to main content

glmv-prd-to-app

Generates a complete, production-ready full-stack web application from PRD documents and prototypes, covering design to deployment.

Install this skill

or
76/100

Security score

The glmv-prd-to-app skill was audited on Jun 1, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 278

Template literal with variable interpolation in command context

SourceSKILL.md
278```bash
medium line 319

Template literal with variable interpolation in command context

SourceSKILL.md
319```bash
medium line 327

Curl to non-GitHub URL

SourceSKILL.md
327curl -s http://localhost:3000/api/products | head -c 200
low line 280

External URL reference

SourceSKILL.md
280--url "http://localhost:3000/page-path" \
low line 321

External URL reference

SourceSKILL.md
321--base-url "http://localhost:3000/api" \
low line 327

External URL reference

SourceSKILL.md
327curl -s http://localhost:3000/api/products | head -c 200
low line 333

External URL reference

SourceSKILL.md
3331. Open the app at `http://localhost:3000`
low line 362

External URL reference

SourceSKILL.md
36210. Make the app available at `http://localhost:3000`
low line 410

External URL reference

SourceSKILL.md
410echo "=== Application is running at http://localhost:3000 ==="
low line 424

External URL reference

SourceSKILL.md
4244. Verify `http://localhost:3000` responds
low line 458

External URL reference

SourceSKILL.md
458Then visit http://localhost:3000
low line 484

External URL reference

SourceSKILL.md
484- [ ] App accessible at `http://localhost:3000`
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →