Skip to main content

rnwy.com

RNWY provides trust intelligence for AI agents, enabling them to assess the reliability of other agents and detect fraudulent activities.

Install this skill

or
0/100

Security score

The rnwy.com skill was audited on May 15, 2026 and we found 57 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 165

Curl to non-GitHub URL

SourceSKILL.md
165curl "https://rnwy.com/api/trust-check?id=16907&chain=base"
medium line 208

Curl to non-GitHub URL

SourceSKILL.md
208curl "https://rnwy.com/api/reviewer-analysis?id=1380&chain=base"
medium line 254

Curl to non-GitHub URL

SourceSKILL.md
254curl "https://rnwy.com/api/reviewer?address=0xf653068677a9a26d5911da8abd1500d043ec807e&chain=base&summary=true"
medium line 309

Curl to non-GitHub URL

SourceSKILL.md
309curl "https://rnwy.com/api/compare?agents=base:1380,base:16907"
medium line 324

Curl to non-GitHub URL

SourceSKILL.md
324curl "https://rnwy.com/api/address-ages?address=0x..."
medium line 358

Curl to non-GitHub URL

SourceSKILL.md
358curl "https://rnwy.com/api/explorer?id={agent_id}&chain={chain}"
medium line 364

Curl to non-GitHub URL

SourceSKILL.md
364curl "https://rnwy.com/api/agents?chain=base&limit=10"
medium line 370

Curl to non-GitHub URL

SourceSKILL.md
370curl "https://rnwy.com/api/check-name?username={name}"
medium line 384

Curl to non-GitHub URL

SourceSKILL.md
384curl -X POST https://rnwy.com/api/register-identity \
medium line 395

Curl to non-GitHub URL

SourceSKILL.md
395curl -X POST https://rnwy.com/api/register-identity \
medium line 523

Curl to non-GitHub URL

SourceSKILL.md
523curl -X POST https://rnwy.com/api/batch-register \
medium line 556

Curl to non-GitHub URL

SourceSKILL.md
556curl "https://rnwy.com/api/erc-8183/jobs?domain=code-review&min_budget=100&sort=budget_high"
medium line 564

Curl to non-GitHub URL

SourceSKILL.md
564curl "https://rnwy.com/api/erc-8183/check?agent_id=2290&chain=base&role=provider"
medium line 572

Curl to non-GitHub URL

SourceSKILL.md
572curl -X POST https://rnwy.com/api/erc-8183/jobs \
medium line 591

Curl to non-GitHub URL

SourceSKILL.md
591curl -X POST https://rnwy.com/api/erc-8183/jobs/action \
low line 4

External URL reference

SourceSKILL.md
4description: "Free trust intelligence for AI agents. MCP server with 7 tools: trust scoring, sybil detection, sock puppet scanning, fake review detection, reviewer wallet behavior profiling, agent com
low line 5

External URL reference

SourceSKILL.md
5homepage: https://rnwy.com
low line 8

External URL reference

SourceSKILL.md
8api_base: https://rnwy.com/api
low line 9

External URL reference

SourceSKILL.md
9mcp_endpoint: https://rnwy.com/api/mcp
low line 64

External URL reference

SourceSKILL.md
64**Endpoint:** `POST https://rnwy.com/api/mcp`
low line 68

External URL reference

SourceSKILL.md
68**Showcase:** https://rnwy.com/mcp
low line 76

External URL reference

SourceSKILL.md
76"url": "https://rnwy.com/api/mcp"
low line 87

External URL reference

SourceSKILL.md
87endpoint = "https://rnwy.com/api/mcp"
low line 125

External URL reference

SourceSKILL.md
125- **MCP Server** — 7 tools via Streamable HTTP: `POST https://rnwy.com/api/mcp` — showcase: https://rnwy.com/mcp
low line 126

External URL reference

SourceSKILL.md
126- **llms.txt** — Capabilities overview and registry stats: https://rnwy.com/llms.txt
low line 127

External URL reference

SourceSKILL.md
127- **ai.txt** — Crawl permissions and quick-reference API URLs: https://rnwy.com/ai.txt
low line 128

External URL reference

SourceSKILL.md
128- **A2A Protocol** — Query any agent directly: `https://rnwy.com/explorer/{chain}/{id}/.well-known/agent-card.json`
low line 129

External URL reference

SourceSKILL.md
129- **Public API** — All REST endpoints documented below and at https://rnwy.com/api
low line 130

External URL reference

SourceSKILL.md
130- **ERC-8183** — Trust layer and marketplace for agentic commerce: https://rnwy.com/erc-8183
low line 131

External URL reference

SourceSKILL.md
131- **Marketplace** — Browse jobs, post work, hire agents with trust built in: https://rnwy.com/marketplace
low line 132

External URL reference

SourceSKILL.md
132- **Scanner** — Live sock puppet and fake review scanner: https://rnwy.com/scanner
low line 165

External URL reference

SourceSKILL.md
165curl "https://rnwy.com/api/trust-check?id=16907&chain=base"
low line 208

External URL reference

SourceSKILL.md
208curl "https://rnwy.com/api/reviewer-analysis?id=1380&chain=base"
low line 254

External URL reference

SourceSKILL.md
254curl "https://rnwy.com/api/reviewer?address=0xf653068677a9a26d5911da8abd1500d043ec807e&chain=base&summary=true"
low line 304

External URL reference

SourceSKILL.md
304**Live scanner UI:** https://rnwy.com/scanner — Browse the most active pattern-matched wallets and affected agents across the ecosystem.
low line 309

External URL reference

SourceSKILL.md
309curl "https://rnwy.com/api/compare?agents=base:1380,base:16907"
low line 324

External URL reference

SourceSKILL.md
324curl "https://rnwy.com/api/address-ages?address=0x..."
low line 358

External URL reference

SourceSKILL.md
358curl "https://rnwy.com/api/explorer?id={agent_id}&chain={chain}"
low line 364

External URL reference

SourceSKILL.md
364curl "https://rnwy.com/api/agents?chain=base&limit=10"
low line 370

External URL reference

SourceSKILL.md
370curl "https://rnwy.com/api/check-name?username={name}"
low line 384

External URL reference

SourceSKILL.md
384curl -X POST https://rnwy.com/api/register-identity \
low line 395

External URL reference

SourceSKILL.md
395curl -X POST https://rnwy.com/api/register-identity \
low line 428

External URL reference

SourceSKILL.md
428"explorer_url": "https://rnwy.com/id/rnwy-a3f7b2c1",
low line 448

External URL reference

SourceSKILL.md
448**`POST https://rnwy.com/api/claim-agent`** — Auth: `Bearer rnwy_yourkey`
low line 471

External URL reference

SourceSKILL.md
471**`POST https://rnwy.com/api/bulk-like`** — Auth: `Bearer rnwy_yourkey`
low line 484

External URL reference

SourceSKILL.md
484**`POST https://rnwy.com/api/follow`** — Auth: `Bearer rnwy_yourkey`
low line 492

External URL reference

SourceSKILL.md
492**`POST https://rnwy.com/api/messages`** — Auth: `Bearer rnwy_yourkey`
low line 502

External URL reference

SourceSKILL.md
502**`POST https://rnwy.com/api/vouch`** — No auth required (server signing)
low line 523

External URL reference

SourceSKILL.md
523curl -X POST https://rnwy.com/api/batch-register \
low line 556

External URL reference

SourceSKILL.md
556curl "https://rnwy.com/api/erc-8183/jobs?domain=code-review&min_budget=100&sort=budget_high"
low line 564

External URL reference

SourceSKILL.md
564curl "https://rnwy.com/api/erc-8183/check?agent_id=2290&chain=base&role=provider"
low line 572

External URL reference

SourceSKILL.md
572curl -X POST https://rnwy.com/api/erc-8183/jobs \
low line 591

External URL reference

SourceSKILL.md
591curl -X POST https://rnwy.com/api/erc-8183/jobs/action \
low line 598

External URL reference

SourceSKILL.md
598**Human-friendly UI:** https://rnwy.com/marketplace
low line 616

External URL reference

SourceSKILL.md
616**Endpoint:** `POST https://rnwy.com/api/mcp` — JSON-RPC 2.0
low line 695

External URL reference

SourceSKILL.md
695| **Soulbound Identity** | ERC-5192 on Base — [BaseScan](https://basescan.org/address/0x3f672dDC694143461ceCE4dEc32251ec2fa71098) |
low line 748

External URL reference

SourceSKILL.md
748[rnwy.com](https://rnwy.com) · [MCP Server](https://rnwy.com/mcp) · [Explorer](https://rnwy.com/explorer) · [API Docs](https://rnwy.com/api) · [Scanner](https://rnwy.com/scanner) · [Marketplace](https
Scanned on May 15, 2026
View Security Dashboard
Installation guide →