vscode-extension-api
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and educational code examples for official VSCode Extension APIs, including the
commands,window,workspace, anddebugnamespaces. - [COMMAND_EXECUTION]: Documents the usage of
vscode.window.createTerminalto facilitate standard development workflows, such as runningnpm installor build scripts. These examples are benign and align with the skill's primary purpose. - [EXTERNAL_DOWNLOADS]: References the
@vscode/vsceCLI tool and@types/vscodepackage, which are official Microsoft utilities required for VSCode extension development. - [DATA_EXPOSURE]: Includes instructions for using
vscode.workspace.openTextDocumentandvscode.workspace.getConfigurationto interact with workspace files and settings, which are fundamental capabilities for extension functionality.
Audit Metadata