Log Collector

PassAudited by VirusTotal on Apr 18, 2026.

Findings (1)

The skill is designed for automated log collection across multiple network nodes via SSH and VPN. While its behavior aligns with the stated purpose, it possesses high-risk capabilities including the execution of remote commands via subprocess calls and the management of SSH keys (scripts/log_collector.py). It also explicitly disables 'StrictHostKeyChecking', which introduces a vulnerability to Man-in-the-Middle (MITM) attacks, and requires broad 'read_write_ssh' permissions as noted in SKILL.md.