Qiuqiu Helper
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only workspace helper is coherent and mostly low-risk, but users should be careful with its note persistence and log-deletion features.
This skill appears benign and aligned with its stated purpose. Before installing or using it, make sure you are comfortable with it writing notes into a memory folder and deleting old log files; confirm cleanup paths carefully.
Findings (2)
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.
If used with the wrong directory or retention period, the agent could remove log files the user still needed.
The skill discloses a file-deletion capability. This is purpose-aligned for log cleanup, but deletion is a local mutating action and the optional path is not tightly specified.
clean_logs - Description: Deletes log files older than a specified number of days to save space. - Parameters: - days: (Optional) Retention period in days, defaults to 7. - path: (Optional) Directory to clean, defaults to current logs directory.
Confirm the target directory and retention period before using clean_logs, and avoid pointing it at broad or important folders.
Sensitive or incorrect notes could remain available in future workspace context.
The skill intentionally persists user-provided text in a memory folder. This is coherent for a note-taking helper, but persistent notes can affect later context or expose sensitive text within the workspace.
quick_note - Description: Appends a quick timestamped note to a specified file in the memory folder. - Parameters: - content: The text to save. - file: (Optional) Target filename, defaults to today's date.
Avoid saving secrets or highly sensitive information through quick_note, and periodically review stored notes.
