Batch Search Monitor
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
Installing via an unpinned latest package may run whatever version is current at install time.
The documented install path uses an unpinned '@latest' package invocation. It is user-directed and purpose-aligned, but users should verify they trust the package source.
npx clawhub@latest install batch-search-monitor
Install only from trusted ClawHub/npm sources, and pin or verify the package version if reproducibility matters.
A monitor task could continue performing searches and generating alerts until the user removes it.
The skill is designed to create recurring search-monitor tasks. This persistence is clearly disclosed and a removal command is documented.
定时自动搜索 ... --interval 60 ... monitor remove --task-id 1
Confirm the keywords, interval, and notification settings before adding a monitor, and remove tasks when monitoring is no longer needed.
