Fridy is where Malviont meets the place developers actually live: the editor. It brings deploy safety and execution context into VS Code so you do not have to leave to check whether a commit is safe.
What Fridy gives you
- Quick Peek: scan the current changes for safety issues on demand.
- Safe commit: run the Deploy Safety scan as part of committing.
- Install git hook: add a pre-commit hook so the scan runs automatically.
- Run Deploy Safety: the full scan over your staged changes.
- Open Attention Tab / Notifications: jump to the Malviont web surfaces for incidents and alerts.
- Diagnostics: check the extension’s connection and configuration.
Local by design
Deploy Safety and Quick Peek run entirely inside the extension on your machine. The Attention Tab and Notifications commands open pages in the Malviont web app. Nothing about Fridy ships your source code anywhere: only file paths and environment-variable names are sent to the backend.
Installing
Install from the VS Code marketplace: search "Malveon" and install, then sign in with your workspace. Fridy appears in your status bar. From there, run Quick Peek or install the pre-commit hook to make Deploy Safety automatic.