Skip to content

Commit 00e2c1f

Browse files
authored
Merge pull request #142 from michael-softstack/patch-97
2 parents b9549e9 + 6febbef commit 00e2c1f

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

Trusset/README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,52 @@
1+
# Trusset Security Audit by Softstack
2+
3+
## Overview
4+
5+
Softstack completed a security audit for Trusset, a regulated tokenization platform focused on real world asset infrastructure.
6+
7+
The review covered four interconnected codebases and focused on the interaction between compliance, credit, custody, and upgrade governance.
8+
9+
## What Trusset Does
10+
11+
Trusset provides infrastructure for regulated tokenized assets.
12+
13+
The system has to ensure that:
14+
15+
| Area | Requirement |
16+
| ---------- | --------------------------------------- |
17+
| Transfers | Compliance rules are respected |
18+
| Credit | Collateral requirements are enforced |
19+
| Custody | User balances remain accurate |
20+
| Governance | Upgrades and permissions are controlled |
21+
22+
## Audit Focus
23+
24+
Softstack reviewed the system across several critical areas:
25+
26+
| Area | Review Focus |
27+
| ----------------------- | --------------------------------- |
28+
| Identity registry | Compliance and permission logic |
29+
| Lending flows | Collateral and credit behavior |
30+
| Custody flows | Balance safety and fund routing |
31+
| Liquidation logic | Correct routing and execution |
32+
| Upgrade governance | System control and upgrade safety |
33+
| Cross codebase behavior | Risks between connected modules |
34+
35+
## Key Security Relevance
36+
37+
The audit was especially important because Trusset’s architecture connects multiple sensitive components.
38+
39+
Some issues only became visible when the four codebases were reviewed together, rather than as isolated systems.
40+
41+
This included boundary risks around accounting behavior, stock split handling, custody to lending callbacks, and fund routing.
42+
43+
## Audit Result
44+
45+
The audit reached a zero open issues state.
46+
47+
Ten high severity issues were identified and remediated by the Trusset engineering team.
48+
49+
## About Softstack
50+
51+
Softstack is a Web3 security firm specializing in smart contract audits, blockchain infrastructure reviews, tokenization systems, DeFi protocols, and institutional crypto applications.
152

0 commit comments

Comments
 (0)