| Source Code Verified | PASS | Contract source code is publicly verified on BSCscan |
| Cannot Mint New Tokens | PASS | No minting function detected, fixed supply |
| Not a Proxy Contract | PASS | No upgradeable proxy patterns found |
| No Blacklist Function | PASS | Owners cannot blacklist tokens or users |
| ERC-20 Compliant | PASS | Adheres to ERC-20 token standard |
| Cannot Self-Destruct | PASS | SELFDESTRUCT opcode not present |
| No Approve Race Condition | PASS | Not vulnerable to ERC-20 approve race condition |
| No Whitelist Function | PASS | No selective privilege granting |
| No Fee Setting | PASS | Owners cannot set or update fees |
| No Hardcoded Addresses | PASS | No fixed addresses that could impede upgradability |
| No Balance Modification | PASS | No owner-controlled functions modifying balances |
| No Hidden Owner | PASS | No hidden owner roles detected |
| No Special Permissions | PASS | No non-owner addresses with special access |
| Not a Counterfeit Token | PASS | Not mimicking any official token |
| No External Call Risk | PASS | No risky external calls in critical functions |
| Not a Honeypot | PASS | Token can be freely bought and sold |
| No Malicious Typecasting | PASS | No deceptive uint160 to address casting |
| Valid Token Name/Symbol | PASS | No XSS or harmful content in name/symbol |
| Fixed Supply | PASS | No totalSupply manipulation functions found |
| No Gas Abuse | PASS | No malicious minting gas abuse patterns |
| No Cooldown | PASS | No forced trading delays |
| Optimal Buy Fee | PASS | 0.0% buy tax (below 5% threshold) |
| Optimal Sell Fee | PASS | 0.0% sell tax (below 5% threshold) |
| Buy Simulation | PASS | Token purchase successful, 0% tax, gas: 59,976 |
| Sell Simulation | PASS | Token sell successful, 0% tax, gas: 36,808 |
| Transfer Simulation | PASS | Token transfer successful, no honeypot tactics |
| Pausable Contract | NOTE | Contract can be paused by owner (security feature) |
| Admin Functions | NOTE | Owner/admin address management functions detected |
| Owner Found | NOTE | Ownership not renounced (team wallet controls) |
| Large Holder Concentration | NOTE | Owner wallet holds 18.94% (due to vesting/distribution) |
| No Antiwhale | NOTE | Token lacks antiwhale measures (large holders may impact price) |