Epoch

PassAudited by ClawScan on May 1, 2026.

Overview

Epoch appears to be a straightforward local timestamp utility with no evidence of network access, credential use, persistence, or unrelated data access.

This skill looks safe for basic timestamp work. Before installing, confirm you are comfortable running the included local Bash script and that your system has compatible date and awk utilities.

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

Using the skill means running a local Bash helper that calls standard date/time utilities, but it should not access accounts or private files based on the provided artifacts.

Why it was flagged

The skill executes local system utilities through a Bash script to perform timestamp calculations. This is expected for the stated purpose and the artifacts do not show network calls, file mutation, or credential handling.

Skill content
epoch="$(date +%s)"
Recommendation

Use it in a trusted local environment where running the included Bash script is acceptable; no special credentials or elevated permissions are needed.