io.github.sshahzaiib/agy-bridge
NPM · AGY-BRIDGE · SCANNED AUG 3
Delegate heavy tasks from Claude Code to the Antigravity CLI (Gemini) with quota-aware failover.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 44 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 900 tokens (~150/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · agy-bridge
claude mcp add sshahzaiib-agy-bridge -- npx -y agy-bridge
codex mcp add sshahzaiib-agy-bridge -- npx -y agy-bridge
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sshahzaiib-agy-bridge": {
"type": "local",
"command": [
"npx",
"-y",
"agy-bridge"
],
"enabled": true
}
}
} openclaw mcp add sshahzaiib-agy-bridge --command npx --arg -y --arg agy-bridge
mcp_servers:
sshahzaiib-agy-bridge:
command: "npx"
args: ["-y", "agy-bridge"] {
"mcpServers": {
"sshahzaiib-agy-bridge": {
"command": "npx",
"args": [
"-y",
"agy-bridge"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +33
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Licence: MIT functional
- 31 Jul 26 −26
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 28 Jul 26 +52
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Security disclosure: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: good functional
- First check of Schema quality: fail functional
- First check of Schema quality: fail functional
- Licence: MIT functional
- 27 Jul 26 25
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
adversarial_review ~177
Get an adversarial second opinion from a different model family (Gemini Pro). ALWAYS use this for plan critiques, design reviews, and pre-merge code review: it hunts for flaws, edge cases, security issues, and unstated assumptions you may have missed.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | Inline content to review (plan, diff, code snippet). |
| cwd | string | — | Absolute path to the working directory / project root. Defaults to the server's cwd. |
| files | array | — | File paths to review instead of inline content. |
| focus | string | — | Optional focus area, e.g. 'security', 'concurrency'. |
| model | string | — | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |
No output schema declared.
No examples provided.
analyze_files ~168
Delegate file analysis to the Antigravity CLI (Gemini) instead of reading files yourself. USE THIS whenever a file is large (>200 lines) or the task spans more than 3 files: logs, database dumps, generated code, cross-file reviews, comparisons. The files never enter your context — only the answer does.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Absolute path to the working directory / project root. Defaults to the server's cwd. |
| files | array | yes | File paths to analyze (relative to cwd or absolute). |
| model | string | — | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |
| question | string | yes | What you want to know about these files. |
No output schema declared.
No examples provided.
deep_search ~152
Delegate codebase archaeology to the Antigravity CLI: git log/diff/blame spelunking, wide greps across a repo, 'when/why did X change', 'where is Y used'. USE THIS instead of running many search commands yourself — it saves your context.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Absolute path to the working directory / project root. Defaults to the server's cwd. |
| model | string | — | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |
| query | string | yes | What to find, e.g. 'when was the auth middleware refactored and why'. |
No output schema declared.
No examples provided.
delegate ~120
Raw delegation to the Antigravity CLI for heavy tasks that don't fit the other tools. agy has full tool access (shell, file reads, web) in the given cwd.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Absolute path to the working directory / project root. Defaults to the server's cwd. |
| model | string | — | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |
| prompt | string | yes | The complete task prompt for agy. |
No output schema declared.
No examples provided.
follow_up ~146
Continue a previous Antigravity session by session_id (returned by every other tool). USE THIS for follow-up questions about a prior delegation — the full prior context is already on agy's side, so you don't resend anything.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Absolute path to the working directory / project root. Defaults to the server's cwd. |
| model | string | — | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |
| question | string | yes | The follow-up question. |
| session_id | string | yes | The session id returned by a previous agy-bridge call. |
No output schema declared.
No examples provided.
web_lookup ~137
Delegate a web/documentation lookup to the Antigravity CLI (Gemini with web access): library docs, API references, error messages, current versions, external knowledge. USE THIS when you need information you don't have or that may be newer than your training data.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Absolute path to the working directory / project root. Defaults to the server's cwd. |
| model | string | — | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |
| query | string | yes | What to look up on the web. |
No output schema declared.
No examples provided.