system-time

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a simple time/date reference that documents standard local commands and does not request credentials, installation, persistence, or broad access.

This appears safe for checking dates and times. Be aware it may rely on standard local commands like date or timezone file listings, but the artifacts do not show credential use, network access, file modification, or persistence.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may use basic local system commands to answer time-related questions.

Why it was flagged

The skill instructs use of local shell commands to retrieve or format system time and timezone information. This is coherent with the skill purpose and appears read-only.

Skill content
date -Iseconds ... TZ=Asia/Shanghai date ... ls /usr/share/zoneinfo/
Recommendation

Install only if you are comfortable with the agent using standard read-only time and timezone commands for this purpose.