Missing User Warnings
Medium
- Confidence
- 91% confidence
- Finding
- When the Firefox/SQLite database is locked, the code silently copies the full database to a persistent temporary file on disk using delete=False and then opens that copy. Browser history/bookmark databases can contain sensitive browsing metadata, and creating an undisclosed on-disk duplicate increases exposure to other local processes, forensic recovery, or leftover data if cleanup fails or the process crashes before close_sqlite runs. The skill context makes this more significant because it explicitly processes browser bookmarks/history data, which is privacy-sensitive by nature.
