AI trading bots & quant analysis surfaces under stress
AIQuant concentrates algorithmic trading bots, ML-driven signal generation, exchange API key management, backtesting infrastructure, and real-time portfolio optimization — fertile ground for API key theft, model manipulation, unauthorized trade execution, and cross-account data leaks. This playbook rewards only highest-impact, fully demonstrated criticals — each earns $5,000.
AIQuant's AI models make trading decisions based on market data and user configurations. Compromising the model training pipeline, signal distribution, or trade execution engine can cascade into large-scale fund movement across connected exchanges.
In scope materially: every host under aiquant.tools, subdomains, AI/ML backend services, bot engine APIs, websocket data feeds, admin panels, database surfaces, and user API key storage.
Civil exclusions only: fund theft against unrelated third parties, laundering, harassment — society-level bans, not endpoint lists.
Always keep sandbox mirrors humane: prove impact on isolated test accounts when possible.
1️⃣ Kill chain from root cause → exploit steps → measurable loss or integrity break 2️⃣ Proof the attack succeeds (replayed APIs showing unauthorized trade execution, database exfiltration, admin boundary cross). Narratives without replayable exploits stall below payout threshold.
Why pressure-test AIQuant?
Flat $5K critical payouts
Validated critical exploits with reproducible payloads earn exactly $5,000 USD — no spreadsheet bingo.
AI model & signal manipulation
Compromising AIQuant's ML pipeline or signal distribution can cause automated bots to execute malicious trades — a novel attack surface beyond traditional web flaws.
Admin & infrastructure access
Database compromise or admin panel access on aiquant.tools can expose user API keys, ML model parameters, and trading configurations — enabling fund theft at scale.
$5,000 per demonstrated critical
A critical finding is one that leads to database compromise, admin account or console access, drainage of user funds (via stolen API keys, trade execution without consent, or model/signal manipulation), or any vulnerability enabling fund theft from the platform or its users.
- SQL injection, NoSQL injection, or any DB access path that exfiltrates credentials, API keys, or user data
- Authentication bypass granting admin-level access to the aiquant.tools control panel
- Server-side request forgery (SSRF) exposing internal infrastructure, secrets, or database endpoints
- Remote code execution (RCE) on aiquant.tools servers
- IDOR or privilege escalation allowing access to other users' API keys, bot configurations, or trading history
- Model poisoning or signal injection that causes automated fund drainage
Scope & targets
| Target | Type | Reward |
|---|---|---|
aiquant.tools, subdomains, web UI, dashboard |
Web | $5,000 / validated bug |
| AI/ML backend · signal generation · trading bot engine | Backend | $5,000 / validated bug |
| Exchange API key storage · trade execution engine | Custody | $5,000 / validated bug |
| Admin panels · user management · support rails | Ops | $5,000 / validated bug |
| User databases · backtesting data · ML model storage | Data | $5,000 / validated bug |
If AIQuant operates it, it's in scope
Signal generation workers, bot execution daemons, ML model training infrastructure, monitoring dashboards, staging shards on aiquant.tools — all eligible when critical impact reproduces.
- Vanity domains CNAME'd into AIQuant edge — show DNS/traffic proof in your write-up.
- AI model API endpoints that serve trading signals to bots
- Colocated automation containers AIQuant operates
- Staging or dev shards on aiquant.tools that mirror production
Rules of engagement
- Prove exploitation success. Provide scripts, HARs, parallel request captures, or signing traces showing fund/state impact — not paper analysis alone.
- Number your hops. Session/API primitive → escalation → treasury or book integrity break.
- Minimize real-user blast radius. Prefer test accounts, low-value targets, and reversible payloads when demonstrating theft-class bugs.
- Private coordination first. Use official intake on aiquant.tools before public threads.
- Duplicate fairness. First qualifying PoC wins; followers close acknowledged-only.
How to submit a report
Use the security / vulnerability disclosure contact published on https://aiquant.tools/ (security@aiquant.tools is a common guess — verify on the live site before emailing). Attach a clear kill-chain narrative along with replayable proof.
Unverifiable reports or those lacking demonstration of actual impact will be closed without reward.
What a critical submission looks like
# BUGGY: API key endpoint returns full key in response without authorization check @app.route('/api/v1/user/apikeys') def get_api_keys(): user_id = request.args.get('user_id') # No ownership check — returns keys for any user_id keys = db.query("SELECT * FROM api_keys WHERE user_id = ?", (user_id,)) return jsonify(keys)
A real submission would pair this with captured HTTP requests showing API key exfiltration for arbitrary users on aiquant.tools, then demonstrate using those keys to execute unauthorized trades on connected exchanges.
Frequently asked questions
What qualifies as a critical on AIQuant?
Any vulnerability that leads to database access, admin account takeover, unauthorized trade execution using other users' API keys, fund theft from the platform or its users, compromise of ML model infrastructure — all pay $5,000 with a valid kill chain.
Are AIQuant staging/dev environments in scope?
Yes — any aiquant.tools subdomain or sibling host used for development, staging, or QA is in scope if the critical impact can be demonstrated.
Does the $5,000 cover all severities?
No. Only critical findings that meet the full evidence bar pay the flat $5,000. Lower-severity issues (XSS without impact chain, informational disclosures) may be acknowledged but do not qualify for the reward.
Can I test AI model manipulation?
Yes — model poisoning, signal injection, or adversarial input attacks against AIQuant's ML pipeline are in scope when they demonstrably lead to fund movement or unauthorized trading. Prove the exploit chain end-to-end.
How is the reward paid?
BountyHunter Editorial coordinates the validated submission with the platform. Payment is in USD via the method agreed during validation. Expect 30-60 days for processing after confirmation.