ClawAudit verdict

Session Memory Extractor

session-memory-extractor

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

The skill scans local session files, extracts memories to local markdown files, and deletes raw files after confirmation; the credential_access capability flag likely refers to reading local config paths, and there is no evidence of exfiltration.

⚠ 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.

50
security
70
transparency
90
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (4)

Pattern match high

Possible hardcoded credential

extract-trajectory.sh · prose · downgraded · TOKEN="${MINIMAX_API_KEY:-}

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match low

Python os.environ.get — reads environment variable

extract_session.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

extract_session.py · prose · downgraded · urllib.request

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.

credential_access

Is this flag fair?

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