time Eval ========= Status: review Score: 67/100 Risk: medium Decision: manual_review Policy: review Reason: Test manually in an isolated workspace and compare against safer alternatives. Install: npx skills add Dianel555/DSkills --skill time 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 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 - High-risk permission hints: Shell or command execution - The fallback to pytz for Python <3.9 is not fully equivalent to zoneinfo; pytz timezone objects require localize() for correct DST handling, which may lead to incorrect conversions in edge cases. - The is_dst detection uses bool(now.dst()) which may be inaccurate for zones with historical DST changes or where DST offset is zero but DST is in effect (rare). - The convert_time function uses today's date in the source timezone, which may produce incorrect results if the conversion crosses a DST transition at midnight. - Quality score needs review - GitHub adoption: 64 GitHub stars - Stars/forks activity: 64 stars, 6 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 fallback to pytz for Python <3.9 is not fully equivalent to zoneinfo; pytz timezone objects require localize() for correct DST handling, which may lead to incorrect conversions in edge cases. - No OpenAgentSkill engagement data yet - High-risk permission hints: Shell or command execution - The is_dst detection uses bool(now.dst()) which may be inaccurate for zones with historical DST changes or where DST offset is zero but DST is in effect (rare). - The convert_time function uses today's date in the source timezone, which may produce incorrect results if the conversion crosses a DST transition at midnight. - Quality score needs review URLs: - Skill: https://www.openagentskill.com/skills/dianel555-time - Audit: https://www.openagentskill.com/skills/dianel555-time/audit - JSON: https://www.openagentskill.com/api/agent/evals?slug=dianel555-time