python-performance-optimization

Pass

Audited by Gen Agent Trust Hub on Jul 27, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill references the installation of standard Python packages from PyPI, including line-profiler, memory-profiler, py-spy, numpy, and aiohttp. These are widely used tools for profiling and numerical analysis.
  • [COMMAND_EXECUTION]: The documentation provides shell commands for executing profiling tools like cProfile, kernprof, and py-spy to analyze local script performance and running process stacks.
  • [DATA_EXFILTRATION]: Code snippets demonstrate HTTP GET requests to httpbin.org, a well-known testing service. These requests are used solely for benchmarking synchronous versus asynchronous I/O performance.
  • [SAFE]: No malicious patterns, obfuscation, or safety bypasses were identified. The instructions align with legitimate performance engineering workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 27, 2026, 11:58 PM
Security Audit — agent-trust-hub — python-performance-optimization