Security

What we have reviewed, what we found, and what we have not done. Including the parts that do not flatter us.

Last updated 10 September 2026.

SNIPR has not been audited by a third party. No independent security firm has reviewed this system. What follows is our own review of our own code. We think publishing it honestly is worth more than a badge, and we will say so here the day an external audit is actually done, with the firm's name on it.

What you are trusting us with

SNIPR is custodial. We create a trading wallet for you and hold its key, encrypted. That is the plain fact and the most important thing on this page. It means:

Moving to keys we cannot unilaterally use, held in a trusted execution environment, is on our roadmap. Until it ships, do not let anyone tell you this product is non-custodial, including us.

How your key is stored

How we try not to lose your money to our own bugs

Most of what goes wrong with trading bots is not a hack. It is accounting.

What our review found

Reviewing our own work across several rounds, we found and fixed 20 issues we considered serious enough to record, four of them capable of losing money. Examples, in plain terms:

What was wrongWhat we did
A trade that landed after a timeout was recorded as failed, while the money had actually movedSignatures are saved before sending, and only definitive outcomes fail
A protection meant to avoid failed transactions could send a second, different one — so both could landThe same bytes are re-sent instead of a new transaction being built
Two people copy-trading each other could drain both wallets in a loopCopy trades never mirror our own, and caps and budgets are enforced in the database
A referral payout that failed could pay one level twiceEach level is claimed separately and the amount is fixed inside the same transaction
A stop-loss set on a chain we do not yet monitor was shown as activeWe now refuse to offer automatic exits where we cannot honour them

The full internal review, including severity, our threat model and the risks we are knowingly accepting, is kept with the code.

Known limits, stated plainly

If you find something

Please tell us before you tell anyone else, and we will credit you publicly if you want that. Contact: SECURITY_EMAIL.

If any of this makes you want to keep less money in the bot, that is the correct response, and it is the same thing we would tell a friend.