Transcripts
Antigravity
Antigravity (a VS Code fork) stores agent chat state in a local SQLite database following the VS Code global/workspace-storage layout.
Exposure
- Stores found
- 1
- Holds
- personal data · source code
- Confidence
- unverified
Where it writes
1 store in the current signature database. Paths shown for a typical macOS install.
SQLite may hold personal data · source code
- macOS
~/Library/Application Support/Antigravity/User/globalStorage/state.vscdb - macOS
~/Library/Application Support/Antigravity/User/workspaceStorage/**/state.vscdb - Windows
~/AppData/Roaming/Antigravity/User/globalStorage/state.vscdb - Windows
~/AppData/Roaming/Antigravity/User/workspaceStorage/**/state.vscdb - Linux
~/.config/Antigravity/User/globalStorage/state.vscdb - Linux
~/.config/Antigravity/User/workspaceStorage/**/state.vscdb
Antigravity (a VS Code fork) stores agent chat state in a local SQLite database following the VS Code global/workspace-storage layout.
- Keep the Antigravity application-support directory out of cloud-synced locations.
Source: antigravity.google
What to do about it
PromptDust flags these stores and leaves them in place; cleanup is your call. If a store holds a live secret, rotate the secret first, since deleting the file won’t un-leak a key that already sat in plain text.
For ongoing work, keep sensitive material out of sessions where you can, and prune old transcripts and caches now and then.
This describes where Antigravity stores data. Metadata only, never your content. Confidence: unverified. Spot a mistake? Tell us.
See if this one’s on your machine.
One pass finds every store, for this tool and the other 51.