wireless-security-wifi-penetration-testing
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill requires administrative privileges to interact with wireless hardware and system network settings.
- Evidence: usage of
sudo airmon-ng start wlan0andsudo iw dev wlan0 set type monitorfor monitor mode configuration, andsudo iptablesfor NAT and traffic redirection. - [COMMAND_EXECUTION]: It manages system services and installs multiple security toolsets from standard package repositories.
- Evidence: instructions to run
sudo apt install -y aircrack-ng hashcat hcxdumptoolandsudo systemctl start NetworkManager. - [EXTERNAL_DOWNLOADS]: The skill downloads specialized testing toolkits from GitHub repositories.
- Evidence:
git clone https://github.com/vanhoefm/dragonslayer.gitused for evaluating WPA3 security vulnerabilities. - [COMMAND_EXECUTION]: It automates complex testing workflows by generating and executing shell scripts.
- Evidence: creation of scripts for automated handshake capture and rogue access point deployment using
cat >blocks.
Audit Metadata