Card Credits

PassAudited by ClawScan on May 1, 2026.

Overview

This is an informational web lookup skill for credit-card benefit data; its only notable risk is optional use of a Brave Search API key and curl for searches.

This appears safe as an informational card-benefits lookup skill. Before installing, note that it uses web search/fetch and can optionally use your Brave Search API key via curl; avoid configuring that key unless you want those card-related queries sent through Brave.

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

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.