Table Mountain Status

PassAudited by ClawScan on May 1, 2026.

Overview

The skill coherently fetches public Table Mountain cableway status data, with the main things to review being its unknown source and optional recurring Telegram cron alerts.

This skill appears safe for its stated purpose. Before installing, be aware that its source is not linked, and only enable the sample cron/Telegram reporting job if you want ongoing automated messages and know how to turn it off.

Findings (2)

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

You have less context for who authored or maintains the skill.

Why it was flagged

The artifacts do not provide an upstream source or homepage for provenance checking, though the provided code is small and self-contained.

Skill content
Source: unknown
Homepage: none
Recommendation

Install only if you trust the registry publisher and the included artifacts; consider asking the publisher for an upstream repository or homepage.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If you enable the example cron job, the agent will keep sending repeated Telegram reports until the job is disabled or removed.

Why it was flagged

The SKILL.md documents an optional recurring cron job that causes the agent to run the script and send Telegram updates every 10 minutes.

Skill content
"schedule": { "kind": "every", "everyMs": 600000 } ... "Post the summary to Master on Telegram"
Recommendation

Enable the cron job only intentionally, verify the Telegram recipient, and use the documented disable/remove steps when alerts are no longer needed.