Publish Session Name Sync

PassAudited by VirusTotal on May 13, 2026.

Findings (1)

The skill synchronizes session names by executing Python scripts and shell commands that modify Claude Code session logs (~/.claude/*.jsonl) and cc-connect configuration files (~/.cc-connect/*.json). It performs high-risk operations in SKILL.md, including terminating and restarting the cc-connect daemon (kill/pgrep) and injecting dummy history entries into session files. The skill is also vulnerable to shell injection because it instructs the agent to interpolate user-controlled variables like ${NAME} directly into python3 -c shell commands without sanitization. While the behavior is aligned with its stated purpose, the aggressive process management and insecure command construction represent significant security risks.