io.github.zero520-dot/trencher-agent
NPM · AUTONOMUSTRENCH-MCP-SERVER · SCANNED AUG 3
First autonomous Solana trading agent on MCP. Live signals and consciousness feed.
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 & Transparency6
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 60 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 316 tokens (~52/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
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 · autonomustrench-mcp-server
claude mcp add zero520-dot-trencher-agent -- npx -y autonomustrench-mcp-server
codex mcp add zero520-dot-trencher-agent -- npx -y autonomustrench-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"zero520-dot-trencher-agent": {
"type": "local",
"command": [
"npx",
"-y",
"autonomustrench-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add zero520-dot-trencher-agent --command npx --arg -y --arg autonomustrench-mcp-server
mcp_servers:
zero520-dot-trencher-agent:
command: "npx"
args: ["-y", "autonomustrench-mcp-server"] {
"mcpServers": {
"zero520-dot-trencher-agent": {
"command": "npx",
"args": [
"-y",
"autonomustrench-mcp-server"
]
}
}
} 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 +13
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 +29
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −51
- 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 +50
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Maintenance: 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: pass functional
- First check of Schema quality: fail functional
- 27 Jul 26 19
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.
get_agent_dna ~59
Get the Genesis Trencher DNA profile including breed, 11 trait scores (Speed, Aggression, Rug Defense, etc), performance stats, and survival score
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of DNA profiles to return (defaults to all) |
No output schema declared.
No examples provided.
get_agent_status ~35
Get current agent status including trading mode, active strategy, open positions, PnL, uptime, and number of active nodes
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_consciousness_feed ~58
Get the real-time agent decision feed (Proof of Consciousness). Each decision shows token, confidence score, rug probability, runner signal, and BUY/SKIP verdict with reasoning
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of recent decisions |
No output schema declared.
No examples provided.
get_signals ~56
Get latest Pump.fun trading signals with enrichment data including runner detection, smart money overlap, and LLM confidence scores
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Blockchain to query signals from |
| limit | number | — | Number of signals to return |
No output schema declared.
No examples provided.
get_trade_history ~57
Get closed trade history with full PnL data, entry/exit mcap, hold duration, strategy, and exit reason
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | — | Chain to filter |
| limit | number | — | Number of trades to return |
No output schema declared.
No examples provided.
search_token ~51
Search for a token in the agent signal database. Returns last seen confidence, verdict, enrichment data, and whether the agent bought or skipped it
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Token symbol or mint address to search |
No output schema declared.
No examples provided.