ClawAudit verdict
jasper-recall
qui-jasper-recall
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.
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.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Accesses agent memory/notes AND makes external network calls — may leak personal data
LLM02 · LLM07 · ASI03 · ASI06
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Accesses agent memory AND makes external network calls — may leak conversation history
LLM02 · LLM07 · ASI06
Permission integrity
network_out
agent_memory
Findings (10)
Recursive delete from root or home — destructive command
SKILL.md · code · rm -rf ~
Uses exec() — may execute shell commands
SKILL.md · code · exec(
References sudo — requests elevated privileges
SKILL.md · prose · downgraded · sudo
References agent memory files
docs/SHARED-MEMORY-SPEC.md · code · MEMORY.md
References child_process — can spawn system processes
cli/doctor.js · prose · downgraded · child_process
Accesses shell history/config
cli/jasper-recall.js · prose · downgraded · ~/.zshrc
Uses spawn() — can execute external programs
cli/jasper-recall.js · prose · downgraded · spawn(
Popular HTTP library — network access
docs/SHARED-MEMORY-SPEC.md · code · got
Node http/https module — low-level network access
cli/server.js · prose · downgraded · require('http')
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 Thanks — recorded.