web-performance
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): No malicious patterns or security risks identified. The skill acts as a collection of optimization patterns.
- [COMMAND_EXECUTION] (INFO): In assets/caching-patterns.md, the use of
redis.keys()for cache invalidation is a performance anti-pattern in large production environments as it can block the Redis event loop. Recommendation: Transition to usingSCANfor production-grade invalidation logic.
Audit Metadata