- API keys are stored in VS Code SecretStorage.
- Do not commit keys to source control or workspace files.
- Run
npm auditregularly. - Keep TypeScript, ESLint, and build dependencies updated.
- Run
npm run release:localbefore producing VSIX artifacts. - Run
npm run marketplace:preflight:strictbefore public publish. - Inspect VSIX contents using:
npx @vscode/vsce ls --treeIf you identify a vulnerability, report it privately to project maintainers and avoid public disclosure until mitigated.