feat(skills): IoT RF leaf playbooks (BLE-GATT, Zigbee-Touchlink, Z-Wave, LoRaWAN-OTAA, sub-GHz)#438
Open
VoidChecksum wants to merge 1 commit into
Open
feat(skills): IoT RF leaf playbooks (BLE-GATT, Zigbee-Touchlink, Z-Wave, LoRaWAN-OTAA, sub-GHz)#438VoidChecksum wants to merge 1 commit into
VoidChecksum wants to merge 1 commit into
Conversation
…ve, LoRaWAN-OTAA, sub-GHz) Creates the leaf playbooks referenced by standard/iot/SKILL.md, resolving dangling catalog references.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Creates five leaf playbooks that were referenced by
standard/iot/SKILL.mdbut did not exist, resolving all dangling catalog links:iot/ble-gatt/SKILL.md— GATT enumeration, unauthenticated characteristic read/write, Just Works pairing downgrade, Sniffle/Ubertooth passive sniffing, bleak/gatttool/nRF Connect toolchainiot/zigbee-touchlink/SKILL.md— Touchlink commissioning abuse with well-known ZLL transport key, ZCL command injection (toggle/move/step), network key extraction, KillerBee/zbstumbler/zbreplay, Sonoff Zigbee 3.0 Dongle Eiot/z-wave/SKILL.md— S0 network-key derivation flaw (cleartext key transport), S2 ECDH/DSK MITM analysis, replay on unauthenticated nodes, EZ-Wave/Z-Force, RTL-SDR + gr-zwave captureiot/lorawan-otaa/SKILL.md— OTAA join analysis (DevEUI/AppKey extraction), frame-counter replay on ABP devices, downlink injection via rogue ChirpStack gateway, bit-flipping FRMPayload, LoRaWAN Auditing Frameworkiot/sub-ghz/SKILL.md— 433/868/915 MHz capture + replay with HackRF/Flipper Zero/RTL-SDR, fixed-code vs rolling-code analysis (KeeLoq/RollJam), rfcat/inspectrum/URH toolchain, OOK signal craftingAll files are additive markdown only.
standard/iot/SKILL.mdis unchanged.Verification
ruff check .— all checks passed (no .py files added)ruff format --check .— 398 files already formattedpytest test_skills_registry.py test_skills_path.py— 33 passed, 0 failed---frontmatter blocks