Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 732 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 732 Bytes

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:

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.