io.github.smartflowproai-lang/verify
NPM · SMARTFLOW-VERIFY-MCP · SCANNED AUG 18
Independent x402 observatory on Base. Sealed decomposition + endpoint audits paid over x402 itself.
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: no source repository is declared. 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 8 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability74
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 554 tokens (~184/item across 3 items; 3 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 Management30
- Stability observed for 9 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 · smartflow-verify-mcp
claude mcp add smartflowproai-lang-verify -- npx -y smartflow-verify-mcp
codex mcp add smartflowproai-lang-verify -- npx -y smartflow-verify-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"smartflowproai-lang-verify": {
"type": "local",
"command": [
"npx",
"-y",
"smartflow-verify-mcp"
],
"enabled": true
}
}
} openclaw mcp add smartflowproai-lang-verify --command npx --arg -y --arg smartflow-verify-mcp
mcp_servers:
smartflowproai-lang-verify:
command: "npx"
args: ["-y", "smartflow-verify-mcp"] {
"mcpServers": {
"smartflowproai-lang-verify": {
"command": "npx",
"args": [
"-y",
"smartflow-verify-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.
- 18 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 11 Aug 26 +2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 9 Aug 26 61
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 18 Aug 2026 · Analysed npm/smartflow-verify-mcp@0.1.1
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.
get_audit_order_status Check audit order status (free) ~157
FREE, read-only. Poll the status of an audit order created with order_endpoint_audit. Status `pending_payment` means the exact-amount USDC payment has not been detected yet; `paid: true` confirms your x402 payment was matched; a delivered state means the signed report was emailed. Caveats: payment detection reads Base USDC transfer logs and can lag a few minutes behind the chain. If you just paid the exact amount, wait 2-5 minutes and poll again before assuming a problem. Unpaid orders expire within 24h.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | The order id returned by order_endpoint_audit, e.g. aud_2e4270db0cc840c3. |
No output schema declared.
No examples provided.
get_network_decomposition x402 growth, decomposed (free) ~153
FREE, read-only. Integrity-sealed decomposition of x402 payment growth on Base from SmartFlow Observatory's independent ledger of USDC micro-transfers: how much of the headline volume is wash / self-dealing / clone-fleet activity vs bundler plumbing vs the organic clean core. Returns the full dataset plus `seal_verified` (this client recomputes the SHA-256 seal locally, recipe included in the response) and `data_age_hours`. Use this BEFORE trusting any headline x402 volume figure. Caveats: data refreshes roughly daily (check `data_age_hours`); figures reflect the observatory's ingest time, so the most recent ~1h of activity may be under-represented.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
order_endpoint_audit Order a $199 x402 endpoint audit ~244
Creates a PAYABLE ORDER for a $199 signed, human-reviewed audit of an x402 endpoint or receiving wallet (wash-share, payer concentration, demand dispersion, attribution), delivered by email within 24h of payment. COST: calling this tool is free and moves NO funds. It returns an x402 `exact`-scheme payment challenge (HTTP 402) with a per-order UNIQUE USDC amount on Base, plus plain-language payment instructions and the order id. The purchase only happens if you (or your operator) then pay the EXACT quoted amount to the quoted address; do not round it. This is a real $199 purchase; confirm with your operator if your spend policy requires it. Unpaid orders are harmless and expire on their own within 24h. After paying, poll get_audit_order_status with the order id; if a payment submission times out, poll status BEFORE paying again. Never pay the same order twice.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address to deliver the signed audit report to. | |
| target | string | yes | What to audit: an x402 endpoint URL (https://...) or a receiving wallet address (0x...). |
No output schema declared.
No examples provided.