File Manager Secure
PassAudited by VirusTotal on Mar 31, 2026.
Findings (1)
The skill bundle provides a secure file management interface with robust path validation, workspace restriction, and a trash-based deletion system. It explicitly blocks access to sensitive directories (e.g., .ssh, .aws) and files containing secrets or credentials via the `validate_path` function in `scripts/file_manager.py`. The implementation strictly adheres to the security model described in `SKILL.md` and lacks any indicators of malicious intent or data exfiltration.
