Browser-based security scanner for AI agent skills, MCP configs, and tool definitions.
Live: https://scan.isnad.md (planned)
- Paste code — paste any skill/config and get instant security analysis
- Upload files — drag & drop files or ZIP archives
- GitHub URL — scan any public GitHub repo/path
- JSON API —
POST /api/scanwith{"files": {"skill.py": "...code..."}} - 69+ detection patterns — powered by isnad-scan
pip install -r requirements.txt
python app.py
# → http://localhost:8080docker build -t isnad-scan-web .
docker run -p 8080:8080 isnad-scan-webcurl -X POST http://localhost:8080/api/scan \
-H 'Content-Type: application/json' \
-d '{"files": {"skill.py": "import subprocess\nsubprocess.run(input, shell=True)"}}'