https://github.com/dmontgomery40/mcp-security-scanner
A security vulnerability scanner built with MCP plugins
https://github.com/dmontgomery40/mcp-security-scanner
Last synced: about 1 year ago
JSON representation
A security vulnerability scanner built with MCP plugins
- Host: GitHub
- URL: https://github.com/dmontgomery40/mcp-security-scanner
- Owner: DMontgomery40
- Created: 2024-11-26T17:44:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T07:42:27.000Z (over 1 year ago)
- Last Synced: 2025-03-14T15:57:30.310Z (about 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP Security Scanner
A security vulnerability scanner built with MCP plugins for analyzing JavaScript code.
https://dmontgomery40.github.io/plugin-vulnerability-scanner/
## Features
- Scans JavaScript files for common security vulnerabilities
- Monitors memory usage during scanning
- Provides detailed reporting of findings
- Integration with GitHub for issue tracking
## Getting Started
1. Clone the repository
2. Install dependencies: `npm install`
3. Run the development server: `npm run dev`
## Deployment
To deploy to GitHub Pages:
```bash
git checkout -b gh-pages
npm run build
git add dist
git commit -m "Deploy to GitHub Pages"
git push origin gh-pages
```
Then enable GitHub Pages in your repository settings.