vscode-extension-basics
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill contains educational documentation and code snippets for learning VSCode extension development.
- [COMMAND_EXECUTION]: The instructions include standard commands such as
npm install -g yo generator-codeandnpx yo codefor setting up the development environment and scaffolding projects using the official Yeoman generator for VSCode extensions. - [EXTERNAL_DOWNLOADS]: The skill references standard package installation from the official npm registry, which is necessary for the intended purpose of developing Node.js-based extensions.
Audit Metadata