📚 resourceActivePromisingmedium
example-scripts
by numerai
A collection of scripts and notebooks to help you get started quickly.
Quality Breakdown
87/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
medium
Requires extended permissions (shell access, subagents). Review before use.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- README contains instruction to execute remote shell script via curl: 'curl -sL http://numer.ai/install-mcp.sh | bash' - this downloads and executes untrusted code
- Repository includes agent skills framework (numerai/agents/skills/) that could enable autonomous multi-agent orchestration
- AGENTS.md and agent skill definitions suggest potential for spawning sub-agents without explicit human approval gates
- CLI utilities and model factory patterns present that could enable dynamic code execution
- Agent framework appears designed for autonomous operation ('AI scientist') with example showing '--yolo' flag suggesting reduced safety guardrails