railil - Israel Railways train station schedule

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 skill adds an external CLI package to the user's system, so its behavior depends on the npm package that is installed.

Why it was flagged

The skill depends on installing a third-party npm package globally. This is expected for a CLI-wrapper skill, but the install command is not version-pinned.

Skill content
npm install -g railil
Recommendation

Install only if you trust the railil npm package and homepage; consider pinning or verifying the package version in controlled environments.