performance-optimizer
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a static reference guide for developers. It provides educational templates and documentation for performance tuning without executing untrusted logic or accessing sensitive system resources.
- [COMMAND_EXECUTION]: The documentation references standard development, profiling, and benchmarking tools (e.g.,
npm,npx,node --prof,lighthouse,0x,cProfile). These are used in the context of measurement and are standard for a performance-focused workflow. - [EXTERNAL_DOWNLOADS]: The skill recommends well-known, industry-standard packages and frameworks (e.g.,
react,next,bullmq,redis,pg). It also references established profiling tools and cloud services (AWS RDS Proxy, Cloudflare, Datadog) for legitimate architectural purposes. - [CREDENTIALS_SAFE]: The code snippets use best practices for secret management, such as referencing environment variables (
process.env.RDS_PROXY_ENDPOINT) and placeholders for configuration, rather than hardcoding sensitive credentials.
Audit Metadata