sense-privacy-guard

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The 'privacy-guard' skill is a legitimate utility designed to prevent accidental data leakage by scanning files for sensitive keywords (e.g., contracts, PII, financial data) before an agent processes them. The implementation in 'scan_file.py' uses standard libraries (pdfplumber, python-docx, openpyxl) to inspect local files and returns a 'BLOCK' or 'PASS' signal based on content, with no evidence of data exfiltration, obfuscation, or malicious intent.