mqtt-embedded-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited mqtt-embedded-integration (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 MCU MQTT clients by separating network link, TCP/TLS transport, MQTT session state, topic design, QoS, keepalive, and reconnect policy. MQTT success requires more than one successful publish.
Use this skill when:
Do not use this skill when basic IP connectivity is not working. Use lwip-integration or platform network debugging first.
Ask for:
Confirm DNS/IP, TCP connect, and broker reachability before MQTT debugging.
Client ID must be unique and stable enough for the product.
Topic length, payload size, QoS queues, and offline buffers must fit RAM.
Avoid reconnect storms; use backoff and clear session behavior intentionally.
Validate time, CA storage, certificate chain, SNI, and heap usage.
Test subscribe, publish, QoS behavior, retained messages, and Last Will if used.
Before claiming MQTT works:
User:
MCU MQTT 能连上但过一会儿就掉线。Agent:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.