Indian Stock Monitor Clawhub
Analysis
The stock-monitoring purpose is coherent, but the skill requests an overbroad workspace shell tool and stores sensitive portfolio data with persistent scheduled runs, so it deserves careful review before installation.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"requires": { "tools": [ "WebSearch", "Read", "Write", "Edit", "AskUserQuestion", "mcp__scheduled-tasks__create_scheduled_task", "mcp__workspace__bash" ] }The stated stock-monitoring workflow needs web research and local file updates, but a raw workspace shell tool is broader than necessary and the artifacts do not define safe command limits.
If the user agrees, use `mcp__scheduled-tasks__create_scheduled_task` with cron `30 8 * * 1-5`
The skill can create a recurring weekday scheduled task, so it may continue running after initial setup.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`portfolio.json` — user's holdings, watchlist, preferences ... `state/portfolio-backup-{TS}.json` — automatic backups before every portfolio writeThe skill intentionally stores the user's holdings and preferences, including automatic backup copies, as persistent local state.
