mcp-siber-security-audit
Version:
MCP server for security code audit with auto-fix capabilities
27 lines (26 loc) • 580 B
JSON
{
"name": "mcp-siber-security-audit",
"version": "1.3.2",
"description": "MCP server for security code audit with auto-fix capabilities",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"security",
"audit",
"vulnerability",
"llm"
],
"author": "Ali",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2",
"eslint": "^8.57.1",
"eslint-plugin-security": "^2.1.0",
"fs-extra": "^11.3.2",
"glob": "^11.0.3"
}
}