io.github.mmahdiahamed92-png/autonomous-intelligence
NPM · AUTONOMOUSINTELLIGENCE-MCP · 2 COMPONENTS · SCANNED AUG 8
Non-custodial, rug-gated crypto swaps + token safety + discovery for AI agents.
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 Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- 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 2 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability49
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 268 tokens (~38/item across 7 items; 7 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 Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
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 · autonomousintelligence-mcp
claude mcp add mmahdiahamed92-png-autonomous-intelligence -- npx -y autonomousintelligence-mcp
codex mcp add mmahdiahamed92-png-autonomous-intelligence -- npx -y autonomousintelligence-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mmahdiahamed92-png-autonomous-intelligence": {
"type": "local",
"command": [
"npx",
"-y",
"autonomousintelligence-mcp"
],
"enabled": true
}
}
} openclaw mcp add mmahdiahamed92-png-autonomous-intelligence --command npx --arg -y --arg autonomousintelligence-mcp
mcp_servers:
mmahdiahamed92-png-autonomous-intelligence:
command: "npx"
args: ["-y", "autonomousintelligence-mcp"] {
"mcpServers": {
"mmahdiahamed92-png-autonomous-intelligence": {
"command": "npx",
"args": [
"-y",
"autonomousintelligence-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.
- 8 Aug 26 +4
- Known CVEs: partial → pass ▲ security
- Dependency health: partial → 0.85 functional
- 6 Aug 26 51
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 8 Aug 2026 · Analysed npm/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
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.
build_swap ~63
Build an UNSIGNED swap transaction (2% fee baked in) + a build_id. Requires an API key. Sign it locally with your own wallet, then call submit_swap with the same build_id. Your key never leaves your environment.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.
check_token_safety ~38
Rug-gate a token: honeypot, mint/freeze authority, liquidity lock, holder concentration.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.
find_gems ~32
Rug-gated new/trending tokens. tab: new | trending | graduated.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.
get_quote ~43
Get a swap quote (route, expected out, 2% fee disclosed) for inputMint→outputMint of amount in base units.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.
get_token_info ~27
Live price, liquidity and market cap for a mint.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.
list_tradeable_tokens ~26
Every token swappable on the DEX.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.
submit_swap ~39
Broadcast an already-signed swap transaction with its build_id. Requires an API key. Returns the signature and confirmation status.
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | – | – |
No output schema declared.
No examples provided.