evo-civ6-map-parser Eval ======================== Status: review Score: 69/100 Risk: medium Decision: manual_review Policy: review Reason: Test manually in an isolated workspace and compare against safer alternatives. Install: npx skills add OpenLAIR/OpenSkill --skill evo-civ6-map-parser 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: Apache-2.0 - PASS Permission surface: database 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. - The `is_tile_river_adjacent` function has a redundant final return that may incorrectly return True for any tile with a river entry, even if all edge flags are false. - The neighbor direction mapping in `is_tile_river_adjacent` is not clearly validated against the actual odd-r hex grid orientation; potential off-by-one errors could cause incorrect river adjacency detection. - SKILL.md does not mention error handling for missing tables or malformed database files, which could lead to runtime failures. - Quality score needs review - GitHub adoption: 88 GitHub stars - Stars/forks activity: 88 stars, 4 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 `is_tile_river_adjacent` function has a redundant final return that may incorrectly return True for any tile with a river entry, even if all edge flags are false. - No OpenAgentSkill engagement data yet - The neighbor direction mapping in `is_tile_river_adjacent` is not clearly validated against the actual odd-r hex grid orientation; potential off-by-one errors could cause incorrect river adjacency detection. - SKILL.md does not mention error handling for missing tables or malformed database files, which could lead to runtime failures. - Quality score needs review - GitHub adoption: 88 GitHub stars URLs: - Skill: https://www.openagentskill.com/skills/openlair-evo-civ6-map-parser - Audit: https://www.openagentskill.com/skills/openlair-evo-civ6-map-parser/audit - JSON: https://www.openagentskill.com/api/agent/evals?slug=openlair-evo-civ6-map-parser