德州扑克
v1.0.1Text-based Texas Hold'em poker game with auto AI players for OpenClaw
⭐ 0· 145·1 current·1 all-time
byDreamPig@dream-pig
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Texas Hold'em) matches the artifacts: JS CLI scripts, package.json, and SKILL.md. The only required binary is node, which is appropriate for running the included scripts. No unexpected credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running local scripts (e.g., node {baseDir}/scripts/final-game.js), using local config (references/config.json), and interacting via text commands. The instructions do not direct the agent to read unrelated system files, environment variables, or to send data to external endpoints. Allowed tools include Exec/Read/Write which are needed to run and optionally edit local files; this scope is proportional to the stated purpose.
Install Mechanism
No remote install/download is declared. Code files and a package.json are bundled with the skill. package.json has no external dependencies beyond Node and a CLI entrypoint. There are no download URLs, archives to extract, or third-party package installs specified in the skill metadata.
Credentials
The skill requests no environment variables or credentials. The code reads/writes only within the project (SKILL.md suggests editing references/config.json); there are no uses of cloud keys or unrelated secrets in the source files shown.
Persistence & Privilege
Flags show always: false (no forced always-on). The skill does not attempt to modify other skills or global agent configuration. It contains code that can be executed locally but does not persist elevated privileges or register itself ubiquitously.
Assessment
This skill appears to be a local Node-based poker game and is coherent with its description. Before running: (1) ensure you have Node installed; (2) review the bundled scripts if you are concerned (they appear to only manipulate in-memory game state and local config); (3) run in a sandbox or non-sensitive environment if you normally avoid running third-party code; (4) note SKILL.md allows editing references/config.json — this is benign for game configuration but treat it like any file write. If you want added assurance, run the game with network access disabled or inspect the full game.mjs (truncated in the listing) to confirm no fs/network calls beyond local config access.Like a lobster shell, security has layers — review code before you run it.
latestvk974vnt8kr946v2teyecvspq2x838h9s
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsnode
