AI 产品解读Enterprise data loss prevention (DLP) for GenAI tools - monitors and optionally blocks sensitive data from being sent to third-party AI applications
Prevents employees from accidentally leaking sensitive corporate data (PII, confidential information, etc.) to generative AI tools like ChatGPT, Claude, Copilot, Gemini, and others
Admin deploys extension via MDM with Prompt Security API credentials and optional SSO configuration. When employee attempts to use an AI tool (e.g., ChatGPT), extension intercepts the request, analyzes content for sensitive data via the Protect API, and either allows it, shows an education warning, or blocks the request entirely. Users can optionally bypass blocks with justification.
Intercepts and analyzes data sent to 25+ GenAI platforms (ChatGPT, Claude, Copilot, Gemini, Perplexity, Mistral, DeepSeek, Grok, etc.)Detects sensitive information in real-time before it reaches AI servicesShows 'Sensitive Data Alert' education modals when violations are detectedBlocks access to unauthorized AI applications with 'Access Denied' screensAllows users to bypass blocks with justification for safe AI chatsEnforces SSO authentication before AI tool usage
- 目标用户
- Enterprise employees using AI tools / IT administrators deploying security policies / Organizations with data protection/compliance requirements
- Source code is minified/bundled making detailed logic analysis difficult
- Cannot determine exact detection algorithms or sensitivity thresholds
- Cannot confirm if the extension has any local-only mode without API connection
付费分析未识别到付费功能
No subscription, premium, upgrade, payment, stripe, or license keywords found in the source code. The 'pro' keyword matches are all false positives (appearing in 'prompt', 'properties', etc.). The extension itself does not gate any features behind payment UI or billing APIs. However, this is clearly an enterprise product (Prompt Security Protect API) that likely requires a paid enterprise subscription to obtain the API key and configure the service - the paid aspect is at the destination service level, not within the extension itself.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires configuration of an API domain and API key for the Prompt Security Protect API (schema.json lines 4-12). It includes SSO identity provider configuration (schema.json lines 14-32) and displays an 'Authentication Required' page (authRedirect.html line 14) that redirects users to their organization's identity provider. The 'identity' and 'identity.email' Chrome permissions confirm identity integration. This is an enterprise-managed extension where authentication is enforced by the organization's admin who configures the SSO IDP.