Neomano Astro Events (Local Sky + ISS)
PassAudited by ClawScan on May 1, 2026.
Overview
This astronomy skill appears purpose-aligned and only performs local calculations plus disclosed public-data downloads and Python dependency setup.
Before installing, note that setup installs Python dependencies and the ISS feature downloads public orbital data. The provided artifacts do not show credential use, local file scanning, exfiltration, or destructive behavior.
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.
Installing the skill may download current versions of third-party packages, which could change over time.
The setup installs third-party Python packages without version pins. This is expected for the skill's astronomy calculations, but users inherit normal package-index supply-chain risk.
run([py, "-m", "pip", "install", "skyfield", "pytz"])
If reproducibility matters, pin dependency versions or review the packages before running setup.
Running ISS predictions requires outbound network access to fetch public satellite data.
The skill downloads public ISS orbital data from Celestrak. This is disclosed in SKILL.md and aligned with the optional ISS pass feature.
url = "https://celestrak.org/NORAD/elements/stations.txt"
Allow the network request only if you are comfortable fetching public orbital data; no credential or user file access is shown.
