claude-to-deerflow
Fail
Audited by Runlayer on Mar 8, 2026
Risk Level: HIGH
Scan Summary
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