Top-level index for the Decepticon 802.11 wireless attack suite. Routes the WirelessOperator to the correct leaf skill based on the target AP's crypto column (PSK / SAE / MGT / WPS) and engagement posture. BLE, Zigbee, Z-Wave, LoRaWAN, and sub-GHz live under iot/ by design — link provided below to prevent duplication.
64
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./packages/decepticon/decepticon/skills/standard/wireless/SKILL.mdSecurity
2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
This repository is an operational offensive wireless toolkit with explicit, actionable instructions to perform deauthentication/DoS, stand up rogue APs, conduct MITM and captive-portal phishing, capture enterprise and PSK credentials (including MSCHAPv2/NetNTLM and WPA PSKs), and run exploit frameworks — demonstrating clear intent to steal credentials and compromise wireless networks.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The KG node contract explicitly requires writing credential fields such as "psk" and "eap_identity", which forces the agent to capture and output secret values verbatim, creating an exfiltration risk.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The krack-fragattacks skill contains explicit runtime git clone commands that fetch and then build/execute remote code (git clone https://github.com/vanhoej/krackattacks-scripts.git and git clone https://github.com/vanhoef/fragattacks.git), so these URLs are runtime external dependencies that execute fetched code.
0cf691e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.