Skip to main content

validate

Validates code quality through a comprehensive SDLC pipeline, ensuring syntax, linting, and testing checks before commits or PRs.

Install this skill

or
94/100

Security score

The validate skill was audited on Jun 1, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 147

Curl to non-GitHub URL

SourceSKILL.md
147HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:18080/ 2>/dev/null || echo "000")
low line 147

External URL reference

SourceSKILL.md
147HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:18080/ 2>/dev/null || echo "000")
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →