session-handoff
Audited by Runlayer on Feb 26, 2026
Malicious tool definition detected
Creates a new handoff document with auto-detected metadata: - Current timestamp - Project path - Git branch (if available) - Recent git log - Modified/staged files - Handoff chain linking Usage: python create_handoff.py [task-slug] [--continues-from <previous-handoff>] python create_handoff.py "implementing-auth" python create_handoff.py "auth-part-2" --continues-from 2024-01-15-auth.md python create_handoff.py # auto-generates slug from timestamp """ import argparse import os import re import s
Malicious tool definition detected
Tool passed security scan
Tool passed security scan
Passed Files (8)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan