rssRSS feed

clock-rotate-leftChangelog

SOLSEC – Solid Security Dashboard New updates and improvements

Submit bugs and feature requests on our Github https://github.com/Solsec-SolidSecurityarrow-up-right

v [1.0.1] — Stability & Auth Patch

This update focuses on improving authentication reliability and overall platform stability following the SOLSEC v1 beta launch.


🔧 Bug Fixes

  • Fixed multiple minor UI and state-related bugs reported during beta testing.

  • Improved error handling across dashboard utilities to prevent silent failures.

  • Resolved edge cases causing incomplete data rendering in Wallet Scanner and Contract Verifier.


📧 Authentication Improvements

  • Email Confirmation Fix

    • Resolved issues where confirmation emails were not delivered or properly verified.

    • Improved Supabase auth flow to ensure successful account activation after signup.

    • Added clearer user feedback during email verification and login attempts.


⚙️ Stability Enhancements

  • Improved session handling to prevent unexpected logouts.

  • Optimized auth-related API calls to reduce latency and retry failures.

  • General performance improvements for smoother dashboard navigation.


This patch ensures a more reliable onboarding experience as we prepare SOLSEC for wider beta access and upcoming feature releases.

Verified by SOLSEC Team 🛡️

v [1.0.0]

🚀 Launch of SOLSEC V1 ( beta )

We are proud to announce the official release of SOLSEC v1.0.0, a comprehensive Solana security dashboard powered by AI.

✨ Key Features

  • Contract Verifier: Analyze any Solana token contract for red flags.

    • Integration with Helius & Moralis APIs.

    • AI-Powered Security Score (0-100).

  • Wallet Scanner: Deep dive into wallet activities.

    • View SOL balance and token holdings.

    • Risk assessment based on balance and activity.

  • Rug Checker: Specialized tool for checking new tokens.

    • Analyzes Liquidity, Volume, and Bonding Curves.

    • "Trust Score" to identify potential rug pulls.

  • Dashboard UI:

    • Modern, Glassmorphism design system.

    • "Solana Glow" aesthetic with dark mode optimization.

    • Responsive layout with Framer Motion animations.

🛠️ Architecture & Security Improvements

  • Local Backend API:

    • Refactored server.js to serve as a robust middleware between Frontend and Blockchain APIs.

    • Implemented /scanWallet, /getTokenData, and /analyzeTokenAI endpoints locally.

  • Security:

    • API Key Protection: All sensitive keys (Helius, Moralis, Supabase) are now secured in .env and not exposed in client-side code.

  • Stability:

    • Fixed numeric precision errors causing app crashes on balance display.

    • Unified data structures between Backend/Frontend to prevent "undefined" errors.

    • Corrected component duplication issues (RugChecker is now distinct from WalletScanner).

🐛 Bug Fixes

  • Fixed TypeError: toFixed is not a function by ensuring backend returns raw numbers.

  • Fixed Supabase Cloud Function calls failing by redirecting traffic to the local Express server.

  • Removed unused legacy Next.js configuration files.


Verified by Solsec Team

Last updated

Was this helpful?