vscode-workspace-setup
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's
.devcontainer/devcontainer.jsonconfiguration references a base image from Microsoft's official container registry (mcr.microsoft.com/devcontainers/typescript-node:20) and features fromghcr.io/devcontainers. These are established and well-known sources for development environments. - [COMMAND_EXECUTION]: The skill provides templates for VS Code tasks and debug configurations that execute standard development commands such as
npm install,npm run dev,jest, andnpx tsc. These operations are consistent with the skill's primary purpose of setting up a workspace environment.
Audit Metadata