Guide
Avoid CSV formula injection
CSV files are text, but spreadsheet apps interpret some cells as formulas. That can trigger unexpected behavior when opened.
When is this relevant?
This check is relevant whenever a file arrives unexpectedly, comes from email, messenger, download portals, or AI workflows, or should be cleaned before forwarding.
It matters most for urgent-looking files, unknown senders, or files that would otherwise be opened in apps that interpret active content.
What risks can exist?
Common risks include misleading filenames, active content, external loading targets, hidden metadata, suspicious archive paths, invisible Unicode characters, and prompt instructions for AI systems.
The exact assessment depends on the file type. ScanBeforeOpen therefore shows signals and recommendations, not a complete safety promise.
How does ScanBeforeOpen help?
The file is checked locally in the browser. There is no upload and no execution of the original file.
The result starts with a plain recommendation. Technical details, safe preview, and cleaned exports appear only where they make sense for the file type.
Exactly what is checked
CSV is parsed as a table, including quoted cells and common separators.
Cells beginning with =, +, -, @, or control characters before formula starts are marked as formula-injection risk.
Clean export can neutralize those cells as text, which means legitimate formulas no longer calculate.
Risky cell starts
Cells that start with =, +, -, or @ after whitespace or control characters should be reviewed.
Fullwidth variants, zero-width characters, and HYPERLINK-like content are relevant too.
Cleaning
A defensive export treats risky formulas as text, for example with a leading apostrophe.
Users should understand that formulas may no longer work as formulas.
AI and imports
CSV content can also include hidden prompt instructions.
Before AI upload, inspect text for invisible characters and instruction patterns.
A safer everyday review flow
Start with the source: Was the file expected, does the context make sense, and can the sender be confirmed through a second channel? Technical findings matter more when the social context is weak.
Then review filename, extension, size, magic bytes, and visible warnings. Do not open the original in another app while you are still assessing it.
If you need to share the content, prefer a cleaned export or a report over the original file. That reduces metadata, active content, and unintended remote-loading behavior.
When to escalate
After critical findings or several high-risk findings, do not open the file directly. This is especially important for resumes, invoices, contracts, archives, and files framed as urgent.
In organizations, a red result should go to IT support or security owners. Individuals should use professional antivirus or an isolated environment when uncertainty remains.
A green result only means no obvious known risk patterns were found. It is not a guarantee and does not replace approval for confidential content.
Document without spreading risk
When reporting a suspicious file, capture source, filename, time, and findings. Avoid uploading the original file into chats or unknown online services.
Screenshots or a local security report are often enough to decide the next step without redistributing the original.
Practical checklist
- Detect separator
- Parse quoted CSV
- Mark formula cells
- Check links and WEBSERVICE terms
- Export cleaned CSV
Clear limits
CSV dialects vary. Manually verify important business data after export.
FAQ
Are all formulas dangerous?
No. Unexpected formulas from untrusted files should not run automatically.
Does cleaning change data?
It can convert formulas into text, and the export explains that change.
Why scan locally instead of uploading?
Local scanning reduces privacy risk because the original file stays on your device and is not transferred to an unknown service.
Received a suspicious file?
Scan it locally before opening, extracting, forwarding, or feeding it to an AI system.
Open scanner