guess-number
v1.0.0Play a four-digit number guessing game where each guess receives feedback on how many digits are correct in both value and position.
⭐ 0· 122·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill name/description describe a local number-guessing game and the provided Python script implements exactly that. There are no unexpected environment variables, binaries, or external services required.
Instruction Scope
SKILL.md instructs the agent to run the included script in two modes (--generate and --verify). The script only reads/writes secret.txt and step.txt in the script's directory and performs input validation and matching; it does not access other files, environment variables, or network endpoints.
Install Mechanism
There is no install spec or external download. The skill is instruction+script only. This is low-risk and proportional for a simple local game.
Credentials
The skill requires no credentials, config paths, or environment variables. The only resources used are local files (secret.txt, step.txt) created in the script directory.
Persistence & Privilege
The skill does not request persistent/global privileges, does not set always:true, and only writes/cleans up its own temporary files within the script folder. It does not modify other skills or system-wide settings.
Assessment
This skill appears to be a straightforward local game. Before installing, ensure the environment you run it in allows writing files in the skill directory (the script creates secret.txt and step.txt) and that this is acceptable on shared systems (those files contain the game's secret while a game is active). Also ensure Python 3 is available. If you run in a multi-user environment and want stronger privacy, consider modifying the script to store secrets in a more protected location or in-memory only.Like a lobster shell, security has layers — review code before you run it.
latestvk974zqd0rjacfj7gdwb0567mxn8363pp
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
