ClawAudit verdict

local-self-healing-machine-learning

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

Local machine learning skill for agent error correction explicitly asserting no telemetry, no fingerprinting, and no network calls; the skill description is consistent with a self-contained local learning loop with no contradicting evidence.

⚠ 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
80
transparency
80
maintenance

Permission integrity

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

network_out

Findings (12)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · code · curl -fsSL https://ollama.com/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

SKILL.md · code · | sh

Pattern match high

Possible hardcoded credential

test/sanitize.test.js · prose · downgraded · PASSWORD: "hunter2xyz

Pattern match high

Recursive delete from root or home — destructive command

test/skillDistiller.test.js · prose · downgraded · rm -rf /

Pattern match medium

References child_process — can spawn system processes

scripts/generate_history.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

index.js · prose · downgraded · spawn(

Pattern match medium

Uses exec() — may execute shell commands

src/evolve.js · prose · downgraded · exec(

Pattern match medium

Instructs covert action — may act without user awareness

src/evolve.js · prose · downgraded · silently

Pattern match medium

Accesses .ssh directory

test/sanitize.test.js · prose · downgraded · .ssh/

Pattern match low

Node http/https module — low-level network access

dashboard/server.js · prose · downgraded · require('http')

Pattern match low

References agent memory files

src/evolve.js · prose · downgraded · MEMORY.md

Pattern match low

Popular HTTP library — network access

test/signals.test.js · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/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_out

Is this flag fair?

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