Openwrt Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Openwrt Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This is a Model Context Protocol (MCP) server that allows you to interact with an OpenWrt router via SSH.
.env.example to .env and fill in your router details. cp .env.example .envEdit .env:
ROUTER_HOST=192.168.1.1
ROUTER_USER=root
ROUTER_PASSWORD=your_password
# Or use SSH_PRIVATE_KEY npm run buildAdd the following to your MCP client configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"openwrt": {
"command": "node",
"args": ["/path/to/openwrt-mcp-server/dist/index.js"]
}
}
}Make sure to replace /path/to/openwrt-mcp-server with the actual absolute path to this directory.
execute_command: Execute arbitrary shell commands on the router.get_system_info: Get uptime, memory usage, and CPU info.read_file: Read a text file from the router.write_file: Write content to a file on the router.list_interfaces: List network interfaces.change_file_permissions: Change file permissions (chmod).change_file_owner: Change file owner/group (chown).This server allows arbitrary command execution on your router. Ensure it is only used by trusted clients and stored securely.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.