skills/confident-ai/deepeval/deepeval/Gen Agent Trust Hub

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_module to 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, and templates/test_multi_turn_e2e.py.
  • [COMMAND_EXECUTION]: The skill uses the deepeval CLI for running test suites and generating synthetic datasets, which is the expected interface for the framework.
  • Evidence: deepeval test run and deepeval generate commands are documented in SKILL.md and reference files.
  • [EXTERNAL_DOWNLOADS]: The skill requires the deepeval Python package, which is downloaded from official package registries as part of the setup process.
  • Evidence: pip install deepeval is a documented prerequisite in SKILL.md.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 15, 2026, 01:50 PM
Security Audit — agent-trust-hub — deepeval