GitHub App Integration is available for free. See other integrations for more details
What You’ll Accomplish
Query by Risks
Find critical vulnerabilities across all your projects
Policy Violations
Monitor and track policy violations from all Vet instances
Policy Management
Test and deploy policies across all Vet deployments
Malware Analysis
Threat detection backed by cloud malware analysis
Web Onboarding
Create Account
Navigate to app.safedep.io and sign up
- Tenant Domain (e.g.,
your-company.safedep.io) - API Key for authentication
Quick Onboarding with Vet CLI
The quickest path is thevet cloud quickstart command:
Configure Vet with SafeDep Cloud
Skip this section if you used the
vet cloud quickstart commandAuthentication Setup
Configure Vet to authenticate with your SafeDep Cloud tenant:Verify Authentication
Confirm that your Vet instance can connect to SafeDep Cloud:Sync Data to SafeDep Cloud
Enable the sync reporting module to send Vet findings to SafeDep Cloud:The example uses
package-lock.json, but Vet supports many package manifest
formats and code analysis.GitHub Actions Integration
Configure vet-action to sync with SafeDep Cloud:Create Secrets
Add these GitHub Action Secrets:
SAFEDEP_CLOUD_API_KEYSAFEDEP_CLOUD_TENANT_DOMAIN
Query Your Data
Once data is syncing, query your tenant’s aggregated inventory and findings: projects, packages, endpoints, and security findings enriched with threat intelligence (vulnerabilities, EPSS, CISA KEV, OpenSSF Scorecard). Queries run through thesafedep CLI.
For example, to find your top remediation targets by critical CVE count:
Prefer a UI? You can also run queries from the web console at
app.safedep.io.
Next Steps
Query with SQL
Explore your tenant data with the
safedep CLIAuthentication Guide
Learn advanced authentication and access control
Malware Analysis
Enable enhanced threat detection capabilities
Cloud FAQ
Find answers to common questions
API Documentation
Integrate SafeDep Cloud with your systems

