Skip to main content
Glama
package.json1.59 kB
{ "name": "security-scanner-mcp", "version": "1.0.3", "description": "MCP server that scans AI-generated code for security vulnerabilities (OWASP Top 10, hardcoded secrets, SQL injection, XSS)", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "security-scanner-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "demo": "tsx examples/demo.ts", "prepublishOnly": "npm run build", "test": "node --test" }, "keywords": [ "mcp", "model-context-protocol", "security", "scanner", "vulnerability", "owasp", "sql-injection", "xss", "secrets", "claude", "anthropic", "ai", "code-review", "static-analysis" ], "author": "zerry", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ongjin/security-scanner-mcp.git" }, "bugs": { "url": "https://github.com/ongjin/security-scanner-mcp/issues" }, "homepage": "https://github.com/ongjin/security-scanner-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ongjin/security-scanner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server