claude-to-deerflow

Fail

Audited by Runlayer on Mar 8, 2026

Risk Level: HIGH
Scan Summary
Max Score
90%
Files
3
Flagged
3
Chunks
3
Flagged Files (3)
claude-to-deerflow/scripts/chat.shHIGH
90.5%

Risky tool definition detected

claude-to-deerflow/scripts/status.shLOW
74.8%

Risky tool definition detected

-H "Content-Type: application/json" \ -d '{"limit": 20, "sort_by": "updated_at", "sort_order": "desc", "select": ["thread_id", "updated_at", "values"]}' \ | python3 -c " import json, sys threads = json.load(sys.stdin) if not threads: print('No threads found.') sys.exit(0) for t in threads: tid = t.get('thread_id', '?') updated = t.get('updated_at', '?') title = (t.get('values') or {}).get('title', '(untitled)') print(f'{tid} {updated} {title}') " ;; memory) curl -s "${GATEWAY_URL}/api/memory"

claude-to-deerflow/SKILL.mdLOW
60.6%

Tool passed security scan

Audit Metadata
Max File Score
90%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
3
Analyzed
Mar 8, 2026, 03:07 PM
Security Audit — runlayer — claude-to-deerflow