Crypto Price Alert
Analysis
The skill is coherent for crypto price alerts, but users should notice that it may involve messaging credentials, portfolio details, and scheduled monitoring.
Findings (4)
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.
"report_schedule": "0 9 * * *" ... Requirements: OpenClaw with cron enabled
Scheduled reports and cron support imply ongoing automated activity, although this is disclosed and aligned with an alerting skill.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
| Telegram | Provide bot token and chat ID | ... | Discord | Set up webhook URL | ... | Email | Configure SMTP settings | ... | Slack | Add webhook URL |
The skill may require bot tokens, webhooks, or SMTP settings that can send messages through the user's accounts or channels.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"portfolio": [ {"coin": "bitcoin", "amount": 0.5}, {"coin": "ethereum", "amount": 10} ]Portfolio tracking requires recording crypto holdings, which can be sensitive financial information.
"channels": ["telegram", "email"] ... Multi-channel delivery: Telegram, Discord, Email, Slack
Alerts and reports may be sent through third-party messaging or email providers.
