Radar by SecureChain.ai

Prospera (PROS) security report

Verified source analysis found transparent token controls with two material governance risks. The owner retains fee and blacklist capabilities that require ongoing monitoring.

SafuRadar found no immediately exploitable theft path in the reviewed source, but privileged controls remain material risks.

Trust score: 82/100. Source verified: Yes. Chain: Ethereum. Contract: 0x6F3C2b9C04a9D381D6eAd3D6e4A7d65C2c7e78A1.

This report was last modified on 2026-09-19 and contains 2 material findings.

high finding: Owner can set transfer fees without a hard cap

A privileged owner path can raise buy and sell fees to levels that can materially impair exits.

Evidence: setFees accepts owner-provided values without an immutable maximum enforced by the token contract.

Recommendation: Enforce a conservative on-chain fee ceiling and route changes through a timelock.

medium finding: Blacklist authority can prevent selected transfers

The owner can restrict individual accounts from transferring, creating a centralized censorship and lockout risk.

Evidence: _beforeTokenTransfer reverts when either party is present in the owner-managed blacklist mapping.

Recommendation: Use role separation, timelock changes, and public events with clear policy constraints.