BacktestBot

PassAudited by ClawScan on May 1, 2026.

Overview

BacktestBot appears to be a coherent instruction-only backtesting helper; the main things to notice are its required API key, limited provider provenance, and optional local data cache.

This skill looks safe to install from the provided artifacts, but verify the BacktestBot provider before supplying an API key, use a scoped key if possible, and be aware that historical data may be cached locally.

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.

What this means

The agent may use the BacktestBot key to make authenticated backtesting and data requests, which could consume quota or expose submitted strategy inputs to that service.

Why it was flagged

The skill requires a service API key, which is sensitive account authority, but its use is disclosed and aligned with the backtesting purpose.

Skill content
`BACKTESTBOT_API_KEY` — API key for BacktestBot. Used to authenticate requests for historical OHLCV data, strategy simulations, and performance metrics.
Recommendation

Use a dedicated or scoped BacktestBot key if available, monitor usage, and avoid providing live brokerage or unrelated financial credentials.

What this means

Before trusting the service with an API key or strategy details, the user has less information to verify who operates it.

Why it was flagged

The artifacts do not provide a source repository or homepage to verify the BacktestBot service provenance, although there is no code or install step present.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the BacktestBot provider through trusted channels before entering credentials or submitting proprietary strategies.

What this means

Cached data may take local disk space and could affect later backtests if it becomes stale or incorrect.

Why it was flagged

The skill may persist cached historical market data locally for reuse, which is disclosed and scoped but worth noticing.

Skill content
`BACKTESTBOT_DATA_DIR` — (optional) local directory for cached historical data. Defaults to `~/.backtestbot/data`.
Recommendation

Set the cache directory intentionally, clear it when needed, and be cautious when relying on cached data for financial analysis.