Weather Pollen
Analysis
This skill appears purpose-aligned and benign, but users should know it sends configured coordinates to external weather services and its pollen lookup is hard-coded to Anna, TX.
Findings (3)
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.
'https://www.pollen.com/api/forecast/current/pollen/75409'
The pollen API endpoint is fixed to ZIP 75409, so pollen results are not actually location-variable even though the skill description says reports are for any location.
Source: unknown; Homepage: none
The registry metadata does not provide a source repository or homepage, which limits provenance review. The included artifacts do not show a remote installer, hidden helper, or suspicious dependency behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`https://api.open-meteo.com/v1/forecast?latitude=${WEATHER_LAT}&longitude=${WEATHER_LON}`The skill sends configured latitude and longitude values to an external weather provider. This is disclosed and necessary for the weather feature, but it is still location sharing.
