embedded-data-parsing-libs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited embedded-data-parsing-libs (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.
Use this skill for small embedded data parsers where the main risks are memory allocation, input bounds, encoding assumptions, recursion, and callback handling. Cover cJSON, jsmn, and inih without copying their full APIs.
Use this skill when:
cJSON, jsmn, inih, config files, telemetry JSON, command payloads, or settings parsing.Do not use this skill for binary protocols or large streaming parsers outside these small libraries.
Ask for:
cJSON, jsmn, inih, or another small C parser.JSMN_ERROR_NOMEM, JSMN_ERROR_INVAL, and JSMN_ERROR_PART.cJSON_Parse without hooks or cleanup.jsmn.Before claiming parser integration works:
User:
想用 cJSON 解析串口发来的配置。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.