use-component-explorer
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- Standard UI Testing Patterns: The skill describes typical patterns for rendering and cleaning up UI components in a testing environment, ensuring components are isolated and deterministic.
- Vendor Consistency: All referenced packages and tools, such as
@vscode/component-explorer, are consistent with the author's official technology ecosystem. - Best Practices Encouraged: The instructions specifically discourage global side effects and global CSS styles, which are security-positive practices that prevent cross-contamination between test cases.
- Safe Data Handling: Code examples demonstrate safe patterns such as using
textContentwhen rendering data and implementing cleanup functions to prevent resource leaks.
Audit Metadata