What problem does it solve? Detecting security vulnerabilities, leaked credentials, and vulnerable dependencies across a codebase requires specialized tooling and manual review. This Skill automates the full workflow of uploading a git repository to the Sentinel API, running security analysis, and applying generated fix patches. ## Core Features & Use Cases - Repository Sync: Upload local git repositories to Sentinel using full or incremental git bundle syncs via signed upload URLs. - Security Analysis: Run detection for security vulnerabilities, leaked secrets, and dependency issues across 17 supported languages including Python, Go, JavaScript, and Java. - Auto-Fix Application: Retrieve unified diff patches from analysis results and apply them directly with git apply. - Use Case: Before merging a pull request, sync the branch to Sentinel, run an analysis on the commit range, review detected issues like SQL injection or hardcoded API keys, and apply the generated fix patch automatically. ## Quick Start Set the SENTINEL_API_KEY environment variable and ask the AI to scan this repository for security vulnerabilities and secrets using Sentinel, then apply any available fixes.