letterly-exporter
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): Downloads the Chromium browser binary via the official Playwright tool (playwright install chromium). This is a standard procedure for this library and targets trusted infrastructure.
- [DATA_EXFILTRATION] (SAFE): No evidence of data being sent to external or unauthorized servers. Data is only moved from the Letterly web interface to the local file system in the specified 'My Outputs/Transcriptions' directory.
- [COMMAND_EXECUTION] (SAFE): Executes standard Python and Playwright commands for automation. No arbitrary or malicious shell commands were detected.
- [CREDENTIALS_UNSAFE] (SAFE): No hardcoded API keys or credentials. The script uses a persistent browser context (chrome_context folder) to store session data locally, requiring the user to log in manually the first time.
Audit Metadata