Modding SDK – Handbook API: Mods can now register their own articles directly in the in-game Handbook, with custom categories and content.
Modding SDK – SaveStorage API: A new per-save storage for mods. Data is tied to the individual save file — it never leaks between different saves, travels with your backups/cloud, and is automatically removed when a save is deleted. Perfect for storing per-playthrough mod progress.
Both new APIs are available across every mod surface (Apps, Websites, Phone Apps and Desktop Widgets) through the HackhubSDK global.
pfSense firewall rules now use a clean Allow / Deny toggle button instead of the old dropdown — one click to flip a rule.
Cryptographer Hunt: Fixed a soft-lock and closed an exploit where the target's bank account could be drained using an OSINT-discovered email before completing the phone-phishing steps. The phone-phishing flow is now properly required, and saves affected by the old behavior are automatically recovered.
Eppenstein Files: The "Find the evidence" objective now completes when you read the evidence files through the file explorer (GUI), not just via the terminal.
Quest delivery exploit (Kisscord): Quest files are no longer auto-attached from the locked source file at quest start. You must actually download/unlock the file before you can send it, so quests can't be skipped by hitting "send" right away. Applied consistently to all file-delivery objectives.
Mod toast notifications now display the correct style for their type (success / info / warning / error) instead of always appearing as "info".
The phone Suspicion app title is now localized.
SDK published as @hotbunny/[email protected] (adds Handbook and SaveStorage). Types and documentation on docs.hotbunny.dev are updated.