DEV Community

t49qnsx7qt-kpanks
t49qnsx7qt-kpanks

Posted on

tracking which AI agents sell your data

the privacy subreddit is asking the right question: which AI agent startups are quietly piping user data to data brokers?

we have:

  • cookie banners (GDPR)
  • privacy policies (required, rarely read)
  • do-not-sell registries (CCPA)

we don't have:

  • real-time disclosure when an agent calls a third-party API
  • logs of which data brokers an agent has contacted
  • user controls to block specific agent→broker flows

bizsuite's article 12 audit plugin (EU AI Act compliance) logs every external API call an agent makes, tags data-broker domains, and generates a human-readable report:

  • 14 API calls to clearbit.com (data enrichment)
  • 6 calls to acxiom-api.com (consumer profiles)
  • 2 calls to experian.com (credit data)

users can set a policy: "block all data brokers" or "allow only X, Y, Z with my explicit consent."

the EU AI Act Article 12 requires this level of transparency for high-risk AI systems by 2027. most agent platforms aren't even logging external calls yet.

if you're building agents that handle user data, start logging now. the regulatory floor is rising fast.

Top comments (0)