sensitive-browser
Installation
Summary
Secure browser automation for sensitive operations like login, payments, and form filling with isolated credential handling.
- Executes credential entry, payment processing, and personal data form filling in a dedicated subprocess isolated from the main agent context
- Supports structured sensitive data via JSON file with predefined schema for credentials, payment info, and personal details; custom fields allowed
- Integrates with agent-browser through session state handoff, enabling authenticated workflows while keeping sensitive data separate
- CLI-based execution with options to load/save Playwright storage state, specify target URL, and define sensitive data file path; values are never logged or displayed
SKILL.md
Sensitive Browser
Execute sensitive browser actions securely by delegating credential handling, payments, and form filling to a dedicated subprocess with isolated context.
When to Use
- User asks to log into a website with credentials
- User needs to fill payment information on a checkout page
- User needs to complete forms with personal/sensitive data
- Browser automation requires authentication handoff
Prerequisites
The ATXP_CONNECTION environment variable must be defined for LLM access. This provides the connection string to the ATXP platform.
If not configured, see the ATXP CLI for setup instructions.