{
  "sast": {
    "missing_target": "No source target configured",
    "path_not_found": "Source path not found: {path}",
    "php": {
      "sql_injection": "Potential SQL Injection vulnerability",
      "xss": "Potential XSS vulnerability"
    },
    "js": {
      "eval_usage": "Dangerous eval() usage detected",
      "dom_xss": "Potential DOM XSS vulnerability"
    },
    "python": {
      "eval_usage": "Dangerous eval/exec usage"
    },
    "generic": {
      "hardcoded_secrets": "Hardcoded credentials detected",
      "weak_crypto": "Weak cryptographic algorithm: {algorithm}"
    }
  }
}