chat-perf
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFE
Full Analysis
- Performance Regression Testing: The skill uses Playwright and Electron to automate VS Code instances for measuring timing and rendering metrics. This is a standard approach for UI performance testing within the VS Code ecosystem.
- Official Binary Retrieval: The tool downloads specific, official versions of VS Code to act as baselines for comparison. These downloads are performed through the trusted @vscode/test-electron utility, ensuring the integrity of the binaries.
- Controlled Test Environment: By using a local mock LLM server for chat scenarios, the skill ensures that performance tests are deterministic and do not require external network requests or expose sensitive data to remote APIs.
- Memory Analysis Capabilities: The memory leak detection tool uses linear regression and garbage collection triggers to identify sustained heap growth, providing valuable diagnostic data without introducing security risks.
Audit Metadata