Caveat verdict

recall-local

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

A fully local memory search server that indexes ~/clawd/memory/ files and serves search at localhost:3456 with no external data transmission; network_in/out are for the local HTTP server only.

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

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

0
security
70
transparency
70
maintenance

Permission integrity

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

network_out

Findings (5)

Pattern match critical

Pipe-to-python pattern — remote code execution risk

SKILL.md · code · curl -s "http://localhost:3456/search?q=YOUR+QUERY" | python

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match high

<script> tag in markdown — potential code injection

scripts/server.js · prose · downgraded · <script>

Pattern match medium

References agent memory files

SKILL.md · frontmatter · MEMORY.md

Pattern match low

Node http/https module — low-level network access

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

Why the tier is capped

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

Is this flag fair?

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