sentinel-api
Installation
SKILL.md
Sentinel API
Scan code for security vulnerabilities, secrets, and dependency issues via the Sentinel REST API, and auto-fix detected issues.
Authentication
All API calls require a Bearer token. Read the key from the SENTINEL_API_KEY environment variable:
curl https://sentinel.deepsource.com/api/v1/workspace \
-H "Authorization: Bearer $SENTINEL_API_KEY"
If the key is not set, ask the user to provide it. Never hardcode API keys or pass them as command-line arguments. All bundled scripts read from this environment variable automatically.
Workflow
Step 1: Create a repository
Related skills