research-detail-5eb45e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited research-detail-5eb45e (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.
Retrieve full details, sources, and context for a specific research finding or memory observation.
Use this skill when:
[/research-detail <id>]Get details for a finding by ID:
curl -s http://localhost:3200/api/findings/<id> | jqFor observations from claude-mem (memory), the ID will be numeric:
curl -s http://localhost:3200/api/knowledge/<id> | jqPass the finding ID as the argument:
/research-detail abc123 - Get details for finding abc123/research-detail 1847 - Get details for observation #1847The API returns detailed information including:
query - Original research querysummary - Short summaryfullContent - Complete research contentkeyPoints - Bullet point findings (if available)sources - Array of sources with URLs and snippetsconfidence - Quality/confidence scoredepth - Research depth (quick/medium/deep)createdAt - When the research was performedWhen you see: (confidence: 87%) [/research-detail abc123 for sources] Run: curl -s http://localhost:3200/api/findings/abc123 | jq
When you see: [Memory] observation #1847 Run: curl -s http://localhost:3200/api/knowledge/1847 | jq
curl -s http://localhost:3200/api/findings/abc123 | jq '.sources | length'/research <query> - Perform new research/research-status - Check research service status and recent activity~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.