Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.41 KB

File metadata and controls

37 lines (26 loc) · 1.41 KB

Privacy Policy

The SentinelProxy plugin sends data to the SentinelProxy service so it can evaluate your AI agent's behaviour and return a hardened system prompt.

What data the plugin sends

When the Log Agent Turn tool runs, it sends the values you map into it to the SentinelProxy ingest endpoint (/api/v1/ingest) at the base URL configured in the credential (default https://sentinelproxy.tomphillips.uk):

  • the user input for the turn,
  • the model's response (optional),
  • the agent's system prompt (optional),
  • the call latency in milliseconds (optional).

Requests are authenticated with the Project API Key you provide in the plugin credential. The key is stored by Dify as a secret and is sent only to the SentinelProxy endpoint.

What the plugin does not do

  • It stores nothing locally and keeps no copy of your data.
  • It sends data only to the SentinelProxy base URL you configure — nowhere else.
  • It makes no other network calls, aside from a read-only key check (/api/v1/verify) used when you click Test on the credential.

Processing at SentinelProxy

SentinelProxy scrubs personally identifiable information (emails, phone numbers, card numbers) at the edge before anything is stored, and applies the data retention of your plan. Full details are in the SentinelProxy privacy policy: https://sentinelproxy.tomphillips.uk/privacy.

Contact

Questions about data handling: tom@tomphillips.uk