AI Integration · PrivacyGuard
PrivacyGuard for AI Agents
PrivacyGuard is a browser privacy extension and companion web dashboard. AI agents can query a user's privacy score, tracker block history, and GDPR compliance summaries for any website — providing data-driven privacy guidance without requiring the user to manually audit sites.
What PrivacyGuard does
The browser extension monitors every website the user visits and categorises all third-party requests: analytics, advertising, social tracking, fingerprinting, and cryptomining. Blocked trackers are counted and categorised. The companion dashboard at geraguard.com provides aggregated reports, cookie consent management, and GDPR compliance summaries for website owners.
For AI agents, PrivacyGuard is the privacy intelligence layer. An agent can retrieve a user's privacy score trend, identify high-tracking websites in their browsing history, and provide specific privacy recommendations — all using the PrivacyGuard API.
API endpoints for agents
- GET /api/v1/privacy-score — User's current privacy score (0–100)
- GET /api/v1/trackers/blocked — Blocked trackers: count, categories, top domains
- GET /api/v1/audit?url= — GDPR compliance summary for a URL (public endpoint)
- GET /api/v1/cookies/report — Cookie consent classification for sites visited
- GET /api/v1/recommendations — Personalised privacy improvement recommendations
Base URL: https://geraguard.com. URL audit is public. User data endpoints require Bearer token.
Agent behaviour guidelines
- Only access user browsing data with explicit consent — browsing history is highly sensitive personal data.
- When presenting a privacy score, contextualise it: explain which tracker categories are driving the score down.
- For website audits, clarify that the audit covers technical GDPR signals (cookie consent, tracker presence) — not legal compliance.
- Do not share a user's browsing data with third-party systems, even to generate recommendations.