Back to skill
Skillv1.0.0
ClawScan security
AI Market Intelligence Agent · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
SuspiciousFeb 20, 2026, 3:34 AM
- Verdict
- suspicious
- Confidence
- high
- Model
- gpt-5-mini
- Summary
- The skill claims multi‑platform automated market surveillance but the included scripts are a simple template/stub and the metadata references API keys and setup steps that are missing — the pieces are inconsistent.
- Guidance
- This skill is inconsistent: it advertises automated multi‑platform monitoring but the included main.sh only creates a static report template and does not fetch data. README and package.json mention API keys and a setup.sh that is not present. Before installing or providing any API keys, consider: 1) treat this as a stub — it likely needs additional code to perform real data collection; 2) ask the publisher for the missing setup.sh or source repository and verify how API keys are used; 3) do not supply secrets until you confirm network endpoints and code that consumes them; 4) run the skill in a sandboxed environment first to observe behavior. If you expect production data aggregation, prefer a skill whose code actually implements authenticated API calls and documents required credentials and endpoints.
Review Dimensions
- Purpose & Capability
- concernThe name/description promise cross‑platform data collection (news, Twitter, Reddit, arXiv) and periodic monitoring. However, the delivered main.sh only generates a static markdown template and does not call any external APIs or aggregate data. package.json and README reference API keys and a setup.sh, yet no setup.sh or code that consumes API keys is present. This mismatch suggests the skill is incomplete or misrepresented.
- Instruction Scope
- noteSKILL.md instructs the user to configure a config.json with sources and templates and demonstrates openclaw run commands, but does not show how API keys are provided or how data is fetched. The runtime instructions do not direct the agent to read unrelated system files or exfiltrate data; they are high level and rely on unspecified config. The agent instructions are vague and grant broad implementation discretion (e.g., 'cross-platform aggregation') without concrete steps.
- Install Mechanism
- okThere is no install spec (instruction-only) and the provided files are small shell script and docs. No external downloads or package installations are specified. Risk from installation mechanism is low. Note: README mentions a setup.sh (not included), which is an inconsistency to investigate.
- Credentials
- concernDeclared requirements list no environment variables or credentials, but package.json and README include placeholders for news/twitter API keys and config.json is required by SKILL.md. The skill neither declares nor requests these credentials up front, which is inconsistent — if real integration is later added it would likely require API keys; users should not provide secrets until they confirm how the skill uses them.
- Persistence & Privilege
- okThe skill does not request always:true and has no install that modifies system or other skills. It only writes reports to a local output/ directory. No elevated or persistent privileges are requested.
