Skip to main content

security-patterns

Provides comprehensive OWASP security guidelines and secure coding patterns to prevent vulnerabilities in application development.

Install this skill

or
83/100

Security score

The security-patterns skill was audited on Feb 28, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 182

System command execution

SourceSKILL.md
182os.system(f"ping -c 4 {hostname}")
medium line 182

Python os.system command execution

SourceSKILL.md
182os.system(f"ping -c 4 {hostname}")
medium line 191

Python subprocess execution

SourceSKILL.md
191result = subprocess.run(
low line 149

Access to .env file

SourceSKILL.md
149load_dotenv() # Load from .env file
low line 349

External URL reference

SourceSKILL.md
349origins=["https://yourdomain.com", "https://app.yourdomain.com"],
Scanned on Feb 28, 2026
View Security Dashboard