Codon
Analysis
Codon appears to be a straightforward local memory-folder organizer; it only creates and uses workspace files, but those files can persistently store personal or business notes.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
If `MEMORY/` does not exist in this workspace, run it once:
```
bash {baseDir}/init.sh
```The skill asks for execution of a bundled shell script during setup. The included init.sh shows this is a disclosed, purpose-aligned initializer that creates MEMORY folders and index files.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Write to `MEMORY/<area>/<XX.YY-description>.md` ... People | Contacts, clients, team members
The skill is designed to persist agent memory in markdown files, including potentially personal or business information such as contacts, clients, team members, projects, and work notes.
