ClawAudit verdict

jasper-recall

qui-jasper-recall

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

Receives external input AND executes processes

Local RAG memory system using ChromaDB and sentence-transformers for semantic search of the agent's own past sessions; network access is limited to the documented SkillBoss API Hub for embeddings, and there is no evidence of unauthorized data exfiltration.

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
100
transparency
100
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Receives external input AND executes processes — the shape of a command & control channel

LLM05 · LLM06 · ASI10

Capability combination critical

Accesses agent memory/notes AND makes external network calls — may leak personal data

LLM02 · LLM07 · ASI03 · ASI06

Capability combination high

Executes processes AND makes external network calls — may exfiltrate command output

LLM02 · LLM06 · ASI03

Capability combination high

Accesses agent memory AND makes external network calls — may leak conversation history

LLM02 · LLM07 · ASI06

Permission integrity

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

network_out

Accesses agent memory/configuration files

agent_memory

Findings (10)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf ~

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match medium

References sudo — requests elevated privileges

SKILL.md · prose · downgraded · sudo

Pattern match medium

References agent memory files

docs/SHARED-MEMORY-SPEC.md · code · MEMORY.md

Pattern match medium

References child_process — can spawn system processes

cli/doctor.js · prose · downgraded · child_process

Pattern match medium

Accesses shell history/config

cli/jasper-recall.js · prose · downgraded · ~/.zshrc

Pattern match medium

Uses spawn() — can execute external programs

cli/jasper-recall.js · prose · downgraded · spawn(

Pattern match medium

Popular HTTP library — network access

docs/SHARED-MEMORY-SPEC.md · code · got

Pattern match low

Node http/https module — low-level network access

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

Pattern match low

Python os.environ.get — reads environment variable

scripts/index-digests.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.

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