Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

习惯养成打卡

v1.0.0

习惯养成打卡助手,连续激励、数据统计、陪你养成好习惯。

0· 186·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 786793119/habit-tracker-companion.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "习惯养成打卡" (786793119/habit-tracker-companion) from ClawHub.
Skill page: https://clawhub.ai/786793119/habit-tracker-companion
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install habit-tracker-companion

ClawHub CLI

Package manager switcher

npx clawhub@latest install habit-tracker-companion
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name and features (add habit, check-in, stats, streaks) align with a habit-tracker. Requesting python3 as a binary is proportional. However, the SKILL.md expects a local script (habit-tracker-companion.py) to exist and be executed; no such code is bundled or installed by the skill, which is an incoherence between claimed capability and provided artifacts.
!
Instruction Scope
Instructions explicitly tell the agent to run 'python habit-tracker-companion.py' with various commands and to read/write ~/.memory/habits/habits.json. That file-path access is reasonable for a tracker, but directing execution of a local script that the skill does not supply is risky: the agent (or user) might run an unknown script already present on disk or must obtain it from an unspecified source. The SKILL.md does not explain how the script is provided, fetched, or verified.
Install Mechanism
No install spec is present (instruction-only). This is low-risk from an automatic-install perspective since nothing will be downloaded or written by an installer. The only requirement is python3 being available on PATH.
Credentials
The skill requests no environment variables or credentials. It uses a per-user path (~/.memory/habits/habits.json) for storage, which is consistent with a local habit tracker and is proportionate to the described functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It can be invoked by the agent (normal). There is no indication of elevated persistence or cross-skill configuration access.
What to consider before installing
This skill's instructions expect you to run a local Python script (habit-tracker-companion.py) that is not included. Before installing or invoking: 1) Do not run the commands until you can review the script source—ask the publisher for the code or a link to the exact file. 2) If you obtain the script, inspect it for network calls, secrets access, or destructive operations. 3) Consider running it in a sandbox or container and back up your home data; the skill will read/write ~/.memory/habits/habits.json. 4) If you can't get the script source from a trusted repository, treat this skill as unsafe to run because executing an unknown Python script can execute arbitrary code.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎯 Clawdis
OSLinux · macOS · Windows
Binspython3
latestvk976e1j4p9kh7m3c8hrgkzennh837g58
186downloads
0stars
1versions
Updated 2h ago
v1.0.0
MIT-0
Linux, macOS, Windows

习惯养成打卡 (Habit Tracker Companion)

陪你养成好习惯的打卡助手。

功能

  • 添加新习惯
  • 打卡记录
  • 连续打卡天数统计
  • 完成率数据分析
  • 连续激励(里程碑鼓励)

使用示例

# 添加习惯
python habit-tracker-companion.py add_habit "每天喝水" "每天喝8杯水"

# 打卡
python habit-tracker-companion.py check_in 1

# 查看连续天数
python habit-tracker-companion.py get_streak 1

# 查看统计
python habit-tracker-companion.py get_stats 1

数据存储

  • 习惯数据: ~/.memory/habits/habits.json

By Miya - 2026

Comments

Loading comments...