Geepers Corpus

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill documents read-only corpus API queries, but users should verify the third-party API provider and treat the API key as sensitive.

Before installing, verify that https://api.dr.eamer.dev is the corpus provider you intend to use, use a dedicated API key, and avoid sending sensitive or private text unless you trust that service.

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

The agent may use this key when making corpus API requests, so the key should be limited to this service and not reused elsewhere.

Why it was flagged

The skill instructs users to provide an API key. That is expected for an authenticated API service, but it is still a credential and the registry metadata does not declare a primary credential.

Skill content
export DREAMER_API_KEY=your_key_here
Recommendation

Use a dedicated, least-privilege API key if available, and remove or rotate it when no longer needed.

What this means

Users have less information to confirm who operates the API endpoint before sending queries or using an API key.

Why it was flagged

The skill depends on an external corpus API, but the registry metadata provides no source or homepage for users to validate the service provenance.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the API provider and documentation out of band before installing or configuring credentials.

What this means

A user may assume the API is an official or familiar COCA service without confirming the actual provider.

Why it was flagged

The registry/skill naming, document title, and API host use different branding, which could confuse users about whether this is the expected corpus provider.

Skill content
name: geepers-corpus ... # Dreamer Corpus ... Access the COCA corpus API at `https://api.dr.eamer.dev`.
Recommendation

Confirm the endpoint, branding, and terms of service before trusting results or supplying credentials.