Skip to content

Security: Crypt0xDev/bspwm-themes

Security

SECURITY.md

Security Policy

Supported Versions

Version Supported
latest

Reporting a Vulnerability

If you discover a security vulnerability in this project, do not open a public issue.

Please report it privately by contacting:

What to include

  • A clear description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Suggested fix (optional)

You will receive a response within 72 hours. Critical issues will be patched as soon as possible.

Security Considerations

Install Script (scripts/install.sh)

  • The script clones external repositories and executes their install.sh. Only install themes from trusted sources.
  • Review any community or custom theme's install.sh before running it.
  • The script runs with your user privileges — it does not require root unless your theme's own installer does.

Web Catalog (web/)

  • The web app is a static/SSR Next.js application with no user authentication or database.
  • No user input is stored or processed server-side.
  • All external links use rel="noopener noreferrer".

Disclosure Policy

Once a fix is released, the vulnerability will be publicly disclosed via a GitHub Security Advisory.

There aren't any published security advisories