This repo is designed to be safe to publish and cautious to install.
- Prefer the static prototype until dependency installation is explicitly needed.
- Use
pnpm install --ignore-scriptsorpnpm run install:safe. - Do not remove the package release-age buffer unless there is a specific reason.
- Do not run the dev server on a public interface. The default
pnpm devscript binds to127.0.0.1.
- Dependencies are pinned to exact versions, not
latest. nextis pinned to16.2.6, the patched line for the May 2026 Next.js advisory follow-up affecting versions<16.2.6.- React Server Component transport packages are overridden to
19.2.6, which is outside the vulnerable19.2.0through19.2.5range from CVE-2026-23870. - Install scripts are disabled in
.npmrc. - pnpm is configured with a seven-day release-age delay,
trustPolicy: no-downgrade, blocked exotic transitive dependencies, and strict dependency builds.
Run a privacy scan for credentials, contact details, and local absolute paths, then run a dependency audit:
pnpm audit --audit-level high