Hle Reasoning Wrapper
v1.0.0Wraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process. Use when answering HLE questions to ensure strict step-by-step logic...
⭐ 0· 583·0 current·0 all-time
byWANGJUNJIE@wanng-ide
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the provided code: functions to format prompts and validate outputs for CoT logic. Included caching functions (getCachedAnswer/cacheAnswer) are reasonable supporting features for this purpose, albeit undocumented in SKILL.md.
Instruction Scope
SKILL.md tells the agent to use formatPrompt and validateOutput; it does not mention caching. The code reads/writes a local cache.json in the skill directory, but the instructions do not instruct the agent to read arbitrary user files, call external endpoints, or access environment variables.
Install Mechanism
No install spec; this is instruction/code-only and requires only Node's builtin modules. Nothing is downloaded or written to nonstandard system locations by an installer.
Credentials
The skill requests no environment variables or credentials. The only resource access is local filesystem I/O to a cache.json file in the skill directory.
Persistence & Privilege
The module persists cached answers to cache.json within its own directory. always:false and no elevated privileges. Persistence is limited to the skill's folder, but cached content may include user questions/answers and therefore has privacy implications.
Assessment
This skill appears to do what it claims: format HLE prompts and validate CoT-style outputs. It does create/read a cache.json file next to the skill (getCachedAnswer/cacheAnswer) — review whether you are comfortable storing past questions/answers on disk in the agent environment (this could leak sensitive prompts if the environment is shared). No network calls, external installs, or credential requests were found. If you want tighter privacy, either remove or sandbox the cache functions, or inspect/clear cache.json before/after use. Review the included code (index.js) yourself if you want to be sure no further behavior is introduced.Like a lobster shell, security has layers — review code before you run it.
latestvk97cmh8mhnqg60b35a4hzgph89816y0r
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
