Persona Docs

PassAudited by ClawScan on May 1, 2026.

Overview

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.

This 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.

What this means

The agent may read project documentation/code context and add or edit persona documentation files.

Why it was flagged

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.

Skill content
`Analyze the codebase` ... `Place persona docs at: docs/PERSONA.md` ... `docs/personas/`
Recommendation

Use it only in the intended project and review generated file changes before committing or sharing them.

What this means

Installing from a remote or latest-style source can fetch content that changes over time.

Why it was flagged

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.

Skill content
`npx add https://github.com/wpank/ai/tree/main/skills/writing/persona-docs` and `npx clawhub@latest install persona-docs`
Recommendation

Prefer a trusted registry/source and pin a version or commit when reproducibility matters.