We release patches for security vulnerabilities. Currently supported versions:
| Version | Supported |
|---|---|
| 2.5.x | ✅ |
| < 2.5 | ❌ |
The Blueprint Studio team takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them via one of the following methods:
-
GitHub Security Advisories (Preferred):
- Go to the Security tab
- Click "Report a vulnerability"
- Fill out the form with details
-
Email:
- Send an email to the repository owner through GitHub
- Include as much information as possible (see below)
Please include the following information:
- Type of vulnerability: (e.g., path traversal, XSS, authentication bypass, etc.)
- Full paths of source file(s) related to the vulnerability
- Location of the affected source code (tag/branch/commit or direct URL)
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the vulnerability: What an attacker could do
- Your assessment of severity (Low, Medium, High, Critical)
- Suggested fix (if you have one)
- Acknowledgment: We'll acknowledge receipt of your vulnerability report within 48 hours
- Communication: We'll keep you informed of our progress
- Timeline: We aim to release a fix within 90 days of disclosure
- Credit: We'll credit you in the security advisory (unless you prefer to remain anonymous)
When using Blueprint Studio:
- Keep Updated: Always use the latest version
- Admin Only: Only grant admin access to trusted users
- Regular Backups: Maintain regular backups of your Home Assistant configuration
- Network Security: Ensure your Home Assistant instance is properly secured
- HTTPS: Always use HTTPS when accessing Home Assistant remotely
- Authentication: Use strong passwords and enable two-factor authentication
- Review Changes: Review file changes before saving, especially for critical files
Blueprint Studio implements several security measures:
- All file paths are validated to prevent access outside the config directory
- Paths are resolved and checked against the base directory
- All API endpoints require Home Assistant authentication
- Only admin users can access Blueprint Studio
- Blueprint Studio backend, stream, upload, Git, SFTP, terminal helper, and file-management APIs are restricted to admin users
- Only whitelisted file extensions can be edited
- Binary files and executables are blocked
- Critical files (configuration.yaml, secrets.yaml) cannot be deleted
- Sensitive directories (.storage, deps) are hidden
- All user input is validated
- File operations are checked for safety
- Git credential helpers avoid embedding raw credentials into generated shell scripts
- SSH private-key terminal sessions use in-memory Paramiko authentication instead of writing private keys to disk
- GHSA-88ff-pg4h-qg6m — Blueprint Studio API authorization hardening, fixed in 2.5.2.
The following are in scope for security reports:
- Path traversal vulnerabilities
- Authentication bypass
- Unauthorized file access
- XSS vulnerabilities in the web interface
- CSRF vulnerabilities
- Code injection
- Privilege escalation
The following are out of scope:
- Issues in Home Assistant core
- Issues in third-party dependencies (report to upstream)
- Social engineering attacks
- Physical attacks
- Denial of Service attacks
- Issues requiring physical access to the server
Backend operations require an active Home Assistant administrator. JSON and
upload routes use Home Assistant authentication; direct stream and terminal
connections consume short-lived, single-use tickets scoped to the issuing user
and exact resource. Local paths are resolved below the configuration directory,
including symlink resolution, and ZIP members reject traversal and absolute
paths. Logs and diagnostics exclude credentials, tokens, tickets, private keys,
file contents, and full paths. See BACKEND_ARCHITECTURE.md for runtime and
transfer ownership details.
AI file output is never written directly. Provider responses can create only bounded, immutable proposals, and an authenticated administrator must review and explicitly apply the complete proposal. Apply rechecks source hashes and path policy, writes atomically, and rolls back an incomplete multi-file commit.
Rule-based generation remains inside Blueprint Studio. Home Assistant
conversation agents and configured local or cloud endpoints receive only a
bounded selected/open-file excerpt plus relevant Home Assistant metadata.
Hidden files are excluded and likely credentials, tokens, passwords, API keys,
bearer values, private keys, and !secret references are replaced before
submission. Redaction placeholders have no restorable mapping in provider
output. Diagnostics retain aggregate provider class, outcome, timing, and size
only; they exclude prompts, file content, paths, endpoints, model IDs, and keys.
When a security vulnerability is identified:
- A security advisory will be created
- A patch will be developed and tested
- A new version will be released
- Users will be notified through:
- GitHub Security Advisories
- Release notes
- HACS update notifications
- Security vulnerabilities will be disclosed publicly only after a fix is available
- We follow a coordinated disclosure timeline of 90 days
- We'll work with you to ensure proper credit is given
- We reserve the right to disclose earlier if the vulnerability is being actively exploited
If you have suggestions on how this process could be improved, please submit a pull request or open an issue.
We maintain a list of security researchers who have responsibly disclosed vulnerabilities:
- GHSA-88ff-pg4h-qg6m — anonymous
Thank you for helping keep Blueprint Studio and its users safe!