catime
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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
Installing the package gives that external package code the ability to run locally as part of using the skill.
Why it was flagged
The skill depends on installing an external Python package without a pinned version. This is expected for the stated CLI-based purpose, but it creates a normal package-provenance consideration for users.
Skill content
kind: pip
package: catime
...
pip install catimeRecommendation
Before installing, confirm the PyPI/GitHub package is the intended catime project and consider using a pinned version or isolated environment.
