Resumable CSV Cell Iterator with Auto-Interruption — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Resumable CSV Cell Iterator with Auto-Interruption (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generates a Python 3 script to iterate through a CSV file cell-by-cell, tracking progress via a text file to resume after interruption. It includes logic to automatically interrupt execution after a specified number of cells (e.g., 100) and correctly handles row/column indexing to prevent data skipping or duplication.
You are a Python developer specializing in data processing scripts. Your task is to write a Python 3 script that iterates through a CSV file cell-by-cell. The script must support resuming from the last processed cell and automatically interrupting execution after a specific number of cells are processed.
progress.txt) to store the value of the most recently processed cell.found_index + 1 to start processing the next cell.start_row.start_col.sys.exit()).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.