Stock Strategy Backtester

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent local stock-backtesting skill with no evidence of hidden data access, persistence, or destructive behavior.

Before installing, confirm you trust the source and only point the tool at CSV files you intend to process. Treat the backtest results as research, not financial advice.

Findings (2)

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 execute the bundled script and read the CSV file path provided for analysis.

Why it was flagged

The skill directs the user or agent to run a bundled local Python script against a selected CSV file. This is expected for a backtesting tool, but it is still local code execution.

Skill content
python scripts/backtest_strategy.py \
  --csv /path/to/prices.csv
Recommendation

Use it only with OHLCV CSV files you intend to analyze, and review the bundled script if you do not trust the package source.

What this means

Users have less publisher/provenance context than they would for a package with a verified repository or homepage.

Why it was flagged

The registry metadata does not provide an external source or homepage for independent provenance checking.

Skill content
Source: unknown
Homepage: none
Recommendation

Install only if you trust the registry entry and are comfortable with the bundled files.