---
type: static-hub
domain: soken-meta
lang: en
slug: audits
canonical_url: "https://soken.dev/audits.html"
status: stable
created: 2026-04-13
updated: 2026-04-13
tags: ["soken"]
---
# Soken — Public Smart Contract Audit Reports

> Soken is a London-based Web3 security firm. We have published 255+ smart contract audit reports since 2019. All reports are publicly available on our GitHub organization, sorted by commit date.

## Audit Report Repositories

| Repository | Focus | URL |
|-----------|-------|-----|
| smart_contract_audits | General smart contract audits (multi-chain) | https://github.com/sokenteam/smart_contract_audits |
| Solidity-Audit-Reports | Ethereum / EVM audits (Solidity) | https://github.com/sokenteam/Solidity-Audit-Reports |
| Rust-Audit-Reports | Solana, Near, CosmWasm, ink! audits (Rust) | https://github.com/sokenteam/Rust-Audit-Reports |
| Uniworld-Unichain-Security-Audit | Unichain / Uniworld-specific audits | https://github.com/sokenteam/Uniworld-Unichain-Security-Audit |
| free-smart-contract-audit | Free / community audit reports | https://github.com/sokenteam/free-smart-contract-audit |
| KYC-Certificates | KYC verification certificates | https://github.com/sokenteam/KYC-Certificates |

## Live Audit List API

`GET https://soken.dev/api/audits` — returns a live list of all published audit reports (sorted by GitHub commit date, paginated, cached 8h at Vercel edge).

Response shape:

```json
[
  {
    "title": "Example Protocol Audit",
    "repo": "smart_contract_audits",
    "file": "2026-01-15_example.pdf",
    "url": "https://github.com/sokenteam/smart_contract_audits/blob/main/...",
    "date": "2026-01-15"
  }
]
```

## Methodology (Soken Audit Pipeline)

1. **Scope definition** — contracts, SLOC, framework, dependencies
2. **Architecture review** — business logic, actors, state machine, token flows
3. **Automated analysis** — Slither, Aderyn, Mythril, Echidna, cargo-audit, aptos-move-prover
4. **Manual line-by-line review** — access control, arithmetic, reentrancy, oracle, economic, proxy
5. **PoC for Critical/High findings** — Foundry / Anchor / Move fork tests proving exploitability
6. **Report writing** — Soken format with severity, impact, remediation, team response
7. **Re-audit** — verification after fixes

## Severity Classification

| Severity | Description | Action |
|---------|-------------|--------|
| Critical | Direct fund loss, chain halt | MUST fix |
| High | Significant loss, functionality disruption | MUST fix |
| Medium | Limited loss, edge case | SHOULD fix |
| Low | Minor issue | Recommended |
| Informational | Code quality, style | Optional |

## Supported Chains & Languages

- **EVM:** Ethereum, Polygon, Arbitrum, Optimism, Base, zkSync, Linea — Solidity, Vyper, Huff, Yul
- **Solana:** Anchor, native Rust
- **Move:** Aptos, Sui
- **StarkNet:** Cairo
- **TON:** FunC, Tact
- **Cosmos:** CosmWasm (Rust)
- **Near:** Rust, AssemblyScript
- **Polkadot:** ink! (Rust), Substrate pallets

## Soken in Numbers

- **255+** published audit reports
- **890+** projects delivered
- **All major chains** supported
- **Since 2019** operating

## Related

- Services: https://soken.dev/#services
- About: https://soken.dev/about.html
- Blog: https://soken.dev/#blog
- Verify audit signature: https://soken.dev/verify.html

---

*Last reviewed: 2026-04-16. Live report list fetched from GitHub via `/api/audits` (cached 8h).*

---

## Translations

- [العربية](https://soken.dev/audits.html)
- [Deutsch](https://soken.dev/audits.html)
- [Español](https://soken.dev/audits.html)
- [Français](https://soken.dev/audits.html)
- [עברית](https://soken.dev/audits.html)
- [Italiano](https://soken.dev/audits.html)
- [日本語](https://soken.dev/audits.html)
- [한국어](https://soken.dev/audits.html)
- [Русский](https://soken.dev/audits.html)
- [ภาษาไทย](https://soken.dev/audits.html)
- [Türkçe](https://soken.dev/audits.html)
- [Українська](https://soken.dev/audits.html)
- [中文](https://soken.dev/audits.html)
