agent-shield 0.8.7

Security scanner for AI agent extensions — offline-first, multi-framework, SARIF output
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "agentshield-playwright-mcp-fixture",
  "version": "0.1.0",
  "description": "Safe Playwright MCP-style fixture for AgentShield scanning examples",
  "type": "module",
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.12.0",
    "playwright": "1.44.0",
    "zod": "4.0.0"
  }
}