AI product readBrowser companion agent for Fortinet FortiPAM (Privileged Access Management) that auto-fills credentials and records privileged web sessions
Helps organizations securely manage privileged account access by automatically injecting credentials from FortiPAM into web applications and optionally recording user activity for audit/compliance, eliminating manual credential handling for critical accounts
1) User is authenticated to their organization's FortiPAM instance via the FortiPAM web interface. 2) User launches a privileged session (secret) from FortiPAM, which sends a launcher URL to the extension via externally_connectable messaging. 3) The extension opens the target web application, auto-fills the privileged credentials, and optionally begins session recording. 4) Session activity (keystrokes, video) is logged back to the FortiPAM server for audit. 5) Users can view active session info, manage proxy settings, and export logs from the extension popup.
Automatic filling of usernames and passwords for privileged accounts accessed via FortiPAMVideo recording of browsing sessions for privileged accounts configured with recording policiesQuick-launch buttons for previously accessed FortiPAM secrets/launchersSession management with duration trackingProxy configuration for network routingActivity logging and exportable logs
- Target users
- Enterprise IT administrators managing privileged accounts / Privileged users accessing critical systems through FortiPAM / Security/compliance teams monitoring privileged access
- All JS files are heavily minified (single-line), making deep code analysis difficult
- Cannot inspect the exact authentication handshake between the extension and FortiPAM server
- Cannot determine if any extension features are conditionally gated by FortiPAM licensing tier
MonetizationNo paid features detected
The extension itself contains no payment UI, billing APIs, subscription gates, or feature tiers. The deterministic heuristic flagged 'subscription' and 'purchase' keywords, but these appear exclusively in policy.html (Fortinet's corporate EULA/legal terms), not in any extension feature code. FortiPAM is an enterprise product that organizations purchase as infrastructure, but the extension does not itself gate any functionality behind payment.
- Confidence
- 80
- Payment platform
- --
- Source
- AI / Medium
- Login required
- Yes
- Reason
- The extension is a companion agent for FortiPAM (Fortinet Privileged Access Management), an enterprise server product. The core workflow—launching privileged sessions, auto-filling credentials, and recording sessions—requires the user to be authenticated to an organization's FortiPAM instance. The popup.js shows quick-launch buttons populated with FortiPAM launcher URLs (containing sec_id and launcher parameters), and the code defines EXTENSION_LOGIN_ERROR, indicating the extension expects the user to be logged in to the destination FortiPAM service. The extension itself has no login UI; authentication occurs on the FortiPAM web interface.