redis-tools
Analysis
The skill appears to be a straightforward Redis reference and monitoring helper, but it may use Redis passwords/server access and includes dangerous Redis commands in its reference output.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
FLUSHDB [ASYNC|SYNC] Delete all keys in the current database. ⚠️ Irreversible! FLUSHALL [ASYNC|SYNC] Delete all keys in all databases. ⚠️ Irreversible!
The Redis cheatsheet documents destructive administrative commands. The visible artifact presents them as reference text with warnings, not as commands the script runs automatically.
Source: unknown Homepage: none
The registry metadata does not provide an upstream source or homepage. The skill's behavior is still coherent, but provenance is limited.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
bash script.sh test [host] [port] [password] bash script.sh monitor [host] [port] [password]
The skill can be given a Redis password and used to query a Redis server. This is expected for connection testing and monitoring, but it is still account/database access.
