ai-research-explore
Pass
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a comprehensive research orchestration system with deterministic scripts for idea ranking, source mapping, and execution feasibility analysis.
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto execute standard research tools such asgit,nvidia-smi, androcm-smito gather environment data and manage isolated experiment branches. These calls are scoped to local environment discovery and project maintenance. - [EXTERNAL_DOWNLOADS]: Remote data fetching is limited to well-known academic and developer services (arXiv, DOI/Crossref, and GitHub APIs) for resolving research metadata. These operations use standard Python libraries (
urllib.request) with restrictive timeouts. - [DYNAMIC_EXECUTION]: The system uses
importlibto perform controlled syntax and constructor checks on local repository files during the smoke-testing phase. These probes are gated by safety checks that exclude entry-point scripts liketrain.pyoreval.pyto prevent unintentional full-scale execution during the planning phase.
Audit Metadata