Skip to main content

noya-agent

Enables users to interact with the Noya AI agent for crypto trading, market analysis, and DCA strategies using curl commands.

Install this skill

or
69/100

Security score

The noya-agent skill was audited on Feb 28, 2026 and we found 19 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 129

Curl to non-GitHub URL

SourceSKILL.md
129curl -s -X POST "https://safenet.one/api/messages/stream" \
medium line 169

Curl to non-GitHub URL

SourceSKILL.md
169curl -s -X POST "https://safenet.one/api/chat/completions" \
medium line 31

Access to hidden dotfiles in home directory

SourceSKILL.md
31Configure in `~/.openclaw/openclaw.json`:
low line 4

External URL reference

SourceSKILL.md
4metadata: {"openclaw":{"emoji":"🤖","homepage":"https://agent.noya.ai","requires":{"env":["NOYA_API_KEY"],"bins":["curl","jq"]},"primaryEnv":"NOYA_API_KEY"}}
low line 11

External URL reference

SourceSKILL.md
11- **Website:** [agent.noya.ai](https://agent.noya.ai)
low line 12

External URL reference

SourceSKILL.md
12- **API Base URL:** `https://safenet.one`
low line 22

External URL reference

SourceSKILL.md
221. Create an account at [agent.noya.ai](https://agent.noya.ai)
low line 69

External URL reference

SourceSKILL.md
69"https://safenet.one/api/agents/summarize" | jq '.data'
low line 118

External URL reference

SourceSKILL.md
118All endpoints require the `x-api-key` header. Base URL: `https://safenet.one`
low line 129

External URL reference

SourceSKILL.md
129curl -s -X POST "https://safenet.one/api/messages/stream" \
low line 142

External URL reference

SourceSKILL.md
142"https://safenet.one/api/threads" | jq '.data.threads'
low line 149

External URL reference

SourceSKILL.md
149"https://safenet.one/api/threads/THREAD_ID/messages" | jq '.data.messages'
low line 156

External URL reference

SourceSKILL.md
156"https://safenet.one/api/threads/THREAD_ID"
low line 163

External URL reference

SourceSKILL.md
163"https://safenet.one/api/agents/summarize" | jq '.data'
low line 169

External URL reference

SourceSKILL.md
169curl -s -X POST "https://safenet.one/api/chat/completions" \
low line 179

External URL reference

SourceSKILL.md
179"https://safenet.one/api/chat/session/SESSION_ID" | jq '.messages'
low line 186

External URL reference

SourceSKILL.md
186"https://safenet.one/api/chat/session/SESSION_ID"
low line 246

External URL reference

SourceSKILL.md
246"To delegate your wallet, visit https://agent.noya.ai and click
low line 253

External URL reference

SourceSKILL.md
253"To deploy your Polymarket Safe, visit https://agent.noya.ai and click
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →