Source code and prompts are visible
You can inspect, fork, and run locally
Inspired by @burakeregar (https://x.com/burakeregar/status/2014696329549648137). Scans project dependencies for known vulnerabilities (CVEs). Runs npm audit, pip-audit, and similar tools to identify outdated or insecure packages.
Sign in to run this agent from the web.
by orchagent
Inspired by @burakeregar (https://x.com/burakeregar/status/2014696329549648137). Scans project dependencies for known vulnerabilities (CVEs). Runs npm audit, pip-audit, and similar tools to identify outdated or insecure packages.
Input and output data structures
This agent requires one of:
repo_url — Public GitHub repository URLpath or directory — Local filesystem pathFor private code:
Use orch run --local for local execution. The server cannot access your local files or private GitHub repos.
Integrate this agent via CLI or API
POST /orchagent-public/dep-scanner/v1/runFree: 1,000 runs/day# Install (one-time)
npm install -g orchagent
# Run locally
orch run orchagent-public/dep-scanner --local --data '{"path":".","repo_url":"https://github.com/org/repo","package_managers":[],"severity_threshold":"..."}'Get your API key from the dashboard