offensive-lorawan-sub-ghz
Fail
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to clone multiple third-party GitHub repositories that are not from recognized trusted organizations.
https://github.com/IoTsec/loraserver-attack-toolsis used for LoRaWAN packet injection.https://github.com/AndrewMohawk/RollingPwnis used for rolling code research.https://github.com/Lora-net/LoRaMac-nodeis used for LoRaWAN stack analysis.- [REMOTE_CODE_EXECUTION]: The skill recommends executing Python scripts downloaded from untrusted sources immediately after cloning.
- Evidence:
python lora_inject.py --nwkskey <NWKS> --appskey <APPS> --devaddr <ADDR>using files from theIoTsecrepository. - [COMMAND_EXECUTION]: The skill utilizes several local command-line tools for RF capture, transmission, and analysis, which could be misused if provided with malicious arguments.
- Evidence: Commands for
hackrf_transfer,rtl_433, andurh(Universal Radio Hacker). - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted RF data from external environments, creating a potential surface for indirect injection if tool outputs are piped back into the agent context.
- Ingestion points:
rtl_433 -f 315M -F jsonandhackrf_transfercaptures processed by URH. - Boundary markers: None present; the instructions do not include delimiters or warnings to ignore embedded content in processed data.
- Capability inventory: The skill has the capability to write to the file system via
hackrf_transferandgit clone, and transmit RF data vialora_inject.py. - Sanitization: None; the skill lacks any validation or escaping for the data received from SDR tools.
Recommendations
- AI detected serious security threats
Audit Metadata