Back to skill
v0.1.0

Persona Docs

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:32 AM.

Analysis

Persona Docs is an instruction-only documentation skill that appears purpose-aligned, with ordinary cautions about reviewing generated repo files and using a trusted install source.

GuidanceThis skill appears safe for its stated purpose. Before installing, verify the source you install from; when using it, review any persona docs it creates or edits, especially if your repository contains private product or user-research details.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
`Analyze the codebase` ... `Place persona docs at: docs/PERSONA.md` ... `docs/personas/`

The skill may inspect local project files and create documentation files. This is expected for a documentation skill, but it affects the user's repository.

User impactThe agent may read project documentation/code context and add or edit persona documentation files.
RecommendationUse it only in the intended project and review generated file changes before committing or sharing them.
Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
README.md
`npx add https://github.com/wpank/ai/tree/main/skills/writing/persona-docs` and `npx clawhub@latest install persona-docs`

The README documents unpinned remote/latest install commands. They are user-directed setup steps, not automatic execution, but users should trust the source before installing.

User impactInstalling from a remote or latest-style source can fetch content that changes over time.
RecommendationPrefer a trusted registry/source and pin a version or commit when reproducibility matters.