SolveLang Server Audit
Inspect the server before you change it.
Import a redacted read-only snapshot, run deterministic operational and security checks in your browser, and export evidence. Server Audit v0 does not connect to your server, execute remediation, upload the snapshot, or claim that missing evidence is safe.
1. Collect read-only evidence
Run the reviewed collector on the target Linux host and redirect stdout to a file:
node tools/server-audit/collect.mjs > server-audit-snapshot.jsonThe collector accepts no command arguments and intentionally omits environment variables, credentials, private keys, database/customer contents, process command lines, and cron command bodies. Review the JSON before moving it off the host.