clinical-research
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: All included Python scripts (
sample_size_estimator.py,endpoint_selector.py,phase_gate_scorer.py,onboard.py,config_loader.py,ar_evaluator.py) use the Python standard library only and perform deterministic calculations or local file operations. - [SAFE]: Data processing is limited to reading user-provided JSON files for study plans and endpoints. No dangerous execution patterns (like
eval()orexec()) are used on this data. - [SAFE]: Configuration management (storing user preferences and named study owners) is handled via local JSON files in standard directories (
~/.config/research-ops/or project-local directories), following best practices for tool state management. - [SAFE]: No network activity, remote script downloads, or data exfiltration patterns were detected in the source code or instructions.
Audit Metadata