Back to skill
Skillv0.1.2

VirusTotal security

A.I. Smart Router · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignMay 1, 2026, 3:21 AM
Hash
6675bec6b9ec8b3c57a215d68ab20d3561b4aeb696ed1f013623565cb55a758b
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: smart-router Version: 0.1.2 The OpenClaw Smart Router skill bundle is classified as benign. It implements a sophisticated AI model routing system with strong emphasis on security and transparency. Key indicators for this classification include a robust `InputSanitizer` in `router_gateway.py` that actively blocks API keys, private keys, and PII, and performs unicode normalization and control character stripping. The `references/security.md` explicitly disclaims arbitrary code execution (e.g., `eval`, `exec`, shell commands from input) and this is consistently upheld by the Python code, which relies on regex, dictionary lookups, and OpenClaw's `sessions_spawn` API for delegation. File operations are confined to standard application state and log directories (`~/.openclaw/router-state`, `~/.openclaw/logs`), and there are no unauthorized network calls or persistence mechanisms. The `SKILL.md` and `README.md` are descriptive and do not contain prompt injection instructions against the agent.
External report
View on VirusTotal