borgerisd.net
Jul 18, 2026
A data breach affecting Borger Independent School District (ISD) in Texas, exposing student records for K-8 students. The dataset contains student IDs, full names, school names, grade levels, usernames, and plaintext passwords for students attending schools including Gateway Elementary School. This involves sensitive data of minors.
Data found in this dataset
Source files
Expand any file to inspect its column headers and the LLM's field-mapping reasoning, recorded during ingestion.
Borger_ISD_k-8-students.csv7 columns1,515 rows
File structure
Format: CSV·Delimiter: Comma·Has header: yes·Quote: "
| Source column | Mapped field | Confidence | LLM assessment |
|---|---|---|---|
| 0 | skip | high | internal student ID, numeric auto-generated identifier |
| 1 | firstName | high | header 'FirstName', values are common given names |
| 2 | lastName | high | header 'LastName', values are common surnames |
| 3 | skip | high | school name, not personal PII |
| 4 | skip | high | grade level, not personal PII |
| 5 | username | high | header 'Username', values match first.last pattern |
| 6 | password | high | header 'Password', values are identical across records (plaintext passwords) |
Notes: 50 rows shown, all from Gateway Elementary School, grade levels 1 and 2. Contains student IDs (skip), full names, usernames, and plaintext passwords. Passwords appear to be a static value 'bulldogs' across all records, indicating a security failure common in school systems.