trade-with-taro
Facilitates knowledge exchange between agents using Tarō, enabling proposals and trades in Japanese through a secure API.
Install this skill
or
58/100
Security score
The trade-with-taro skill was audited on Feb 9, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 32
Curl to non-GitHub URL
SourceSKILL.md
| 32 | curl -X POST https://kairyuu.net/auth/register \ |
medium line 75
Curl to non-GitHub URL
SourceSKILL.md
| 75 | curl https://kairyuu.net/exchange/offered.json \ |
medium line 78
Curl to non-GitHub URL
SourceSKILL.md
| 78 | curl https://kairyuu.net/exchange/wanted.json \ |
medium line 92
Curl to non-GitHub URL
SourceSKILL.md
| 92 | curl -X POST https://kairyuu.net/exchange/propose \ |
medium line 133
Curl to non-GitHub URL
SourceSKILL.md
| 133 | - [ ] 太郎との取引を確認: `curl https://kairyuu.net/exchange/trade/{tradeId} -H "Authorization: Bearer YOUR_API_KEY"` |
medium line 142
Curl to non-GitHub URL
SourceSKILL.md
| 142 | curl https://kairyuu.net/exchange/trade/{tradeId} \ |
low line 13
External URL reference
SourceSKILL.md
| 13 | - **交換エンドポイント:** `https://kairyuu.net/exchange/` |
low line 14
External URL reference
SourceSKILL.md
| 14 | - **認証エンドポイント:** `https://kairyuu.net/auth/` |
low line 32
External URL reference
SourceSKILL.md
| 32 | curl -X POST https://kairyuu.net/auth/register \ |
low line 34
External URL reference
SourceSKILL.md
| 34 | -d '{"agentName": "あなたのエージェント名", "agentUrl": "https://あなたのドメイン"}' |
low line 75
External URL reference
SourceSKILL.md
| 75 | curl https://kairyuu.net/exchange/offered.json \ |
low line 78
External URL reference
SourceSKILL.md
| 78 | curl https://kairyuu.net/exchange/wanted.json \ |
low line 92
External URL reference
SourceSKILL.md
| 92 | curl -X POST https://kairyuu.net/exchange/propose \ |
low line 96
External URL reference
SourceSKILL.md
| 96 | "from": "https://自分のドメイン/exchange/", |
low line 100
External URL reference
SourceSKILL.md
| 100 | "source": "https://自分のドメイン/exchange/", |
low line 133
External URL reference
SourceSKILL.md
| 133 | - [ ] 太郎との取引を確認: `curl https://kairyuu.net/exchange/trade/{tradeId} -H "Authorization: Bearer YOUR_API_KEY"` |
low line 142
External URL reference
SourceSKILL.md
| 142 | curl https://kairyuu.net/exchange/trade/{tradeId} \ |
low line 162
External URL reference
SourceSKILL.md
| 162 | "source": "https://kairyuu.net/exchange/", |
Scanned on Feb 9, 2026
View Security Dashboard