Bird Information

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward bird-information lookup skill that fetches public pages from dongniao.net and formats the results.

This skill looks safe for its stated purpose. Before installing, note that it will access dongniao.net for lookups and that the registry does not provide a source repository or homepage.

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

Using the skill will contact dongniao.net to retrieve bird information.

Why it was flagged

The skill performs outbound web requests to fetch taxonomy and detail pages. This is disclosed and directly aligned with the bird lookup purpose.

Skill content
TAXONOMY_URL = "https://dongniao.net/taxonomy.html" ... response = requests.get(url, headers=headers, timeout=timeout)
Recommendation

Install only if you are comfortable with the skill making expected web requests to dongniao.net for bird queries.

What this means

You have less external context for who maintains the skill or where updates originate.

Why it was flagged

The registry metadata does not provide a source repository or homepage, which limits provenance review even though the included artifacts are coherent.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included files before installing and prefer a verified source or maintainer if provenance is important.