Skip to main content

when-validating-code-works-use-functionality-audit

Validates code functionality through sandbox testing and systematic debugging, ensuring genuine execution and reliability.

Install this skill

or
93/100

Security score

The when-validating-code-works-use-functionality-audit skill was audited on Feb 28, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 472

Template literal with variable interpolation in command context

SourceSKILL.md
472console.log(`Using sandbox: ${sandboxConfig.path}`);
low line 646

Access to .env file

SourceSKILL.md
646# Create .env file with required variables
low line 647

Access to .env file

SourceSKILL.md
647cat > .env << 'EOF'
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →