cc-sdd-new-agent — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cc-sdd-new-agent (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.
Add a production-ready agent integration to tools/cc-sdd with complete research, implementation, and verification artifacts. Use the existing SOP and templates in this repository instead of inventing a new process.
Use plan-first as the default:
docs/cc-sdd/plans/agent-plan-{agent-id}.mdtools/cc-sdd/...Do not skip the plan document unless the user explicitly requests direct implementation.
Collect the minimum inputs before editing files:
commands-only, commands+agents, or skillsnew-agent or migrationIf any item is unclear, resolve it during Phase 1 research before creating implementation files.
Read docs/cc-sdd/sop-new-agent.md and extract all required spec details from official docs:
Record exact values (not assumptions) in the plan document.
Copy and fill:
docs/cc-sdd/templates/agent-plan-template.mdInclude:
Write the completed plan to:
docs/cc-sdd/plans/agent-plan-{agent-id}.mdBefore implementation, ensure the plan explicitly states:
commands-only, commands+agents, skills)new-agent or migrationPick the nearest existing implementation and copy from it:
commands-only: start from tools/cc-sdd/templates/agents/codex or another commands-only agentcommands+agents: start from tools/cc-sdd/templates/agents/claude-code-agent or tools/cc-sdd/templates/agents/opencode-agentskills: start from tools/cc-sdd/templates/agents/claude-code-skillsStart implementation only after the plan file exists and the user has confirmed to proceed.
Apply the standard 5 implementation steps from SOP:
tools/cc-sdd/src/agents/registry.tstools/cc-sdd/templates/manifests/{agent-id}.jsontools/cc-sdd/templates/agents/{agent-id}/...tools/cc-sdd/test/realManifest{AgentName}.test.tsFor skills integration, generate SKILL.md-based command packages under templates/agents/{agent-id}/skills/.
If the request is migration (or migration may be needed), read references/skills-migration.md and decide strategy before editing:
{agent-id}-skills as a new option)Always document compatibility impact and CLI flag impact in the plan.
Run verification in tools/cc-sdd:
npm testnpm run build && node dist/index.js --agent {agent-id} --dry-run--overwrite=force--lang ja, --lang en)If tests cannot run, explicitly report which step is blocked and why.
docs/cc-sdd/plans/agent-plan-{agent-id}.mddocs/cc-sdd/sop-new-agent.mddocs/cc-sdd/templates/agent-plan-template.mdreferences/skills-migration.mdreferences/plan-output-checklist.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.