Ai Search Rank Tracker

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a normal AI visibility tracker, but it uses local setup commands and third-party AI provider keys that users should handle carefully.

Before installing, check the bootstrap script/package files, use separate API keys with spending limits, keep `.env` private, and avoid putting confidential business data into prompt sets sent to external AI providers.

Findings (3)

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

Running the bootstrap can modify the local project environment or install dependencies.

Why it was flagged

The skill asks the user to run a local shell script. This is disclosed and purpose-aligned for setup, but users should recognize that it executes local code.

Skill content
Use the one-click bootstrap:

```bash
bash scripts/install.sh
```
Recommendation

Review the install script and package files before running the bootstrap, and run it from a trusted checkout.

What this means

Provider API keys may incur charges or expose access to AI accounts if mishandled.

Why it was flagged

The skill expects provider API credentials. That is normal for querying AI engines, but the credentials can spend quota or access provider accounts.

Skill content
- Configure keys in `.env`
- OpenAI-compatible backends are supported
- Anthropic is supported
- OpenRouter / EZRouter-compatible setups can be wired through environment variables
Recommendation

Use dedicated provider keys where possible, set spending limits, keep `.env` private, and avoid committing keys to shared repositories.

What this means

Brand names, aliases, prompt sets, and possibly competitive strategy terms may be sent to external AI providers.

Why it was flagged

The core workflow sends brand and prompt data to external AI engines or compatible provider backends. This is expected for the stated purpose, but users should treat it as a third-party data flow.

Skill content
Track whether ChatGPT, Claude, Gemini, and Perplexity recommend a startup or brand across a prompt set.
Recommendation

Do not include confidential strategy, unreleased product details, or sensitive customer data in prompt sets unless the chosen provider’s privacy terms are acceptable.