{
  "name": "prooflayer-agent-security",
  "version": "4.0.0",
  "description": "Security scanner for OpenClaw: prompt injection firewall, package hallucination detection, code vulnerability scanning, auto-fix",
  "author": "Sinewave AI",
  "license": "MIT",
  "openclaw": {
    "extensions": ["tools", "skills"],
    "emoji": "shield",
    "permissions": ["fs:read"]
  },
  "tools": [
    {
      "name": "scan_security",
      "description": "Scan a file for security vulnerabilities"
    },
    {
      "name": "scan_agent_prompt",
      "description": "Scan a prompt for injection attacks"
    },
    {
      "name": "check_package",
      "description": "Verify a package is not hallucinated"
    },
    {
      "name": "scan_agent_action",
      "description": "Pre-execution safety check for agent actions"
    },
    {
      "name": "scan_skill",
      "description": "Scan an OpenClaw skill for security threats"
    },
    {
      "name": "scanner_health",
      "description": "Check plugin health status"
    }
  ],
  "skills": [
    "skills/openclaw/SKILL.md"
  ]
}
