Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Containers
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Skills
  • Learn
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
All skills
Code

Audit your dependencies

An SBOM, the vulnerabilities that actually apply, and an upgrade order.

Fill it in

Where it is.

Skip vulnerabilities in code paths you never call.

Ordered by risk and by what breaks.

Your prompt

Audit the dependencies of [the project].

Produce a CycloneDX SBOM, then the vulnerabilities.

Filter by REACHABILITY. A raw scanner report on a real project returns hundreds
of findings, most in code paths the application never executes, and the effect is
that the three that matter get lost. Say which are actually callable and show how
you determined it.
For each real finding: what an attacker gets, whether it needs authentication,
and whether a fixed version exists.

Order the upgrades by risk against breakage. The critical CVE behind a major
version bump that breaks forty files is not the first thing to do on a Tuesday,
and pretending otherwise means nothing gets done.
Use Audit your dependenciesOpens with everything above already filled in.

Why this works

A raw scanner report returns hundreds of findings, most in code paths the application never executes, and the three that matter get lost. This filters by reachability, says what an attacker actually gets, and orders upgrades by risk against breakage.

More code skills

  • idapt Code
  • Fix a failing test

Use it now in a chat in 1 click

Use Audit your dependencies
Fix a GitHub issue
  • Find security bugs
  • Ship a feature
  • Speed up slow code