openclaw-scan 0.1.1

Security scanner for agentic AI framework installations (OpenClaw, Claude Code, and compatible)
Documentation
{
  "permissions": {
    "allow": [
      "Read(/home/user/projects/**)",
      "Write(/home/user/projects/**)",
      "Bash(git status)",
      "Bash(git diff)",
      "Bash(cargo build)",
      "Bash(cargo test)"
    ],
    "deny": [
      "Bash(rm -rf*)",
      "Bash(curl*)",
      "Bash(wget*)"
    ]
  },
  "dangerouslySkipPermissions": false,
  "mcpServers": {
    "linear": {
      "type": "sse",
      "url": "https://mcp.linear.app/sse"
    }
  }
}