connectivity-ip — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited connectivity-ip (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.
Build memory-efficient, cloud-connected applications using Zephyr's modular IP stack and industry-standard IoT protocols.
Choose the right protocol (LwM2M, CoAP, MQTT) based on your device's power and management needs.
CONFIG_COAP, CONFIG_LWM2M, CONFIG_MQTT_LIB.Tune the networking stack to save Flash and RAM while ensuring reliable communication.
CONFIG_NET_IPV4, CONFIG_NET_BUF_RX_COUNT, DNS resolver.Integrate external cloud SDKs and libraries as first-class Zephyr modules.
west.yml, zephyr/module.yml, name-allowlist.# Minimal stack for CoAP over UDP
CONFIG_NETWORKING=y
CONFIG_NET_UDP=y
CONFIG_NET_IPV4=y
CONFIG_COAP=y
CONFIG_DNS_RESOLVER=yallow-list in your west.yml to prevent cloning hundreds of megabytes of unused vendor modules.prj.conf networking flags for protocol/profile consistency..config when trimmed.protocol_selection.md: LwM2M vs CoAP vs MQTT.ip_stack_config.md: Optimizing buffers and disabling unused protocols.sdk_module_integration.md: West manifest management and SDK modules.net_config_audit.py: Quick audit helper for IP stack Kconfig flags.prj_minimal_coap.conf: Baseline minimal IP profile template.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.