Operational Framework

PassAudited by ClawScan on May 8, 2026.

Overview

This instruction-only skill provides a coherent local change-documentation workflow, with expected persistence and file-copy examples that users should apply carefully.

This skill appears safe to install as a local workflow aid. Before using it, decide what files belong in snapshots, avoid recording secrets in logs or briefings, and review any restore command before running it because it may overwrite workspace files.

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 careless restore could replace current workspace files with older snapshot contents.

Why it was flagged

The restore example can overwrite files in the workspace. It is clearly presented as an example for the rollback workflow, but users should review paths before running it.

Skill content
cp -r rollbacks/2026-05-08_2005/* <workspace>/
Recommendation

Use restore commands only after confirming the snapshot name, target directory, and files to be overwritten.

What this means

Private implementation details or mistakes could remain in local logs and influence later work if stored without review.

Why it was flagged

The framework intentionally stores decisions, TODOs, snapshots, and briefings for later reuse. This is aligned with the purpose, but persistent context can retain sensitive or outdated information.

Skill content
"Never lose context" - Everything survives session restarts
Recommendation

Keep secrets out of decision logs and briefings, periodically prune old snapshots, and review persistent notes before relying on them.