cycle-history-viewer
v1.0.0Views and searches evolution cycle history with filtering capabilities for tracking progress and analyzing patterns. Use when reviewing past cycles, searchin...
⭐ 0· 57·0 current·0 all-time
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 behavior: the code implements list/get/search/summary/report/export for cycle status files under logs/status_XXXX.json. There are no unrelated capabilities (no cloud access, no extra binaries).
Instruction Scope
SKILL.md describes the same file-based APIs implemented in index.js. Runtime instructions only reference a workspacePath and files under logs/, which is appropriate for the stated purpose. The instructions do not read environment variables, network endpoints, or other system configuration.
Install Mechanism
No install spec is present (instruction-only). The shipped package.json and index.js are minimal and do not pull remote artifacts or run installers.
Credentials
The skill requires no environment variables, credentials, or config paths. Its file access is limited to workspacePath/logs/status_*.json as documented, which is proportionate to the functionality.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation settings. It does not modify other skills or agent configuration and does not request persistent system-wide privileges.
Assessment
This skill appears to only read local JSON files named logs/status_XXXX.json and generate summaries/reports; no network access or secrets are requested. Before installing, verify that you trust the workspace whose logs will be read (the skill will parse whatever JSON is present). If you plan to run it in an environment with untrusted or sensitive files, review the logs directory contents first. Also note the code ignores JSON parse errors and reads files synchronously — for very large log directories this could be slow. Otherwise there are no disproportionate permissions or hidden behaviors detected.Like a lobster shell, security has layers — review code before you run it.
latestvk973d7s2v7f8hy3jrvc76xcysh83p0tg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
