PersonaNexus ClawHub Skill

PassAudited by ClawScan on May 1, 2026.

Overview

PersonaNexus appears to be a coherent, purpose-aligned tool for validating personality YAML files and compiling them into agent prompt formats.

This skill looks appropriate for creating and validating agent personality specifications. Review identity YAML and generated prompts before using them, especially if the YAML came from someone else, and install Python dependencies from trusted sources.

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

If you compile an identity file from an untrusted source, it could include behavioral instructions that change how an agent responds.

Why it was flagged

The skill's core output is system-prompt/personality content, which can strongly shape a downstream agent's behavior.

Skill content
Compile identity specs into system prompts for any LLM platform
Recommendation

Only compile identity YAML files you trust, and review generated prompts before using them as system or agent configuration.

What this means

Installing unpinned dependencies can produce different installed versions over time.

Why it was flagged

The setup instructions install third-party Python dependencies without pinning exact versions in the command.

Skill content
pip install pydantic pyyaml typer rich
Recommendation

Install from trusted package indexes and consider using a lockfile or pinned versions in sensitive environments.