marketing-context

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: marketing-context Version: 1.0.0 The 'marketing-context' skill is designed to help users create and maintain brand positioning and target audience documentation. The included Python script (scripts/context_validator.py) is a safe text-processing utility that scores markdown files based on the presence of specific marketing sections, and the SKILL.md instructions appropriately guide the agent to scan the local codebase for relevant marketing information without any signs of data exfiltration or malicious intent.

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.

What this means

The agent may read marketing, documentation, and package files in the current project to produce a draft context document.

Why it was flagged

This directs the agent to inspect project files for marketing context. That is expected for the skill's purpose and includes user review, but users should know repository materials may be used.

Skill content
Study the repo — README, landing pages, marketing copy, about pages, package.json, existing docs — and draft a V1. The user reviews, corrects, and fills gaps.
Recommendation

Use it only in projects you intend to summarize, and review the draft before accepting it.

What this means

Future marketing skills may rely on the saved context, including any sensitive business information or incorrect guidance placed there.

Why it was flagged

The skill creates persistent shared context for later marketing tasks. This is the core feature, but stored customer quotes, positioning, or instructions could affect future outputs if inaccurate, stale, or overly trusted.

Skill content
Create and maintain the marketing context document that all marketing skills read before starting.
Recommendation

Review the saved marketing-context file, avoid adding secrets or confidential customer details unless intended, and update or remove stale information.