io.github.jacobsd32-cpu/djd-agent-score
NPM · DJD-AGENT-SCORE-MCP · SCANNED AUG 3
Reputation scoring for AI agent wallets on Base. Trust scores, fraud checks, x402.
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 (122 of 124), 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 (122 of 124), 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 137 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1017 tokens (~113/item across 9 items; 9 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 Management27
- Stability observed for 8 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 · djd-agent-score-mcp
claude mcp add jacobsd32-cpu-djd-agent-score -- npx -y djd-agent-score-mcp
codex mcp add jacobsd32-cpu-djd-agent-score -- npx -y djd-agent-score-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jacobsd32-cpu-djd-agent-score": {
"type": "local",
"command": [
"npx",
"-y",
"djd-agent-score-mcp"
],
"enabled": true
}
}
} openclaw mcp add jacobsd32-cpu-djd-agent-score --command npx --arg -y --arg djd-agent-score-mcp
mcp_servers:
jacobsd32-cpu-djd-agent-score:
command: "npx"
args: ["-y", "djd-agent-score-mcp"] {
"mcpServers": {
"jacobsd32-cpu-djd-agent-score": {
"command": "npx",
"args": [
"-y",
"djd-agent-score-mcp"
]
}
}
} 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 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +59
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −7
- 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
- 27 Jul 26 46
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 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 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.
check_blacklist Check Fraud Blacklist ~84
Check if a wallet has any fraud reports filed against it. PAID endpoint — requires x402 payment ($0.05 USD). Args: - wallet (string): Ethereum wallet address to check Returns: { wallet, reported, reportCount, reports[] }
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.
get_badge Get Score Badge ~101
Get the embeddable SVG badge URL for a wallet's reputation score. Returns the badge endpoint URL and the raw SVG content. The URL can be embedded in markdown, HTML, or any context that supports images. This is a FREE endpoint. Args: - wallet (string): Ethereum wallet address Returns: { badgeUrl, svg }
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.
get_leaderboard Get Leaderboard ~51
Get the leaderboard of top-scored AI agent wallets. Returns a ranked list of wallets with their scores and tiers. This is a FREE endpoint. Returns: Array of { wallet, score, tier }
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
health_check Health Check ~34
Check the DJD Agent Score API system status. This is a FREE endpoint. Returns: { status, version, uptime }
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
register_agent Register Agent ~151
Register an AI agent wallet with metadata (name, description, optional GitHub URL). This is a FREE endpoint. Args: - wallet (string): Ethereum wallet address to register - name (string): Display name for the agent - description (string): What this agent does - github_url (string, optional): GitHub repository URL Returns: { success, message }
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | What this agent does |
| github_url | string | — | GitHub repository URL for the agent (optional) |
| name | string | yes | Display name for the agent |
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.
report_fraud Report Fraud ~143
Submit a fraud report for a wallet with supporting transaction hashes and evidence. PAID endpoint — requires x402 payment ($0.02 USD). Args: - wallet (string): Ethereum wallet address of the suspected fraudster - tx_hashes (string[]): Array of transaction hashes as evidence - evidence (string): Text description of the fraudulent behavior Returns: { success, reportId, message }
| Name | Type | Req | Description |
|---|---|---|---|
| evidence | string | yes | Text description of the fraudulent behavior |
| tx_hashes | array | yes | Transaction hashes that demonstrate the fraudulent behavior |
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.
score_basic Basic Agent Score ~165
Get the basic reputation score for an AI agent wallet on Base. Returns a numeric score (0-1000), tier (e.g. "Trusted", "Neutral", "Risky"), confidence level, recommendation text, and model version. This is a FREE endpoint — no x402 payment required. Args: - wallet (string): Ethereum wallet address (0x + 40 hex chars) Returns: { score, tier, confidence, recommendation, modelVersion } Examples: - "What's the reputation of 0xABC...?" -> score_basic with that wallet - "Is this agent wallet trustworthy?" -> score_basic to get tier/recommendation
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.
score_full Full Agent Score ~168
Get the full reputation score with dimension breakdown for an AI agent wallet. Returns everything from basic score PLUS: - dimensions: { reliability, viability, identity, capability } - integrityFlags: flags about suspicious activity - dataQuality: metrics about data completeness PAID endpoint — requires x402 payment ($0.10 USD). If your agent framework supports x402, the 402 response will contain payment instructions. Complete the payment and retry the request. Args: - wallet (string): Ethereum wallet address (0x + 40 hex chars) Returns: { score, tier, confidence, recommendation, modelVersion, dimensions, integrityFlags, dataQuality }
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.
score_refresh Refresh Agent Score ~120
Force a re-score of an AI agent wallet using the latest on-chain data. Use this when you suspect the cached score is stale or after known on-chain activity that should change the score. PAID endpoint — requires x402 payment ($0.25 USD). Args: - wallet (string): Ethereum wallet address (0x + 40 hex chars) Returns: { score, tier, confidence, recommendation, modelVersion, refreshedAt }
| Name | Type | Req | Description |
|---|---|---|---|
| wallet | string | yes | Ethereum wallet address (e.g. 0xAbC...123) |
No output schema declared.
No examples provided.