We support the latest major release tag (e.g. v1) and the most recent patch versions. Older tags may receive critical fixes only.
Please use GitHub Security Advisories ("Report a vulnerability" button in the repository) for confidential disclosure. Provide:
- Affected version/tag and platform (Windows/macOS/Linux)
- Description of the issue and potential impact
- Steps to reproduce (minimal example, including relevant
config/dev-setup.config.jsonvalues) - Suggested fix (if available)
Do NOT open a public issue for sensitive security problems.
- Triage within 5 business days.
- Reproduce and assess severity.
- Patch and create a prerelease for validation if needed.
- Publish fixed tag and coordinated security advisory.
This kit installs developer tooling (Git, Node.js, Python) and writes VS Code settings, extensions,
and MCP server configuration to the local user profile. It requires no administrator or root access
and does not run as a service or listen on any network port. Network access is limited to package
manager registries (winget, Homebrew, npm), the Git for Windows release API, and the VS Code
extension marketplace.
- Run
-Audit/--auditbefore a real run on any machine you do not fully control. - Review
user.mcp.serversbefore applying — MCP servers can execute local commands (npx,uvx) or reach network endpoints. Only add servers you trust. - Keep
user.git.userEmailand other identity values out of shared/forked config files if you do not want them applied to someone else's machine.
If GitHub advisories are not available, open an issue with the prefix [SECURITY] requesting a private communication channel.