get-time — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited get-time (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides the current local time with automatic timezone detection or manual timezone specification.
The script attempts to auto-detect the user's timezone using IP geolocation:
python3 scripts/get_time.py [format]For more accurate results, especially in containerized environments, specify the timezone explicitly:
python3 scripts/get_time.py [format] [timezone]Important: When you know the user's timezone from context or memory, always pass it explicitly for accuracy.
America/New_YorkAmerica/Los_AngelesAmerica/ChicagoAmerica/DenverEurope/LondonEurope/ParisAsia/TokyoAustralia/SydneySee IANA timezone database for full list.
# Auto-detect timezone (may be less accurate in containers)
python3 scripts/get_time.py
# Get time in US Eastern timezone
python3 scripts/get_time.py full America/New_York
# Get just the time in Pacific timezone
python3 scripts/get_time.py time America/Los_Angeles
# Get ISO format for logging in specific timezone
python3 scripts/get_time.py iso Europe/London
# Get Unix timestamp (timezone-independent)
python3 scripts/get_time.py unixAmerica/New_YorkAmerica/Los_AngelesAmerica/ChicagoAmerica/Denver~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.