Scp Tool

PassAudited by VirusTotal on May 2, 2026.

Findings (1)

The scp-tool is a simple wrapper around the system's scp command. While there is a discrepancy between the documentation in SKILL.md (which claims support for flags like -r and -P) and the implementation in scripts/scp.py (which only accepts two positional arguments), the code uses subprocess.run safely without shell=True and lacks any indicators of malicious intent or data exfiltration.