Vibeship Scanner
Description
a free vulnerability and security scanner for vibe coders, with 2000+ rulesets, and copy pasteable Master AI Fix Prompt to fix vulnerabilities
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Vibeship Scanner
A security scanning tool designed for vibe coders. Analyzes GitHub repositories for vulnerabilities and generates AI-ready fix prompts.
Try It Free
**[scanner.vibeship.co](https://scanner.vibeship.co)** — Paste any public GitHub repo URL and get a full security scan in minutes. No signup required.
MCP Integration (Claude, Cursor, AI Assistants)
Use Vibeship Scanner directly from Claude or any MCP-compatible AI assistant.
Quick Setup
Add to your Claude Desktop config:
{
"mcpServers": {
"vibeship-scanner": {
"command": "npx",
"args": ["mcp-remote", "https://scanner.vibeship.co/mcp"]
}
}
}
What You Can Do
| Command | What happens |
|---|---|
| "Scan https://github.com/org/repo" | Runs 16 security scanners on the repo |
| "Fix these security issues" | Creates a task list and fixes all issues systematically |
| "This is a false positive" | Reports FP with ultra-privacy (no code sent) |
| "What is CVE-2021-44228?" | Looks up vulnerability details |
Example Session
You: Scan my repo https://github.com/myorg/myapp
Claude: 🎯 SCAN COMPLETE
📊 Score: 45/100 (Grade F)
🔴 Critical: 5 | 🟠 High: 18
Ready to fix? Say "Yes, fix these issues"
You: Yes, fix these issues
Claude: [Creates TodoWrite task list with all 23 issues]
Working through fixes one by one...
✅ Fix #1 complete - SQL injection in api/users.js
✅ Fix #2 complete - Hardcoded secret in config.ts
...
**Full documentation**: [MCP_USAGE.md](MCP_USAGE.md)
How AI Fix Prompts Work
Vibe coding with AI assistants is great for building fast, but security vulnerabilities can slip through. Vibeship Scanner bridges that gap:
- Scan your repo — The scanner runs Opengrep (SAST), Trivy (dependencies), Gitleaks (secrets), and npm audit against your codebase
- Get findings in plain English — No security jargon, just clear explanations of wha
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,