layer2-discovery
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several system utilities for network analysis, including
lldpcli,arp-scan, andarping. These tools are used to query local network topology and neighbor information. - Evidence: Mentions of
lldpcli show neighbors,arp-scan -l, andarpingthroughout the documentation. - Usage often requires administrative privileges or specific capabilities (e.g.,
cap_net_raw) to access raw sockets. - [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing dependencies from official repositories and well-known package managers.
- Evidence: Installation commands for
apt(Debian/Ubuntu),brew(macOS), andcargo install(Rust crates registry) for tools likelldpdandarp-scan-rs. - [INDIRECT_PROMPT_INJECTION]: The skill processes data received from external network devices via LLDP/CDP frames and ARP responses. This creates a surface for indirect prompt injection where a malicious device on the local network could provide crafted metadata.
- Ingestion points: Command output from
lldpcli show neighbors -f jsonandarp-scan -l --json(SKILL.md). - Boundary markers: Not explicitly defined for the interpolation of discovered network data.
- Capability inventory: The agent has access to
Bash,Write, andEdittools (SKILL.md frontmatter). - Sanitization: Suggests using
jqfor structured parsing of JSON output, which mitigates some risks of direct execution but does not fully prevent instruction injection into the agent's context.
Audit Metadata