pyats-routing
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes system commands using
python3to run thepyats_run_show_commandfunction. This behavior is the primary intended function of the skill for network automation and troubleshooting. - [DATA_EXPOSURE]: The skill utilizes the
PYATS_TESTBED_PATHenvironment variable to locate a testbed file. This file typically contains network topology information and device credentials required for connection. This is standard practice for pyATS-based automation. - [INDIRECT_PROMPT_INJECTION]: The skill ingests external data from network device CLI outputs (e.g., routing tables and neighbor states).
- Ingestion points: CLI output from various
showcommands inSKILL.md. - Boundary markers: None present.
- Capability inventory: Executes subprocesses via
python3as defined inSKILL.md. - Sanitization: No explicit sanitization of device output is performed before it is presented to the agent.
Audit Metadata