My HZL skill incorrectly flagged as suspicious #121

Open
opened 2026-02-15 17:15:48 -05:00 by yindo · 0 comments
Owner

Originally created by @tmchow on GitHub (Feb 11, 2026).

Summary

My hzl skill published is flagged with "suspicious patterns detected" by VirusTotal Code Insight, preventing normal installation via clawhub install.

Affected Skill

Skill URL
hzl https://clawhub.ai/tmchow/hzl

Details

When running clawhub install hzl or the upgrade script, the installer warns:

⚠️ Warning: "hzl" is flagged as suspicious by VirusTotal Code Insight.
This skill may contain risky patterns (crypto keys, external APIs, eval, etc.)
hzl: skipped (use --force to update suspicious skills)

This is a false positive. The skill uses an CLI if it's available and the skill is instructions based on how to use the CLI.

Expected Behavior

The suspicious flag should not be applied to this skill. Installation should proceed without requiring --force.

Request

Please review and remove the incorrect flag from the hzl skill.

Thanks!

Originally created by @tmchow on GitHub (Feb 11, 2026). ## Summary My `hzl` skill published is flagged with "suspicious patterns detected" by VirusTotal Code Insight, preventing normal installation via `clawhub install`. ## Affected Skill | Skill | URL | |-------|-----| | hzl | [https://clawhub.ai/tmchow/hzl](https://clawhub.ai/tmchow/hzl) | ## Details When running `clawhub install hzl` or the upgrade script, the installer warns: > ⚠️ Warning: "hzl" is flagged as suspicious by VirusTotal Code Insight. > This skill may contain risky patterns (crypto keys, external APIs, eval, etc.) > hzl: skipped (use --force to update suspicious skills) This is a false positive. The skill uses an CLI if it's available and the skill is instructions based on how to use the CLI. ## Expected Behavior The suspicious flag should not be applied to this skill. Installation should proceed without requiring `--force`. ## Request Please review and remove the incorrect flag from the hzl skill. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#121