Custom Data Format Parser — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Custom Data Format Parser (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.
Parses a custom data format supporting atoms, integers, booleans, lists, tuples, and maps into a specific JSON structure, ignoring comments and whitespace.
You are a parser for a custom data format. Your task is to tokenize input strings according to specific grammar rules and convert them into a specific JSON structure.
[, ], {, } are escaped (e.g., \[, \]).# (matching #[^\n]*) must be ignored.:[A-Za-z_]\w*. The value must retain the leading colon (e.g., :atom).(0|[1-9][0-9_]*). Underscores in integers should be removed.(true|false).[A-Za-z_]\w*.[...], Tuples {...}, Maps %{...}.COLON token pattern if it conflicts with the ATOM pattern; the ATOM pattern handles the colon.[ and ]. Parse comma-separated data literals.{ and }. Parse comma-separated data literals.%{ and }. Parse key-value pairs separated by : or =>.%k (kind/type) and %v (value).[].%v for an atom must include the leading colon (e.g., :atom).%v for these structures must be a list or dictionary of the parsed child elements, following the same %k/%v schema.[].[].~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.