Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
[2026-05-14T17:58:59.443Z] 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": ["..."]
|
||||
}
|
||||
|
||||
## Codebase Context
|
||||
|
||||
--- package.json ---
|
||||
{
|
||||
"dependencies": {
|
||||
"agentic-flow": "^2.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.11.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
## Instructions
|
||||
|
||||
Analyze the above codebase context and provide your response following the format specified in the task.
|
||||
Reference in New Issue
Block a user