django-test-profiling
Warn
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to execute profiling tools with root privileges using sudo.
- File: references/profiler-commands.md
- Evidence:
sudo py-spy record -o profile.svg --subprocesses -- python manage.py testandsudo py-spy record --format speedscope -o profile.speedscope --subprocesses -- python manage.py test. - Note: Root access is requested to allow the profiling tool to attach to and inspect running processes.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of external Python packages to provide profiling and visualization functionality.
- File: references/profiler-commands.md
- Packages:
py-spy,pyprof2calltree. - Note: These packages are fetched from the Python Package Index (PyPI) and are maintained by third parties.
Audit Metadata