SQL Query Interface over SBOM using SafeDep Cloud
Table of Contents
Developer experience is often specialized. Apart from providing domain specific use-cases, ease of getting started and ample documentation, flexibility of use especially with custom integration is important. This allows developer and security engineers, who are often subject matter experts to use a solution as per their requirement instead of compromising and following the workflows enforced by the product. This is a key focus at SafeDep in our product development efforts. We want to provide the best experience to security and platform engineers in protecting themselves against malicious, vulnerable and risky open source components.
To enable this, we shipped a key building block required to find what you need. Instead of being restricted by UI and Tables, engineers can use their familiar SQL query language to find and export security risk related information from SafeDep Cloud. Here is a quick #build-in-public demo of this feature.
Example
Let’s find all the repositories on-boarded into SafeDep Cloud using vet
vet cloud query execute --sql \ "select projects.name, projects.version from projects"This produces
Query returned 3 results┌───────────────────────────────────────────┬──────────────────┐│ PROJECTS.NAME │ PROJECTS.VERSION │├───────────────────────────────────────────┼──────────────────┤│ https://github.com/safedep/vet .git │ main │├───────────────────────────────────────────┼──────────────────┤│ https://github.com/safedep/api.git │ main │├───────────────────────────────────────────┼──────────────────┤│ https://github.com/safedep/control.git │ main │└───────────────────────────────────────────┴──────────────────┘Leaking private repositories :-O
You can also use complex queries to filter across an organization wide SBOM
select vulnerabilities.cve_id, vulnerabilities.summary from projects where projects.name = 'safedep/demo-client-java' and projects.version = 'v1.2.3' and vulnerabilities.risk = 'CRITICAL'Queries can be exported to file as CSV or Markdown
vet cloud query --sql $SQL --csv /path/to/out.csvBuild in Public Update
If you like what you see so far, check out a development walkthrough of what we are building at #SafeDep
SafeDep Cloud is currently at invite-only preview stage. You can register and get invited to our early adopter program.
Register for SafeDep Cloud
Leverage the power of SafeDep cloud to build an organization wide SBOM, export as CycloneDX and execute flexible queries to discover actionable risks.
- vet
- sbom
- sql
- cloud
Author
SafeDep Team
safedep.io
Share
The Latest from SafeDep blogs
Follow for the latest updates and insights on open source security & engineering

Compromised telnyx on PyPI: WAV Steganography and Credential Theft
Analysis of malicious telnyx 4.87.1 and 4.87.2 on PyPI — a package with over 1 million monthly downloads: injected code uses WAV audio steganography to deliver payloads that steal credentials and...

sl4x0 Dependency Confusion: 92 Packages Target Fortune 500
A sustained dependency confusion campaign by the sl4x0 actor likely targets 20+ organizations including Adobe, Ford, Sony, and Coca-Cola with 92+ malicious npm packages exfiltrating developer data...

Malicious litellm 1.82.8: Credential Theft and Persistent Backdoor
Analysis of compromised litellm 1.82.8 on PyPI: a .pth file triggers credential theft, AWS/K8s secret exfiltration, and persistent C2 backdoor on install.

Trivy Supply Chain Compromise: What Happened, What Was Stolen, and How to Respond
A consolidated technical reference for the TeamPCP supply chain attack against Aqua Security's Trivy scanner. Covers the full attack chain from AI-assisted initial breach through credential theft,...

Ship Code
Not Malware
Install the SafeDep GitHub App to keep malicious packages out of your repos.
