vscode-extension-basics
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing well-known development utilities (
yo,generator-code) from the official npm registry, which is standard practice for bootstrapping VSCode extensions. - [COMMAND_EXECUTION]: The instructions include standard shell commands for project initialization using
npx, which is expected behavior for the stated purpose of teaching extension development.
Audit Metadata