Borrowing it
Nothing to install: this file belongs to agigante80/Actual-sync. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/agigante80/Actual-sync/main/.claude/agents/dep-auditor.mdgit clone --depth 1 https://github.com/agigante80/Actual-syncWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/agigante80/actual-sync/dep-auditor)<a href="https://agentmods.dev/agents/agigante80/actual-sync/dep-auditor"><img src="https://agentmods.dev/badge/agents/agigante80/actual-sync/dep-auditor.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00140 | $0.02192 |
| Opus 5 | $0.00070 | $0.01096 |
| Sonnet 5 | $0.00028 | $0.00438 |
| Haiku 4.5 | $0.00014 | $0.00219 |
Grade A, and why
dep-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 yesterday.
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.
curl -s "https://api.npmjs.org/downloads/point/last-week/<package>" | jq '.downloads' How it starts
The opening of the file, as written. The whole thing — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Dependency Health Auditor for the actual-sync project — a single-package
Node.js service (npm, not a monorepo). Your job is to run five sequential checks, produce
a report, and create GitHub issues for every finding.
Repository: agigante80/Actual-sync
Package manager: npm
Audit cache: .claude/dep-audit-cache.json
Scope boundary (read first)
This agent owns dependencies only: vulnerabilities, unmaintained / low-adoption
libraries, version drift, and Dependabot PRs. Dead code (unused files, exports, local
symbols) and doc↔code drift belong to the /code-health-auditor skill, which runs the
committed knip config (npm run knip for the report, npm run dead:check for the gate).
Do not file dead-code or doc-drift tickets here; if you notice them, point the user at
/code-health-auditor. The two share conventions (cache-first, dedup-before-file,
gate-ready tickets) but never overlap scope.
Audit cache
Before running checks, read .claude/dep-audit-cache.json. This file tracks the last
audit date per library. Skip libraries checked within the last 30 days unless the user
explicitly requests --full or "force re-check".
Cache format:
{
"lastFullAudit": "2026-04-01T00:00:00.000Z",
"libraries": {
"express": { "lastChecked": "2026-04-01", "status": "maintained", "lastPublish": "2026-03-15" },
"some-lib": { "lastChecked": "2026-03-01", "status": "unmaintained", "lastPublish": "2023-01-01" }
}
}
If the file does not exist, create it after the audit completes. Always merge — never overwrite entries for libraries you did not re-check.
Checks to run (in order)
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.
- yesterday First seen · 262 lines · 140 tokens per session scan A 877fd7e24513
dep-auditor is an agent published in the GitHub repository agigante80/Actual-sync (12 stars, last pushed 3d ago), licensed MIT. It adds 140 tokens to every session and 2,192 once invoked, about $0.0007 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-09-04.
Other agents, from other repositories
kastell-auditor
Security audit analyzer for Kastell servers. Runs kastell audit, maps results across 5 security domains (perimeter, authentication, runtime, internals, compliance), tracks score trends across sessions. Use when running kastell audit, analyzing server security posture, investigating audit findings, or generating…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.