Crypto Portfolio Tracker
ReviewAudited by ClawScan on May 10, 2026.
Overview
This is a coherent instruction-only crypto portfolio tracker, but using it for live venues would involve sensitive exchange/account and trade-history data.
This skill appears benign from the supplied artifacts. Before using it with real accounts, grant only read-only or narrowly scoped credentials, verify any live-account actions such as auto-pause, and protect exported trade-history CSV files.
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.
If connected to real accounts, the agent may see sensitive balances, positions, and trading activity.
Live multi-venue portfolio tracking commonly requires access to exchange or market accounts. That access is consistent with the skill's purpose, but users should ensure any credentials are read-only or tightly scoped.
- Binance Spot (paper + live via CCXT) - Hyperliquid Perps (paper + live) - Polymarket prediction markets
Use read-only API keys where possible, avoid granting withdrawal or trading permissions unless explicitly needed, and verify which accounts the agent can access.
A misconfigured pause threshold could unexpectedly stop or alter trading automation.
Auto-pausing is a purpose-aligned risk-control feature, but it could affect an autonomous trading workflow if implemented without clear user approval and threshold settings.
Daily drawdown tracking with auto-pause at configurable threshold
Confirm pause thresholds and require user approval before the agent changes live trading-agent state.
Exported CSV files may expose sensitive financial activity if stored insecurely or shared accidentally.
Exporting a ledger is expected for portfolio auditing, but it creates a persistent file containing trade and account history.
CSV ledger export for full audit trail
Store exports in a private location, review files before sharing, and delete old exports when no longer needed.
