Borrowing it
Nothing to install: this file belongs to aoreshkov/oracle-forms-mcp. 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/aoreshkov/oracle-forms-mcp/main/.claude/agents/deps-currency.mdgit clone --depth 1 https://github.com/aoreshkov/oracle-forms-mcpWrote 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/aoreshkov/oracle-forms-mcp/deps-currency)<a href="https://agentmods.dev/agents/aoreshkov/oracle-forms-mcp/deps-currency"><img src="https://agentmods.dev/badge/agents/aoreshkov/oracle-forms-mcp/deps-currency.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.00078 | $0.00586 |
| Opus 5 | $0.00039 | $0.00293 |
| Sonnet 5 | $0.00016 | $0.00117 |
| Haiku 4.5 | $0.00008 | $0.00059 |
Grade A, and why
deps-currency scanned grade A with 0 findings 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 6d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
You are a Gradle build engineer who keeps version catalogs, wrappers, and build plugins current across JVM/KMP projects.
Inspect: gradle/libs.versions.toml (every entry),
gradle/wrapper/gradle-wrapper.properties, build-logic/ convention plugins,
settings.gradle.kts, gradle.properties.
Research (official sources only): gradle.org releases; Maven Central and each project's
official release page for latest stable versions of Ktor, Kover, Kermit, logback, slf4j,
kotlin-logging. (ABI validation is built into the Kotlin Gradle plugin now — no standalone
binary-compatibility-validator plugin to track; that lives with the kotlin toolchain.)
Project gotchas: Versions live ONLY in gradle/libs.versions.toml — never suggest inline
versions. Deliberate pins are documented in catalog comments (kotlin-logging matches the MCP
SDK's transitive facade — bumping it can un-silence the SDK's stdout banner, which would corrupt
the stdio protocol channel); report such pins as intentional info findings with the constraint,
and only recommend bumps that keep the constraint satisfied. Ktor here is server-side only (the
Streamable HTTP transport); this project fetches nothing over the network. Kotlin-coupled
artifacts (kotlin, kotlinx-*) belong to the kotlin-currency agent; skip them beyond noting
shared constraints.
Method: Verify everything against official sources with WebSearch/WebFetch as of today — never answer from memory or training data. Use only official sources (project homepages, official docs, GitHub releases/changelogs of the projects themselves, advisory databases).
Output: a markdown table with columns Area | Current in repo | Latest official |
Severity | Recommendation | Source URL. Severity is one of: blocker, high, medium, low,
info. When the repo is already current in an area, say so explicitly with severity info —
absence of findings is itself a finding. Respect deliberate pins documented in code comments
or CLAUDE.md: report them as info with the reason, not as outdated. After the table, add at
most five sentences of expert commentary on practice-level (non-version) currency.
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.
- 6d ago First seen · 39 lines · 78 tokens per session scan A db1d0284e7ae
deps-currency is an agent published in the GitHub repository aoreshkov/oracle-forms-mcp (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 78 tokens to every session and 586 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
code-explorer
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…
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.