Seo Keyword Pro
Analysis
No destructive behavior is shown, but the tool appears to present randomly simulated SEO and ranking data as a paid AI keyword product, so it should be reviewed before relying on it.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
const current = Math.floor(Math.random() * 50) + 1; const previous = current + Math.floor(Math.random() * 10) - 5;
These random values are returned from the rank-tracking flow, while the skill is marketed as keyword research, rank tracking, and competitor analysis; nearby code also labels keyword and competitor data as simulated.
Source: unknown
The registry metadata does not identify a verified source for the package, which is a provenance gap even though the supplied package has no dependencies or install script.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
this.apiKey = options.apiKey || process.env.SEO_API_KEY;
The skill can read an API key from options or the local environment even though the registry declares no required credentials or environment variables.
