This repository is a public design-infrastructure kit. Security issues in scope:
- leaked secrets or credentials;
- private local paths or private project material accidentally committed;
- unsafe package scripts;
- supply-chain or dependency risks;
- examples that teach unsafe handling of user input, files, secrets, or generated artifacts.
Out of scope:
- private projects that consume this repo;
- raw media or client material that is intentionally not included here;
- social engineering;
- denial-of-service against GitHub, package registries, or third-party services.
Please report security issues to:
Include:
- affected file or package;
- what can go wrong;
- reproduction steps if safe;
- whether the issue exposes private data, secrets, or unsafe behavior.
Do not open a public issue for suspected secret exposure. Email first.
This repo must not contain:
.envvalues;- API keys, tokens, or passwords;
- local machine paths;
- private audio/video filenames;
- raw source media from private projects;
- private client text;
- internal task notes that depend on private context.
See docs/PUBLIC_CSO_AUDIT.md for the current public-facing audit posture.
Before public-facing releases:
bun typecheck
bun audit --audit-level highAlso run the public-boundary scan:
bun security:scanThe scan is documented in docs/PUBLIC_CSO_AUDIT.md.