deepeval
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEDYNAMIC_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DYNAMIC_EXECUTION]: The evaluation templates utilize
importlib.import_moduleto load the target AI application for testing. This is a standard testing pattern to interact with the code being evaluated. - Evidence: Found in
templates/test_single_turn_tracing.py,templates/test_single_turn_no_tracing.py, andtemplates/test_multi_turn_e2e.py. - [COMMAND_EXECUTION]: The skill uses the
deepevalCLI for running test suites and generating synthetic datasets, which is the expected interface for the framework. - Evidence:
deepeval test runanddeepeval generatecommands are documented inSKILL.mdand reference files. - [EXTERNAL_DOWNLOADS]: The skill requires the
deepevalPython package, which is downloaded from official package registries as part of the setup process. - Evidence:
pip install deepevalis a documented prerequisite inSKILL.md.
Audit Metadata