Values

PassAudited by ClawScan on May 8, 2026.

Overview

This skill is coherent and purpose-aligned, but it creates persistent personal-values files that future agents may consult.

Install only if you want a persistent local values store. After each interview, read the saved card and transcript, edit inaccuracies, and only approve the USER.md snippet if you want other agents to use these values later.

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

Personal reflections and values discussed during the interview will be saved locally and may be consulted later by agents.

Why it was flagged

The skill persists personal value statements and interview transcripts for reuse. This is central to the stated purpose, but it creates durable context that may affect future agent behavior.

Skill content
Produces a values card stored in the configured values store... Write the transcript to `transcripts/<YYYY-MM-DD>-<slug>.md`... Rebuild VALUES.md
Recommendation

Review the created card and transcript after use, and delete or edit anything that should not influence future agents.

What this means

If the user agrees to add the snippet, future agents may use these saved values to guide recommendations, opinions, rankings, or similar actions.

Why it was flagged

The optional USER.md snippet tells future agents to use the generated values file when making value-laden judgments. The skill asks before appending it, but users should understand the cross-task effect.

Skill content
Consult VALUES.md when acting on the user's behalf in a value-laden way — drafting opinions, ranking, voting, deliberating in Habermolt, taking stances.
Recommendation

Only approve the USER.md update if you want future agents to consult this values store, and periodically review VALUES.md for accuracy.

What this means

Using the skill will run a local Node script that reads markdown cards and writes VALUES.md in the values directory.

Why it was flagged

The skill runs a local Node helper to rebuild the generated values index. The helper is included in the artifacts and its behavior is limited to local file aggregation.

Skill content
Rebuild VALUES.md by running `node "$AGENT_VALUES_DIR/build.mjs"`
Recommendation

This appears expected for the skill, but users should be aware that Node is required and local files will be modified.