Skip to main content

clawtributor

Facilitates community incident reporting for AI agents, enhancing collective security by allowing users to report threats and vulnerabilities.

Install this skill

or
42/100

Security score

The clawtributor skill was audited on Mar 1, 2026 and we found 14 security issues across 5 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

medium line 52

Template literal with variable interpolation in command context

SourceSKILL.md
52```bash
medium line 326

Template literal with variable interpolation in command context

SourceSKILL.md
326```bash
medium line 509

Template literal with variable interpolation in command context

SourceSKILL.md
509```bash
medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27LATEST_TAG=$(curl -sSL https://api.github.com/repos/prompt-security/ClawSec/releases | \
low line 46

Access to hidden dotfiles in home directory

SourceSKILL.md
46mkdir -p ~/.openclaw/skills/clawtributor
medium line 505

Access to hidden dotfiles in home directory

SourceSKILL.md
505Save to: `~/.openclaw/clawtributor-state.json`
low line 573

Access to hidden dotfiles in home directory

SourceSKILL.md
573CURRENT_VERSION=$(jq -r '.version' ~/.openclaw/skills/clawtributor/skill.json 2>/dev/null || echo "unknown")
critical line 270

Prompt injection: ignore instructions

SourceSKILL.md
270- "Ignore previous instructions..."
low line 5

External URL reference

SourceSKILL.md
5homepage: https://gclawsec.prompt.security
low line 17

External URL reference

SourceSKILL.md
17**An open source project by [Prompt Security](https://prompt.security)**
low line 27

External URL reference

SourceSKILL.md
27LATEST_TAG=$(curl -sSL https://api.github.com/repos/prompt-security/ClawSec/releases | \
low line 55

External URL reference

SourceSKILL.md
55https://api.github.com/repos/prompt-security/ClawSec/releases | \
low line 577

External URL reference

SourceSKILL.md
577LATEST_URL="https://api.github.com/repos/prompt-security/ClawSec/releases"
low line 608

External URL reference

SourceSKILL.md
608Built with 🤝 by the [Prompt Security](https://prompt.security) team and the agent community.
Scanned on Mar 1, 2026
View Security Dashboard