setup-component-explorer-full
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- Package Installation: The skill instructs the user to install packages under the
@vscodenamespace using standard package managers. This is an expected and routine procedure for integrating the Component Explorer toolset into a project. - Command Execution: The skill configures VS Code tasks and MCP (Model Context Protocol) servers to execute the installed
component-explorerCLI. These commands are localized to the project'snode_modulesand are necessary for the tool's functionality, such as serving the UI or taking screenshots. - Configuration Modification: Steps include updating
vite.config.ts,.vscode/tasks.json, and.vscode/launch.json. These modifications are transparent and follow standard practices for setting up development tools within the IDE.
Audit Metadata