
from fintool286
Provides CLI-driven market intelligence and trading tools for spot and perp trading, prediction markets, and backtesting across multiple exchanges with JSON I/O
Fintool exposes a suite of CLI binaries for market intelligence (quotes, news, SEC filings), exchange-specific trading (Hyperliquid, Binance, Coinbase, OKX), prediction market access (Polymarket), and historical backtesting with forward PnL. It returns structured JSON and includes workflows for quoting, trading, depositing/withdrawing, portfolio checks, and backtests.
Use when the user asks for price quotes, news, trading actions (buy/sell/perp), deposits/withdrawals, portfolio overviews, or historical backtests. Also useful for automating trades where JSON-mode CLIs are acceptable and credentials are managed securely.
scripts/ (has_scripts=true)Best for automation-capable agents that can run local CLIs or shell commands and parse JSON outputs (agents with shell/exec capabilities, Code-capable LLMs).
Fintool is a financial trading skill providing CLI tools for multiple exchanges (Hyperliquid, Binance, Coinbase, OKX, Polymarket) plus backtesting. The SKILL.md is exceptionally well-documented with detailed command references and workflows. However, the actual scripts are compiled binaries not bundled in the skill — only a .gitignore was present. The skill instructs agents to read wallet private keys and API secrets from config, and execute real financial transactions, which poses significant risk with unauditable binaries.
Not malicious by intent, but high-risk: compiled unauditable binaries with access to wallet private keys and ability to execute trades/deposits/withdrawals. No checksum verification for binaries. The .gitignore is the only bundled script — the actual executables are external. Security score reflects the combination of unauditable binary blobs, credential exposure, and financial transaction capability without safety defaults.