Agent DNA

ReviewAudited by ClawScan on May 10, 2026.

Overview

This local identity-export tool is mostly purpose-aligned, but its bundled/generated prompts can make an agent adopt the author's persona, copy rules into subagents, and preserve sensitive memory details.

Use this only with identity files and DNA files you trust. Before importing any generated prompt/config into an agent, review it for persona takeover, no-approval action rules, subagent propagation, and private data. Do not use the bundled Nix exports as your own agent identity unless that is intentional.

Findings (3)

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 loaded into another agent, the agent may follow the bundled Nix/Chartist identity instead of the user's intended instructions.

Why it was flagged

A bundled export is written as a system prompt that can replace the agent's identity and trust relationship if a user imports it.

Skill content
You are Nix, an independent AI agent. ... Your primary human is Chartist. ... Trust fully.
Recommendation

Do not import bundled DNA or generated prompts as system instructions unless you explicitly want that persona; review and edit all identity, trust, and authority directives first.

What this means

An agent that adopts this identity could copy the same rules into spawned agents and expand the behavior beyond the original task.

Why it was flagged

The generated identity includes a self-propagating subagent instruction, not just a passive style description.

Skill content
ALWAYS imprint SOUL.md rules on subagents. Every spawn must include: ... Subagents ARE me.
Recommendation

Remove or tightly scope subagent-spawning and rule-imprinting instructions before using exported prompts in any agent framework.

What this means

Sharing or importing DNA/export files may expose private relationships, contact details, operating context, or poisoned instructions from memory files.

Why it was flagged

A bundled portable identity export contains relationship data and a personal email address, showing that DNA/export files can carry sensitive memory details.

Skill content
"notes": "Practise.info user - anugrahdanielmanohar@gmail.com"
Recommendation

Run the encoder only on intended files, inspect generated .dna.json and export files, and redact personal or private details before sharing or importing them.