Citation Audit

PassAudited by ClawScan on May 10, 2026.

Overview

This is a small instruction-only citation-audit skill with no code, credentials, or hidden persistence, though users should notice its planned external AI-platform querying and unused Python requirement.

This skill appears benign from the supplied artifacts. Before using it, clarify which AI platforms will be queried, what information will be sent, whether any costs or quotas apply, and why python3 is required despite there being no code in the skill.

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

Brand, competitor, and query information used for the audit may be sent to third-party AI services, and the queries may consume usage quotas or credits.

Why it was flagged

The audit process explicitly depends on sending prompts or queries to external AI platforms; this is expected for the skill, but the artifacts do not define which accounts, APIs, or data boundaries are used.

Skill content
Run 100+ queries across AI platforms
Recommendation

Confirm which AI platforms/accounts will be used and avoid including confidential strategy or unreleased business information unless you are comfortable sharing it with those providers.

What this means

The skill may request local environment capability that is not clearly needed by the supplied instructions.

Why it was flagged

The skill requires a local python3 binary even though the provided artifact set has no code files and no install spec, making the dependency appear unnecessary or under-explained.

Skill content
requires:
      bins: [python3]
Recommendation

The publisher should remove or justify the python3 requirement; users should not grant additional local execution authority unless a clear, reviewed workflow requires it.