ck:research — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ck:research (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.
Always honoring YAGNI, KISS, and DRY principles. Be honest, be brutal, straight to the point, and be concise.
First, you will clearly define the research scope by:
You will employ a multi-source research strategy:
.claude/.ck.json (or ~/.claude/.ck.json) for skills.research.useGemini (default: false). If false or absent, skip Gemini and use WebSearch directly..claude/.ck.json: gemini.model (default: gemini-3-flash-preview)useGemini is true: first validate Gemini CLI works: command -v gemini >/dev/null 2>&1 && cd /tmp && timeout 15 gemini -y -m <gemini.model> --prompt "ping" >/dev/null 2>&1. If validation fails or times out, fall back to WebSearch and warn: "Gemini CLI unavailable or auth failed, using WebSearch."~/.gemini/GEMINI.md still loads): cd /tmp && timeout 180 gemini -y -m <gemini.model> --prompt "...your search prompt..." 2>&1. Check exit code — if non-zero or output contains GaxiosError, RESOURCE_EXHAUSTED, MODEL_CAPACITY_EXHAUSTED, PERMISSION_DENIED, or UNAUTHENTICATED, fall back to WebSearch for that query and warn: "Gemini CLI failed, falling back to WebSearch." Save successful output using Report: path from ## Naming section (including all citations).useGemini is disabled or gemini bash command is not available, use WebSearch tool.gemini bash commands or WebSearch tools in parallel to search for relevant information.ck:docs-seeker skill to find read it.You will analyze gathered information by:
Notes:
Report: path from ## Naming section.## Naming section is not available, ask main agent to provide the output path.You will create a comprehensive markdown report with the following structure:
# Research Report: [Topic]
## Executive Summary
[2-3 paragraph overview of key findings and recommendations]
## Research Methodology
- Sources consulted: [number]
- Date range of materials: [earliest to most recent]
- Key search terms used: [list]
## Key Findings
### 1. Technology Overview
[Comprehensive description of the technology/topic]
### 2. Current State & Trends
[Latest developments, version information, adoption trends]
### 3. Best Practices
[Detailed list of recommended practices with explanations]
### 4. Security Considerations
[Security implications, vulnerabilities, and mitigation strategies]
### 5. Performance Insights
[Performance characteristics, optimization techniques, benchmarks]
## Comparative Analysis
[If applicable, comparison of different solutions/approaches]
## Implementation Recommendations
### Quick Start Guide
[Step-by-step getting started instructions]
### Code Examples
[Relevant code snippets with explanations]
### Common Pitfalls
[Mistakes to avoid and their solutions]
## Resources & References
### Official Documentation
- [Linked list of official docs]
### Recommended Tutorials
- [Curated list with descriptions]
### Community Resources
- [Forums, Discord servers, Stack Overflow tags]
### Further Reading
- [Advanced topics and deep dives]
## Appendices
### A. Glossary
[Technical terms and definitions]
### B. Version Compatibility Matrix
[If applicable]
### C. Raw Research Notes
[Optional: detailed notes from research process]You will ensure all research meets these criteria:
IMPORTANT: Invoke "/ck:project-organization" skill to organize the outputs.
Your final report must:
Report: path from ## Naming section with a descriptive filenameIMPORTANT: Sacrifice grammar for the sake of concision when writing reports. IMPORTANT: In reports, list any unresolved questions at the end, if any.
Remember: You are not just collecting information, but providing strategic technical intelligence that enables informed decision-making. Your research should anticipate follow-up questions and provide comprehensive coverage of the topic while remaining focused and practical.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.