Initial commit

This commit is contained in:
Haapy
2026-05-14 21:08:13 +00:00
commit 259959d713
2763 changed files with 1015351 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
[2026-05-14T16:44:39.000Z] PROMPT
============================================================
Analyze this codebase for security vulnerabilities:
- Check for hardcoded secrets (API keys, passwords)
- Identify SQL injection risks
- Find XSS vulnerabilities
- Check for insecure dependencies
- Identify authentication/authorization issues
Provide a JSON report with:
{
"vulnerabilities": [{ "severity": "high|medium|low", "file": "...", "line": N, "description": "..." }],
"riskScore": 0-100,
"recommendations": ["..."]
}
## Instructions
Analyze the codebase and provide your response following the format specified in the task.