unittest-skill
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references standard development and testing libraries such as
coverage,responses,freezegun, andparameterized. These are well-known, legitimate packages from official registries and do not pose a security risk. - [COMMAND_EXECUTION]: Documentation provides standard Python CLI commands for test execution and discovery (e.g.,
python -m unittest). These are routine administrative and development tasks with no evidence of privilege escalation or malicious intent. - [CREDENTIALS_UNSAFE]: Code snippets for testing configuration and environment variables use explicit placeholder values (e.g.,
fake-key,http://test). No real secrets or credentials are hardcoded or exposed in the skill content.
Audit Metadata