Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Change Verification
v1.0.0Pre/post change verification with baseline capture, diff analysis, and rollback decision guidance across Cisco IOS-XE/NX-OS, Juniper JunOS, and Arista EOS. S...
⭐ 0· 62·1 current·1 all-time
byVahagn Madatyan@vahagn-madatyan
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The name/description and the SKILL.md are coherent: the procedures, commands, and vendor coverage all align with a network pre/post-change verification skill. However, the SKILL.md metadata lists a dependency on the ssh binary and an MCP dependency (git-netops-mcp), while the registry summary lists no required binaries or credentials — a packaging inconsistency that should be clarified.
Instruction Scope
The SKILL.md explicitly instructs both read-only captures and write operations (apply changes, rollback, save configs). It also instructs copying configs to flash or to SCP servers (e.g., scp://[user]@[server]/[file]). Those actions require credentials and access to network devices and an external file store. The instructions do not declare where SSH/SCP credentials come from or how to obtain them, and there is broad discretion in write-phase execution (though writes are marked).
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which limits what is written to disk and is the lowest-risk install pattern.
Credentials
The skill requires SSH access to devices and recommends saving configs to SCP/flash, yet requires.env and primary credential fields are empty. There are no declared environment variables for device credentials, SCP server credentials, or key locations. That omission is disproportionate: performing the described actions necessarily requires credentials/keys and a plan for where archives are stored.
Persistence & Privilege
The skill does not request always:true or permanent platform presence, and it does not claim to modify other skills or system-wide settings. Autonomous invocation is allowed by default (normal), but that combined with the credential gaps above increases operational risk and should be considered by the installer.
What to consider before installing
This skill appears to be a legitimate change-verification playbook for network devices, but there are packaging gaps you should resolve before installing or using it in an automated agent:
- Confirm how SSH credentials and device access are provided. The SKILL.md assumes SSH/SCP but the skill declares no required env vars or primary credential. Do not expose reuse of unrelated credentials — prefer per-scope, least-privilege keys/accounts.
- Decide where archived configs will be stored and how SCP credentials are supplied and protected. The instructions reference scp:// endpoints but don't declare them; storing configs on untrusted servers risks exfiltration.
- Understand the write operations and rollback commands: they are powerful and marked as WRITE, so require explicit human approval and change-ticket enforcement if the agent will execute them autonomously.
- If you plan to let an agent invoke this skill automatically, restrict its ability to perform writes until you have tested the procedures in a safe environment and provided explicit credential handling (e.g., ephemeral session keys, vault integration).
- Ask the author/maintainer (or your security team) to update the skill packaging to declare required binaries (ssh) and expected environment variables or secret references, and to document any external endpoints used for archival.
If these questions are answered and credential handling is implemented with least privilege and auditability, the skill's content is reasonable for its stated purpose. Otherwise treat it as risky to run in automated or high-privilege contexts.Like a lobster shell, security has layers — review code before you run it.
latestvk97ey9q7y2zce3awyh48rpptqs83c0jb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
