ClawAudit verdict

agi-farm

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

This skill is a multi-agent team setup wizard that writes local workspace files, installs packages, and optionally pushes to GitHub — all transparent operations consistent with its stated purpose of bootstrapping an OpenClaw agent team.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
40
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match critical

Pipe-to-python pattern — remote code execution risk

SKILL.md · code · curl -s http://localhost:8080/api/data | python

Pattern match high

<script> tag in markdown — potential code injection

dashboard.py · prose · downgraded · <script>

Pattern match medium

Blob URL — may embed executable content

SKILL.md · code · blob:

Pattern match medium

References agent memory files

references/dashboard.md · code · MEMORY.md

Pattern match medium

pip3 install — installs Python packages at runtime

references/dashboard.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

dashboard.py · prose · downgraded · subprocess.run(

Pattern match medium

References agent configuration files

README.md · code · CLAUDE.md

Pattern match low

Python threading.Timer — deferred execution

dashboard.py · prose · downgraded · threading.Timer(

Pattern match low

Python os.environ.get — reads environment variable

scripts/auto-dispatch.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

network_innetwork_outpackage_installfile_write

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API