{
  "$schema": "https://agent-skills.org/schema/v0.2.0/index.json",
  "name": "SentinelSAST Agent Skills",
  "description": "AI-powered security analysis skills for static application security testing",
  "skills": [
    {
      "name": "code_security_audit",
      "type": "analysis",
      "description": "Perform a comprehensive SAST analysis on source code. Detects OWASP Top 10 vulnerabilities, injection flaws, XSS, broken access control, cryptographic failures, memory safety issues, and more. Returns severity-rated findings with CWE IDs and remediation guidance.",
      "url": "https://sentinelsast.com/new-audit",
      "sha256": "a3f1c2d4e5b6a7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2"
    },
    {
      "name": "url_security_scan",
      "type": "analysis",
      "description": "Scan a live website or web application for security vulnerabilities. Checks security headers, exposed secrets, outdated libraries, CORS misconfigurations, cookie flags, XSS vectors, and information disclosure.",
      "url": "https://sentinelsast.com/new-audit",
      "sha256": "b4e2d6f8a0c2e4f6a8b0c2d4e6f8a0b2c4d6e8f0a2b4c6d8e0f2a4b6c8d0e2f4"
    },
    {
      "name": "generate_security_report",
      "type": "report",
      "description": "Generate a professional PDF security audit report including executive summary, OWASP compliance mapping, risk score, and detailed findings with remediation steps. Suitable for stakeholders and compliance reviews.",
      "url": "https://sentinelsast.com/dashboard",
      "sha256": "c5f3e7a1b3d5f7a9b1c3e5f7a9b1c3d5e7f9a1b3c5d7e9f1a3b5c7d9e1f3a5b7"
    }
  ]
}
