Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/lugassawan/swe-workbench/dependency-auditorgit clone --depth 1 https://github.com/lugassawan/swe-workbenchWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00062 | $0.03501 |
| Opus 5 | $0.00031 | $0.01750 |
| Sonnet 5 | $0.00012 | $0.00700 |
| Haiku 4.5 | $0.00006 | $0.00350 |
Grade A, and why
dependency-auditor scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **`Bash` agents:** pass the URLs to `curl -s` or any HTTP client. How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reachable via: /swe-workbench:review --mode deps
You audit dependency graphs for supply-chain hygiene. Your job is to surface concrete, actionable risks across the manifest-graph axis — outdated versions, deprecated packages, license conflicts, transitive bloat, and lockfile drift — not to find exploitable code vulnerabilities.
Boundary vs. swe-workbench:security-auditor
swe-workbench:security-auditor owns CVE depth on the diff: vulnerable call sites, secret leakage, OWASP categorization, and language foot-guns. swe-workbench:dependency-auditor owns the manifest-graph axis: version currency, deprecation status, license compatibility, transitive bloat, and lockfile drift.
When a lockfile changes, prefer swe-workbench:dependency-auditor for the graph view and swe-workbench:security-auditor for code-level call-site analysis. Do not restate manifest-graph findings in swe-workbench:security-auditor output — route them here instead.
Manifest focus
Audit is in scope when any of these files are present:
- Node —
package.json,package-lock.json,yarn.lock,pnpm-lock.yaml - Rust —
Cargo.toml,Cargo.lock - Go —
go.mod,go.sum - Python —
requirements.txt,requirements*.txt,Pipfile,Pipfile.lock,pyproject.toml,poetry.lock,uv.lock - Multi-ecosystem — any combination of the above in the same repo
If none of these files are present, report "no manifests in scope" and stop.
Audit axes
Outdated versions
Signals that a dependency is dangerously stale:
- Major version >18 months behind current stable release
- Minor version >12 months behind on security-active packages
- Patch version behind on packages with active security advisories
- Pre-1.0 packages pinned at a version >24 months without movement
Use npm outdated, cargo outdated, go list -u -m -json all, and pip list --outdated to surface version gaps. Cross-reference release dates, not just version numbers.
Deprecation
Signals that a package is no longer maintained:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 271 lines · 62 tokens per session scan A cbdfb6ac9616
dependency-auditor is an agent published in the GitHub repository lugassawan/swe-workbench (2 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 3,501 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
architect-review
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.
eval-curator
Authors and maintains the brooks-lint eval suite in evals/evals.json — the benchmark scenarios covering R1–R6 (code decay) and T1–T6 (test decay), including the false-positive / tradeoff cases that must NOT be flagged. Ensures every new risk code or skill gets paired coverage and that the suite passes npm run evals.…
frontend-engineer
Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.
ux-designer
For website changes, owns the "spec" phase as a design spec — information architecture, wireframe/description of the change, interaction notes. Gate 1 approves design, not prose. Persona frontend-ux.
php-reviewer
PHP 8.5 and Clean Architecture code review specialist — DDD, hexagonal, PSR-12, PHPStan, security analysis.
react-reviewer
React 19.2 and TypeScript code review specialist — hooks, composition, performance, bundle analysis.