Skip to content

Security: ChaoticSi1ence/SlimBrave-Neo

Security

SECURITY.md

Security Policy

Official Distribution

The only official source of SlimBrave Neo is this GitHub repository:

https://github.com/ChaoticSi1ence/SlimBrave-Neo

Any other website, repository, installer, executable, or download link claiming to be SlimBrave Neo is not affiliated with this project. If you found a copy elsewhere, do not trust it.

What "official" looks like

The real project ships source code only — no compiled binaries, no installers, no executables. Every entry point is a human-readable script you can read before running:

Platform File Type
Linux slimbrave-linux.py Python 3 (stdlib only)
macOS slimbrave-mac.py Python 3 (stdlib only)
Windows SlimBrave.ps1 PowerShell

The Presets/ directory contains JSON configuration files. That is the entire surface area of the project.

What official does not include

  • No .exe, .msi, .pkg, .deb, .rpm, .AppImage, or .dmg installer.
  • No precompiled binary of any kind. The project has zero dependencies and does not need to be compiled.
  • No browser extension.
  • No standalone website outside this GitHub repo.

If someone offers you a "SlimBrave" installer, executable, or signed binary, it is not from this project. Report it and do not run it.

How to verify you're running an authentic copy

Use one of these two methods:

  1. Clone the repo directly:

    git clone https://github.com/ChaoticSi1ence/SlimBrave-Neo.git
    
  2. Or download a script directly from the raw URL on github.com:

    https://raw.githubusercontent.com/ChaoticSi1ence/SlimBrave-Neo/main/slimbrave-linux.py
    https://raw.githubusercontent.com/ChaoticSi1ence/SlimBrave-Neo/main/slimbrave-mac.py
    https://raw.githubusercontent.com/ChaoticSi1ence/SlimBrave-Neo/main/SlimBrave.ps1
    

The URL bar must show github.com/ChaoticSi1ence/SlimBrave-Neo or raw.githubusercontent.com/ChaoticSi1ence/SlimBrave-Neo. Anything else is not from this project.


Reporting a Vulnerability

If you believe you have found a security issue in SlimBrave Neo, please report it privately rather than opening a public issue.

Use GitHub's Private Vulnerability Reporting: https://github.com/ChaoticSi1ence/SlimBrave-Neo/security/advisories/new

Please include:

  • The affected file and, if possible, a line number
  • A description of the impact
  • Steps to reproduce, or proof-of-concept if you have one

I'll acknowledge the report within a reasonable window and work with you on a fix and disclosure timeline.


Reporting Impersonation

If you find a repository, website, or download that is pretending to be SlimBrave Neo, please report it so other users aren't misled:

  • Open an issue on this repo (public is fine for impersonation reports — these are not vulnerabilities in the code)
  • Or email/DM via the contact listed on the ChaoticSi1ence GitHub profile

Useful information to include: the URL, a screenshot, and how you found it (e.g. a specific Google search). Search-ranking abuse is the most common pattern, so knowing the query helps.

There aren’t any published security advisories