chatcrystal-debug-recall — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited chatcrystal-debug-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 when the task is clearly about diagnosis or debugging. Keep the skill thin and let ChatCrystal Core handle retrieval.
recall_for_task is available, call it before proposing a fix with:mode: "debug"task.goal: the concrete debugging objectivetask.task_kind: "debug"task.project_dir and task.cwd when knowntask.branch when knowntask.related_files or task.files_touched when knowntask.error_signatures populated with the most useful identifiers availableUse this shape when calling recall_for_task for debugging:
{
"mode": "debug",
"task": {
"goal": "Diagnose failing build after TypeScript upgrade",
"task_kind": "debug",
"project_dir": "/path/to/project",
"cwd": "/path/to/project",
"branch": "upgrade/typescript",
"related_files": [
"server/src/cli/mcp/server.ts",
"tsconfig.base.json"
],
"error_signatures": [
"TS2322",
"Type is not assignable"
],
"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_memories primary and global_memories secondary.no-matches, continue debugging normally.If ChatCrystal Core or the MCP tool is unavailable:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.