Your code stays here.
The vulnerabilities don't.
45 built-in rules. 4 categories. Scans algorithms for hardcoded credentials, broker API keys, and trading logic vulnerabilities.
// scan your code
// all 45 rules
Four categories covering credentials, broker-specific keys, trading logic patterns, and AI agent egress.
// get_started
Install from PyPI. Run locally. No account required.
Install
pip install quanttape
Scan your strategy
Point it at any Python file or directory. QuantTape checks for hardcoded credentials, missing risk controls, and unsafe execution patterns.
quanttape scan ./my_bot.py
Review findings
Get a categorized report: CREDENTIALS, RISK, and EXECUTION. Each finding includes severity, line number, and what to fix.
Fix and ship
Resolve findings, re-scan to verify, and deploy clean code. Your code never leaves your machine.
CLI Reference
Output formats:
Python SDK
Import QuantTape directly in your Python code for programmatic scanning.
Each finding includes: file, line, secret_type, severity, match_preview
Scan your code before it costs you.
The Scanner catches secrets in your codebase. Guard blocks them from leaving at runtime. Both live on PyPI.
Get Early Access