django-test-parallelization
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides standard instructions for parallelizing Django and pytest suites using established tools like
tblibandpytest-xdist. - [COMMAND_EXECUTION]: The skill utilizes standard development commands such as
python manage.py testandpytest. These are expected for the stated purpose of test optimization. - [EXTERNAL_DOWNLOADS]: The skill recommends installing well-known, legitimate packages (
tblib,pytest-xdist) from standard package registries. - [DATA_EXPOSURE]: There is no evidence of sensitive data access or exfiltration. The Python code snippets provided use environment variables and process IDs solely for test isolation and resource sharding.
Audit Metadata