ARES Business Registry (CZ)

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to query the public Czech ARES registry as described, with only minor notes about external API use and incomplete runtime metadata.

This looks safe for public Czech business-registry lookups. Before installing, be aware that search terms are sent to ares.gov.cz, ensure Python 3 is available, and verify or avoid the referenced ./ares wrapper unless it is included and reviewed.

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

Your business-search inputs are sent to the Czech ARES service to retrieve public registry data.

Why it was flagged

The script makes outbound HTTP requests to the ARES registry, which is central to the skill's stated lookup purpose but means entered ICO/name/city/NACE queries are sent to that external service.

Skill content
DEFAULT_BASE = "https://ares.gov.cz/ekonomicke-subjekty-v-be/rest"
Recommendation

Use it for intended public registry lookups and avoid entering unrelated private information in search fields.

What this means

The skill may require Python 3 to be present, and users should verify any wrapper they use is the expected one.

Why it was flagged

The metadata does not declare runtime requirements even though SKILL.md directs use of python3 and references a recommended ./ares wrapper; the manifest includes scripts but no wrapper file.

Skill content
Required binaries (all must exist): none ... Install specifications: No install spec
Recommendation

Prefer invoking the included Python script directly unless the ./ares wrapper is added and reviewed; publishers should declare python3 and include or remove the wrapper reference.