testing/performance-testing
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and pattern library for performance testing. All code examples use standard JavaScript/Node.js testing frameworks (Vitest) and profiling utilities (V8 profiler).
- [SAFE]: External dependencies mentioned, such as
k6andv8-profiler-next, are well-known, legitimate tools used in the software development lifecycle for performance analysis. - [SAFE]: Network operations described in the load testing and stress testing sections target example domains (
api.example.com) or local services (localhost:3000), which is standard for testing environments and does not constitute data exfiltration. - [SAFE]: System-level operations, such as memory usage monitoring (
process.memoryUsage) and heap snapshots (v8.writeHeapSnapshot), are used appropriately for their stated purpose of detecting memory leaks and profiling resource consumption.
Audit Metadata