junos-network
Pass
Audited by Gen Agent Trust Hub on May 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official Juniper repository (
github.com/Juniper/junos-mcp-server) for its underlying MCP server implementation. As Juniper is a well-known networking vendor, this is a trusted source. - [COMMAND_EXECUTION]: Tools such as
execute_junos_commandandload_and_commit_configpermit high-privilege operations, including CLI execution and configuration changes on remote network hardware. These capabilities are consistent with the skill's primary purpose of network automation. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it processes arbitrary strings for CLI commands and Jinja2 templates. This risk is effectively mitigated by built-in safety features:
- Ingestion points: Tools accept
command,config_text,template_content, andvars_contentas input (found inSKILL.md). - Boundary markers: None explicitly defined in the tool instructions.
- Capability inventory: Remote CLI command execution and configuration modification via NETCONF.
- Sanitization: The server implements regex-based blocklists (
block.cmdandblock.cfg) to prevent destructive operations (e.g., system reboot/zeroize) and unauthorized credential modifications.
Audit Metadata