implementing-network-access-control
Implements 802.1X port-based network access control using RADIUS authentication,
Install this skill
or
77/100
Security score
The implementing-network-access-control skill was audited on Jun 10, 2026 and we found 7 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 55
Template literal with variable interpolation in command context
SourceSKILL.md
| 55 | ```bash |
medium line 252
Curl to non-GitHub URL
SourceSKILL.md
| 252 | curl -fsSL https://inverse.ca/downloads/GPG_PUBLIC_KEY | sudo gpg --dearmor -o /etc/apt/keyrings/inverse.gpg |
medium line 252
Access to system keychain/keyring
SourceSKILL.md
| 252 | curl -fsSL https://inverse.ca/downloads/GPG_PUBLIC_KEY | sudo gpg --dearmor -o /etc/apt/keyrings/inverse.gpg |
medium line 253
Access to system keychain/keyring
SourceSKILL.md
| 253 | echo "deb [signed-by=/etc/apt/keyrings/inverse.gpg] https://inverse.ca/downloads/PacketFence/debian bookworm bookworm" | \ |
low line 252
External URL reference
SourceSKILL.md
| 252 | curl -fsSL https://inverse.ca/downloads/GPG_PUBLIC_KEY | sudo gpg --dearmor -o /etc/apt/keyrings/inverse.gpg |
low line 253
External URL reference
SourceSKILL.md
| 253 | echo "deb [signed-by=/etc/apt/keyrings/inverse.gpg] https://inverse.ca/downloads/PacketFence/debian bookworm bookworm" | \ |
low line 260
External URL reference
SourceSKILL.md
| 260 | # Access web admin: https://<packetfence-ip>:1443 |
Scanned on Jun 10, 2026
View Security Dashboard