data-analysis Eval ================== Status: review Score: 70/100 Risk: medium Decision: manual_review Policy: review Reason: Test manually in an isolated workspace and compare against safer alternatives. Install: npx skills add 0xranx/golembot --skill data-analysis Required checks: - PASS Task fit: Task wording matches this skill metadata. - PASS Install path: Install handoff is available. - PASS Install command safety: standard package or runtime install path - WARN Trust score: Potentially useful, but at least one trust signal needs human inspection. - WARN Audit score: Needs review - WARN Agent safety gate: Sparse or mixed signals. Useful for discovery, but not for autonomous installation. - PASS License clarity: MIT - WARN Permission surface: shell or command execution, filesystem or document access Warnings: - Trust score: Potentially useful, but at least one trust signal needs human inspection. - Audit score: Needs review - Agent safety gate: Sparse or mixed signals. Useful for discovery, but not for autonomous installation. - Permission surface: shell or command execution, filesystem or document access - High-risk permission hints: Shell or command execution - The SKILL.md uses `ls data/` which is not cross-platform (Windows uses `dir`). - The skill does not explicitly instruct the agent to create the `data/` and `reports/` directories if they do not exist. - The calc.py helper only supports CSV, while the skill claims to handle Excel and JSON as well. - No explicit mention of installing required Python packages (pandas, matplotlib) before execution. - Quality score needs review - Stars/forks activity: 320 stars, 42 forks; issue activity unavailable in current metadata Validation plan: 1. Inspect repository, README/SKILL.md, license, and recent commits before production use. 2. Install in an isolated workspace or sandbox with no production secrets available. 3. Run the smallest representative task and record files touched, commands run, network access, and outputs. 4. Compare the selected skill against at least one alternative when the eval status is review or failed. 5. Promote only after the agent reports a successful verification result and unresolved warnings are accepted. Do not use when: - teams that need a vendor-supported SLA - production agents without a repository review - The SKILL.md uses `ls data/` which is not cross-platform (Windows uses `dir`). - No OpenAgentSkill engagement data yet - High-risk permission hints: Shell or command execution - The skill does not explicitly instruct the agent to create the `data/` and `reports/` directories if they do not exist. - The calc.py helper only supports CSV, while the skill claims to handle Excel and JSON as well. - No explicit mention of installing required Python packages (pandas, matplotlib) before execution. URLs: - Skill: https://www.openagentskill.com/skills/0xranx-data-analysis - Audit: https://www.openagentskill.com/skills/0xranx-data-analysis/audit - JSON: https://www.openagentskill.com/api/agent/evals?slug=0xranx-data-analysis