Privacy Audit Skill
Description: Scans code to ensure no data is sent to external APIs. Instructions:
- •Search for
fetch(,axios, orXMLHttpRequestinsrc/app/tools/. - •Flag any external URLs that aren't for local resources or authorized CDNs.
- •Verify all processing libraries are imported as "client-only."