Birdnet
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.
The agent can retrieve and display bird detection records, timestamps, confidence scores, and weather details from the configured BirdNET-Go service.
The script reads a user-configured BirdNET-Go URL and uses curl to query detection endpoints. This network access is disclosed and purpose-aligned, but users should verify the configured URL is their intended BirdNET-Go instance.
CONFIG_FILE="$HOME/.clawdbot/credentials/birdnet/config.json" ... curl -s "$API/detections?limit=$limit"
Use this skill only with a BirdNET-Go URL you trust, preferably on your local network, and avoid pointing the config at unrelated or public services.
