Axiomata Vdv Core

PassAudited by ClawScan on May 13, 2026.

Overview

This appears to be a local text-analysis skill with optional local storage, with no evidence of network access, credential use, or hidden destructive behavior.

This skill looks safe to install for local analysis use. Be aware that its reinforcement step encourages memory/storage, so avoid running it on secrets or personal data unless you are comfortable with derived results being retained locally or in the agent’s memory.

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

Using the helper commands runs local code from the skill package on the text or file you provide.

Why it was flagged

The skill documents local execution of bundled Python helper scripts. This is expected for the stated analysis purpose and the supplied code shows no network calls, eval, subprocess use, or hidden execution path.

Skill content
python3 scripts/vdv_analyzer.py --input "<text>" --mode quick
Recommendation

Run the scripts only on inputs you intentionally choose, and keep using the reviewed bundled files rather than replacing them with untrusted versions.

What this means

Analysis patterns or derived content may be saved and reused later, which could expose sensitive context or bias future answers.

Why it was flagged

The protocol explicitly asks the agent to persist learned patterns. This is disclosed and aligned with the reinforcement concept, but it can retain information or influence future responses if the agent has memory enabled.

Skill content
Phase 5: REINFORCEMENT — Record the Pattern ... STORE: In your memory system
Recommendation

Ask the agent not to store sensitive analyses, and clear any local `vdv_results.json` or agent memory entries if you do not want this information retained.