lwip-integration — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lwip-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 to integrate lwIP by separating hardware Ethernet/Wi-Fi drivers, netif glue, memory pools, threading model, and protocol configuration. A successful port proves link, IP configuration, packet RX/TX, and resource stability under load.
Use this skill when:
lwipopts.h, sys_arch, netif, DHCP, TCP/UDP, pbufs, memory pools, packet loss, or hard faults in networking.Do not use this skill when the physical link or board interface is not proven. Use hardware-interface-debug first for PHY, RMII/MII, clocks, or wiring issues. For FreeRTOS-native TCP/IP, use freertos-plus-tcp-integration. For MQTT over lwIP, use mqtt-embedded-integration after basic connectivity works.
Ask for:
lwipopts.h, memory sizes, pbuf pool settings, and enabled protocols.Verify PHY/module link, MAC address, link callbacks, and carrier status before debugging DHCP or TCP.
netif glue.netif_add, input path, output path, MTU, flags, hostname, and link/status callbacks must match the driver.
Do not call raw API from arbitrary threads. Use tcpip callbacks or socket/netconn APIs according to configuration.
Check MEM_SIZE, MEMP_NUM_*, PBUF_POOL_SIZE, TCP windows, mailbox sizes, and stack sizes.
For RTOS ports, sys_arch must provide semaphores, mutexes, mailboxes, timeouts, and critical sections.
Link, static IP, ARP, ping, UDP echo, TCP connect, sustained transfer, and reconnect.
Before claiming lwIP works:
User:
lwIP DHCP 一直拿不到 IP。Agent:
netif setup, lwipopts.h, RTOS mode, and DHCP logs.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.