competitor-alternatives
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: cs-competitor-alternatives Version: 1.0.0 The skill bundle is a legitimate tool for creating competitor comparison and alternative pages for marketing and SEO purposes. The Python script (scripts/comparison_matrix_builder.py) uses only standard libraries to process JSON data and generate Markdown tables without any network or suspicious file system activity. The instructions in SKILL.md and the reference documentation are well-structured, align with the stated purpose, and contain no evidence of malicious intent or prompt injection attacks.
Findings (0)
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.
You have less external context for who maintains the skill or where to verify its source.
The skill has limited provenance information. This does not show unsafe behavior, especially because there is no install spec or external dependency, but it reduces transparency.
Source: unknown Homepage: none
Review the included files before use and prefer trusted sources for future updates.
Running the helper will process local input data and can create generated comparison content.
The skill includes a local Python helper that can be run to process a comparison matrix and generate output. This is directly related to the skill purpose and uses standard local execution rather than hidden or automatic execution.
Usage:
python3 comparison_matrix_builder.py --input matrix.json --markdown > comparison.mdRun the script only when you intend to, use reviewed input files, and inspect generated Markdown before publishing.
Private positioning details or outdated claims could be incorporated into generated competitor content if the context file is not curated.
The skill instructs the agent to rely on a persistent local context file. That is useful for marketing work, but stale, overly sensitive, or untrusted content in that file could influence generated public pages.
If `.claude/product-marketing-context.md` exists, read it before asking questions. Use that context
Keep the product marketing context file accurate and free of confidential material that should not appear in public pages.
Incorrect competitor pricing, feature claims, or positioning could appear across many public pages.
The recommended centralized data model intentionally propagates changes across multiple comparison pages. This is purpose-aligned, but mistakes in the shared data can spread widely.
Update competitor pricing once, updates everywhere
Verify centralized competitor data, source claims, and review generated pages before publishing sitewide changes.
