# privacy-guard - Author: Satyam Agarwal - Repository: VoidCraftr/OpenToolBox - Version: 20260204133239 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/VoidCraftr/OpenToolBox - Web: https://mule.run/skillshub/@@VoidCraftr/OpenToolBox~privacy-guard:20260204133239 --- # Privacy Audit Skill **Description:** Scans code to ensure no data is sent to external APIs. **Instructions:** 1. Search for `fetch(`, `axios`, or `XMLHttpRequest` in `src/app/tools/`. 2. Flag any external URLs that aren't for local resources or authorized CDNs. 3. Verify all processing libraries are imported as "client-only."