AURA

PassAudited by ClawScan on May 1, 2026.

Overview

AURA is a coherent, instruction-only personality configuration skill, with the main caution that it creates a persistent workspace file that can influence future agent behavior.

This skill appears safe to install if you want persistent personality settings. Before using it, review the AURA.yaml it creates, be cautious with high autonomy settings, and make sure any AGENTS.md startup loading rule only applies in workspaces you trust.

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

A high-autonomy profile may make the agent more willing to proceed without asking, even though no code or privileged tool use is included in this skill.

Why it was flagged

The skill explicitly allows the user to tune how independently the agent behaves. This is central to the personality configuration purpose, but it can affect when the agent asks for permission.

Skill content
"How much should I act on my own vs ask permission?" ... "autonomy | Asks permission | Acts independently"
Recommendation

Keep autonomy settings conservative for sensitive work, and continue requiring explicit approval for impactful actions.

What this means

Anyone or anything that changes AURA.yaml in the workspace could influence the agent's future response style for that workspace.

Why it was flagged

The skill stores persistent personality instructions in a workspace file and recommends loading them at future session startup. This is disclosed and purpose-aligned, but the file becomes reusable context that can shape later behavior.

Skill content
"Creates or updates `AURA.yaml` in workspace" and "If AURA.yaml exists in workspace, read it at session start and apply the personality traits to all responses."
Recommendation

Use this only in trusted workspaces, review AURA.yaml before relying on it, and avoid placing unrelated instructions or secrets in the file.