Network engineers and sysadmins spend a lot of time debugging configurations. AI assistants are increasingly useful for that: paste a FortiGate policy, ask why traffic isn't matching, and get a useful answer in seconds. The problem is that every real config contains data you shouldn't expose to an external service.
ScrubForge is a Chrome extension that sits between your config file and the AI assistant. Paste the config in, get a sanitized version out — all processed locally in your browser, nothing uploaded anywhere.
Why Network Configs Are a Security Risk to Share
A configuration file is not just settings. It contains a detailed map of your infrastructure:
How ScrubForge Works
ScrubForge scans the pasted text for patterns that match known sensitive categories: IPv4 and IPv6 addresses, subnet masks, pre-shared keys, community strings, username-password pairs, and similar values. Each detected value is replaced with a consistent numbered placeholder.
The critical property is consistency: if the same IP address appears eight times in your config, all eight instances become the same token — [IP_1]. The AI reading the sanitized config sees the same logical relationships between objects. It can trace a routing decision, audit an ACL, or explain a policy — it just can't see that [IP_1] is actually your management interface.
All of this happens locally. The extension does not contact any external service. Your config text never leaves your browser tab.
How to Sanitize a Config with ScrubForge
-
1Install ScrubForgeInstall ScrubForge from the Chrome Web Store. Open the Extensions menu (⋮ > Extensions > Manage extensions) and pin ScrubForge to your toolbar.
-
2Copy your configOpen your config file in any text editor, SSH terminal, or web management interface. Select all the text and copy it to your clipboard.
-
3Open ScrubForgeClick the ScrubForge icon in your browser toolbar. The extension panel opens immediately — no new tab, no redirect to an external site.
-
4Paste and sanitizePaste the config into the input area. ScrubForge processes the text locally and displays the sanitized version with sensitive values replaced by consistent placeholder tokens.
-
5Copy the sanitized outputCopy the sanitized config and paste it into your AI assistant, support ticket, or forum post. Your real credentials and addresses stay on your machine.
Practical Example
Say you're debugging a static route issue on a FortiGate device. Your config snippet looks like this:
After running it through ScrubForge, the output becomes:
Notice that the gateway [IP_1] is the same token in both entries — because it was the same address in both. The AI can see the structure clearly: two static routes sharing the same next-hop. You can ask "why would these routes not be preferred over the default?" and get a useful answer without revealing your actual subnet ranges.
When to Use ScrubForge
Frequently Asked Questions
Does ScrubForge send my config to any server?
No. ScrubForge is a Chrome extension that runs entirely in your browser. The text you paste is processed locally on your machine. Nothing is transmitted to Wendygo Studio servers or any external service.
Does it work with Cisco IOS, FortiGate, and AWS configs?
ScrubForge is designed for infrastructure configuration files. It detects patterns common across vendor formats: IP addresses, subnet masks, pre-shared keys, SNMP community strings, and similar values. It works on plain text from any source you can copy from.
What if ScrubForge misses a sensitive value?
The sanitizer detects known patterns. For unusual or custom secret formats not matching standard patterns, review the sanitized output before sharing. ScrubForge reduces risk significantly but is not a guarantee of 100% coverage for every possible secret format.
Is ScrubForge free?
Yes. ScrubForge is free to install and use from the Chrome Web Store. No account or subscription required.
Can I recover the original values from the sanitized output?
The sanitized file alone cannot be reversed — ScrubForge does not upload or store a mapping anywhere. The correspondence between tokens and real values exists only in your original file and in the in-browser session. Keep your original config for reference.
ScrubForge is free to install. Paste your config, sanitize sensitive values locally, and share safely with AI assistants and support forums — no upload, no account required.
Install ScrubForge — free