Back to Home
princeomar9009 icon

sciagent

Verified Safe

by princeomar9009

Overview

SciAgent is a CLI tool designed to help users record, analyze, and report on machine learning experiment training data without requiring technical skills.

Installation

Run Command
sciagent run python examples/simple_train.py

Environment Variables

  • LLM_API_KEY
  • LLM_BASE_URL
  • LLM_MODEL_ID
  • OPENAI_API_KEY
  • DEEPSEEK_API_KEY
  • DASHSCOPE_API_KEY
  • MODELSCOPE_API_KEY
  • KIMI_API_KEY
  • MOONSHOT_API_KEY
  • ZHIPU_API_KEY
  • GLM_API_KEY
  • GEMINI_API_KEY
  • GOOGLE_API_KEY
  • CLAUDE_API_KEY
  • ANTHROPIC_API_KEY
  • VLLM_API_KEY
  • VLLM_HOST

Security Notes

The tool's core functionality involves executing user-provided commands via subprocess (`subprocess.Popen` in `sciagent/guardian.py`), which poses a risk if untrusted commands are executed. AI analysis features send experiment data (prompts) to third-party LLM providers, which could be a data privacy concern for sensitive information. However, there are no explicit 'eval' usage or hardcoded secrets detected, and API keys are managed through environment variables, which is good practice.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens3500
Stars0
Forks0
Last Update2026-01-19

Tags

AIMLExperiment TrackingReportingData Analysis