contact-cache
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a CLI script (
scripts/cache.py) to manage a contact database. The script handles local file operations such as reading, writing, and updating a CSV file. It implements atomic writes using temporary files and directory creation to ensure data integrity.\n- [DATA_EXFILTRATION]: While the skill manages personally identifiable information (PII) including names, emails, and profile URLs, it does so entirely on the local file system. No network-enabled libraries (e.g.,requests,urllib.request,httpx) are present in the code, and no outbound data transmission logic was identified.\n- [REMOTE_CODE_EXECUTION]: The code uses standard libraries for data processing and argument parsing. It does not contain dangerous functions such aseval()orexec(), nor does it attempt to download and execute scripts from the internet.\n- [EXTERNAL_DOWNLOADS]: The skill does not list any external dependencies in its metadata or requirement files, and it does not perform any runtime package installations.
Audit Metadata