回忆录制作
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a simple memoir-interview helper whose main security-relevant behavior is saving personal story text to a local folder.
This skill looks safe to use for its stated purpose, but treat the recorded stories as personal data. Get consent from the person being interviewed, review scripts before sharing publicly, and manage or delete the local ./father_stories files if they contain sensitive memories.
Findings (1)
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.
Personal or family memories may remain on the device after the session and could be read by anyone or any process with access to that folder.
The code creates a local story directory and persists the user-provided oral-history content and tags as JSON files.
self.data_dir = data_dir ... filename = f"{self.data_dir}/memory_{timestamp}.json" ... json.dump(data, f, ensure_ascii=False, indent=4)Use the recording feature with the speaker's consent, avoid storing details you would not want kept locally, and delete or protect the ./father_stories folder when appropriate.
