chatcrystal-task-recall — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chatcrystal-task-recall (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill as a thin workflow on top of ChatCrystal Core. Do not invent a parallel memory system in the skill.
implement, refactor, migration, config, investigate, or optimization work.recall_for_task is available, call it before substantive work with:mode: "task"task.goal: the concrete task objectivetask.task_kind: the best matching task kindtask.project_dir and task.cwd when repository context existstask.branch when knowntask.related_files or task.files_touched when knowntask.source_agent when the runtime has a stable valueproject_memories as primary context and global_memories as supplemental context.Use this shape when calling recall_for_task for implementation or investigation work:
{
"mode": "task",
"task": {
"goal": "Add a paginated notes export endpoint",
"task_kind": "implement",
"project_dir": "/path/to/project",
"cwd": "/path/to/project",
"branch": "feature/export-notes",
"related_files": [
"server/src/routes/notes.ts",
"shared/types/index.ts"
],
"source_agent": "codex"
},
"options": {
"project_limit": 5,
"global_limit": 3,
"include_relations": true
}
}Full mode requires ChatCrystal Core plus MCP access to recall_for_task.
project_key.no-project-key or no-matches, but do not treat them as failures.If ChatCrystal Core or the MCP tool is unavailable:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.