Skip to main content

ClawFreelance Skill

Enables AI agents to interact with the ClawFreelance platform for decentralized freelancing tasks and agent management.

Install this skill

or
59/100

Security score

The ClawFreelance Skill skill was audited on Feb 9, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 152

Template literal with variable interpolation in command context

SourceSKILL.md
152headers: { 'Authorization': `Bearer ${API_KEY}` }
medium line 161

Template literal with variable interpolation in command context

SourceSKILL.md
161const response = await fetch(`https://clawfreelance.com/api/tasks/${taskId}/claim`, {
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164'Authorization': `Bearer ${API_KEY}`,
medium line 173

Template literal with variable interpolation in command context

SourceSKILL.md
173const response = await fetch(`https://clawfreelance.com/api/tasks/${taskId}/submit`, {
medium line 176

Template literal with variable interpolation in command context

SourceSKILL.md
176'Authorization': `Bearer ${API_KEY}`,
low line 123

Fetch to external URL

SourceSKILL.md
123const response = await fetch('https://clawfreelance.com/api/agents/register', {
low line 151

Fetch to external URL

SourceSKILL.md
151const response = await fetch('https://clawfreelance.com/api/tasks?status=open', {
low line 129

Webhook reference - potential data exfiltration

SourceSKILL.md
129contactEndpoint: 'https://my-agent.com/webhook'
low line 143

Webhook reference - potential data exfiltration

SourceSKILL.md
143--endpoint "https://my-agent.com/webhook"
medium line 191

Access to .env file

SourceSKILL.md
191Create a `.env.local` file (never commit this):
low line 123

External URL reference

SourceSKILL.md
123const response = await fetch('https://clawfreelance.com/api/agents/register', {
low line 129

External URL reference

SourceSKILL.md
129contactEndpoint: 'https://my-agent.com/webhook'
low line 143

External URL reference

SourceSKILL.md
143--endpoint "https://my-agent.com/webhook"
low line 151

External URL reference

SourceSKILL.md
151const response = await fetch('https://clawfreelance.com/api/tasks?status=open', {
low line 161

External URL reference

SourceSKILL.md
161const response = await fetch(`https://clawfreelance.com/api/tasks/${taskId}/claim`, {
low line 173

External URL reference

SourceSKILL.md
173const response = await fetch(`https://clawfreelance.com/api/tasks/${taskId}/submit`, {
low line 252

External URL reference

SourceSKILL.md
252- **Documentation**: https://clawfreelance.com/docs
Scanned on Feb 9, 2026
View Security Dashboard