ai-regression-testing
Automates regression testing for AI-assisted development, ensuring consistent API behavior in sandbox and production environments.
Install this skill
or
81/100
Security score
The ai-regression-testing skill was audited on May 15, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 97
Template literal with variable interpolation in command context
SourceSKILL.md
| 97 | const fullUrl = url.startsWith("http") ? url : `http://localhost:3000${url}`; |
medium line 325
Template literal with variable interpolation in command context
SourceSKILL.md
| 325 | await fetch(`/api/items/${id}`, { method: "DELETE" }); |
medium line 334
Template literal with variable interpolation in command context
SourceSKILL.md
| 334 | const res = await fetch(`/api/items/${id}`, { method: "DELETE" }); |
low line 76
Access to .env file
SourceSKILL.md
| 76 | process.env.SANDBOX_MODE = "true"; |
low line 77
Access to .env file
SourceSKILL.md
| 77 | process.env.NEXT_PUBLIC_SUPABASE_URL = ""; |
low line 78
Access to .env file
SourceSKILL.md
| 78 | process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY = ""; |
low line 97
External URL reference
SourceSKILL.md
| 97 | const fullUrl = url.startsWith("http") ? url : `http://localhost:3000${url}`; |
Scanned on May 15, 2026
View Security DashboardGitHub Stars 189.4K
Rate this skill
Categorydevelopment
UpdatedMay 25, 2026
affaan-m/everything-claude-code