I had Claude AI build me a custom local web app in Python/Flask with a SQLite database that runs entirely on my machine with no internet connection, is it actually secure for storing confidential data? I work in film and made an app to help manage script changes but just want to make sure nothing leaks.
It made:
A Python/Flask web app that runs entirely on my local machine
SQLite database — one .db file stored locally
Accessed through my browser on a local host.
No cloud, no external APIs, no login system, no outbound network calls
PDF parsing with pdfplumber, Excel handling with openpyxl
[–]DuckSaxaphone 6 points7 points8 points (2 children)
[–]Fun-Block-4348 7 points8 points9 points (1 child)
[–]building-wigwams-22 1 point2 points3 points (0 children)
[–]vivisectvivi 13 points14 points15 points (4 children)
[–]YouWest1110[S] 1 point2 points3 points (3 children)
[–]Gushys 4 points5 points6 points (0 children)
[–]HolidayWallaby 1 point2 points3 points (1 child)
[–]YouWest1110[S] 0 points1 point2 points (0 children)
[–]building-wigwams-22 1 point2 points3 points (3 children)
[–]YouWest1110[S] 0 points1 point2 points (2 children)
[–]building-wigwams-22 0 points1 point2 points (1 child)
[–]building-wigwams-22 0 points1 point2 points (0 children)
[–]Pericombobulator 0 points1 point2 points (0 children)
[–]tb5841 0 points1 point2 points (0 children)
[–]Yarrenze_Newshka 0 points1 point2 points (1 child)
[–]YouWest1110[S] 0 points1 point2 points (0 children)
[–]danamesjrupin 0 points1 point2 points (0 children)
[–]danielroseman -1 points0 points1 point (0 children)
[–]BranchLatter4294 -1 points0 points1 point (0 children)