Card Credits

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.

What this means

If this optional path is used, the card query may be sent to Brave Search through an API request.

Why it was flagged

The skill documents an optional raw API call through curl. It is limited to search, disclosed, and aligned with the skill's purpose, but users should notice that it depends on an external API path.

Skill content
If `BRAVE_API_KEY` is available and the runtime also provides `curl`, you may use Brave Search API instead
Recommendation

Use the default WebSearch/WebFetch path unless you intentionally want to configure Brave Search; ensure any curl/API use stays limited to the documented search template.

What this means

Providing this key would allow the skill's search request to authenticate to Brave Search under that API credential.

Why it was flagged

The skill can use an optional API key for Brave Search. This is a credential, but it is disclosed and only tied to the search function.

Skill content
optionalEnv:
        - BRAVE_API_KEY
Recommendation

Only provide a Brave API key if you are comfortable using Brave Search for these lookups, and use a key scoped only to search if possible.