Umeå Lunch
Analysis
This skill appears to do what it says: fetch public Umeå lunch-menu data from the disclosed website, with no credential use, persistence, or hidden data access shown.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
url = "https://umealunchguide.se/" ... urllib.request.urlopen(req, timeout=30)
The skill performs a live network request to a fixed, disclosed website. This is expected for the lunch-menu purpose, but users should be aware that invoking it contacts an external site.
Source: unknown; Homepage: none
The registry metadata does not provide an upstream source or homepage. The included code is small and reviewable, so this is a provenance note rather than a material concern.
