Freqtrade Tools
Analysis
This is a coherent Freqtrade shortcut skill, but it can control a cryptocurrency trading bot and includes a Windows batch example with unsafe unvalidated input handling.
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.
description: "... Freqtrade (cryptocurrency trading bot) ... controlling the bot." ... `ftstart` | Start docker-compose services ... `ftrestart` | Restart docker-compose services
The skill explicitly provides shortcuts to start and restart services for a cryptocurrency trading bot. This is purpose-aligned, but the artifacts do not add confirmation, dry-run checks, or live-trading warnings before high-impact bot-control actions.
set DAYS=%~2 ... for /f %%A in ('powershell -Command "(Get-Date).AddDays(-!DAYS!).ToString('yyyyMMdd')"') do (The batch example takes the Days argument from raw command-line input and embeds it in a PowerShell command string without enforcing numeric validation in the script.
Copy functions from `references/bash-zsh-aliases.md` into `~/.bashrc` ... or `~/.zshrc` ... PowerShell: Copy functions ... into your `$PROFILE` file.
The installation instructions intentionally persist these helper functions in shell startup/profile files.
