Locale-Safe CSV Import Preflight
Catch locale-driven number, date, and formula coercion before a CSV import changes business data.
What problem does Locale-Safe CSV Import Preflight solve?
International CSV imports silently reinterpret decimal marks, grouping marks, numeric dates, and spreadsheet formula prefixes.
Use it to
- Preflight supplier price files from multiple locales
- Catch day-month swaps before CRM import
- Block spreadsheet formula prefixes in text fields
What it returns
- result.json with PASS, REVIEW, BLOCK, or CANNOT_ASSESS
- report.md human-review handoff
- manifest.json with stable output declarations and SHA-256 hashes
A representative input and result
Access and approval boundaries
- Terminal permission to run the bundled local Python gate.
- Read access to one owner-selected UTF-8 JSON packet.
- Write access only to one new owner-selected local output directory.
- No browser, network, credential, account, messaging, payment, import, upload, merge, delivery, or publication permission.
Known limitations
- It does not import a CSV or infer a person's locale.
- Owner-supplied parsing profiles can be wrong and remain reviewable evidence.
- PASS does not prove downstream application behavior.
Questions
Does it connect to or change a live system?
No. It reads one local packet, writes one new local output directory, and makes no network request.
Does PASS prove the evidence or language is correct?
No. PASS only means no encoded rule fired in supplied normalized evidence.
What happens when evidence is missing?
The gate returns CANNOT_ASSESS or BLOCK; missing evidence never becomes a pass.
Is the result deterministic?
Yes. Findings are sorted and persisted outputs carry stable SHA-256 receipts.
Does the skill publish or make first-person claims?
No. It never publishes, contacts anyone, or adopts a founder, candidate, artist, or reviewer voice.
Locale-Safe CSV Import Preflight keeps proof and approval boundaries visible.
The listing includes the tested package, realistic samples, declared permissions, and known limitations.
Get Locale-Safe CSV Import Preflight on Agensi