Run a security scan on your project or a GitHub repository
/plugin marketplace add vibeforge1111/vibeship-plugin/plugin install vibeship@vibeforge1111# Vibeship Security Scan The user wants to scan code for security vulnerabilities. Help them run a comprehensive scan. ## Step 1: Determine What to Scan Ask (if not clear) what they want to scan: 1. **Current project** - Scan the codebase they're working in 2. **GitHub repository** - Scan a specific repo URL 3. **Specific files** - Focus on particular files or directories ## Step 2: Start the Scan Use `scanner_scan` tool: For local projects, you'll need to: - Check if project has a GitHub remote - Use that URL for scanning - Or explain that local-only scanning requires pushing to Gi...