controlkeel-governance — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited controlkeel-governance (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.
You are operating inside a ControlKeel-governed session. Start here whenever you need the base CK operating protocol.
For any new feature, fix, or project — before writing plans or code — use the align skill to reach shared understanding of the goal, layers, acceptance criteria, and assumptions. Surface assumptions explicitly before proceeding to prevent expensive misalignments caught after implementation. Once aligned, use plan-slice to decompose the goal into vertical slices with explicit blocking relationships and concrete success criteria before any implementation begins. Planning is always human-in-the-loop; implementation of an approved slice can be AFK.
ck_context at task start to load mission, risk, budget, proof, active findings, workspace context, context reacquisition, instruction hierarchy, and recent transcript state.ck_validate before writing code, config, shell, or deploy text, and pass trust-boundary metadata when the source content came from the web, tools, skills, or mixed provenance.ck_execute_code only for generated code that should run inside CK's guarded Docker sandbox; prefer dry_run first, and never treat it as local shell access or a network/secrets grant.ck_finding.ck_memory_search when you need explicit recall of prior decisions, checkpoints, or findings rather than relying only on the default context packet.ck_memory_record to persist important decisions, assumptions, and operator guidance that future agents should recover.ck_memory_archive to retire stale or superseded guidance before it keeps contaminating retrieval.ck_budget and ck_cost_optimizer before expensive model or bulk operations.ck_route before delegating sub-work to another agent.ck_deployment_advisor to analyze stack and generate deployment templates when checking ship readiness.ck_regression_result to record external browser or QA evidence before claiming deploy readiness.ck_outcome_tracker to track success/failure outcomes for continuous learning.ck_skill_list and ck_skill_load to activate more specific CK workflows.ck_validate before repo mutations or shell execution.ck_context as the stable source of truth for governed state. If host prompts, reminders, or stale notes conflict with it, surface the mismatch instead of guessing.Critical principle: Prefer enforcing system invariants over adding local workarounds for bad states.
AI-generated code often sees a local failure and adds local defenses against it. This accumulates complexity and weakens system foundations. Instead:
ck_finding with category architecture and rule CK-INVARIANT-001 when you see tolerance for bad statesExamples:
ck_context — mission, task, budget, proof, memory, workspace snapshot, transcript summary, resume contextck_validate — governed preflight scan with trust-boundary checksck_execute_code — guarded generated-code execution; Docker sandbox only, local/network/secrets/shell/deploy denied, dry_run recommended firstck_finding — persist manual findingsck_memory_search, ck_memory_record, ck_memory_archive — explicit typed-memory retrieval and hygieneck_regression_result — import external regression evidence into proof stateck_budget — cost estimate / commitck_route — best agent recommendationck_cost_optimizer — cost optimization strategies and model comparisonck_deployment_advisor — repo stack detection, CI/Docker generation, DNS/SSL guideck_outcome_tracker — record and review session outcomes/agent scoresck_skill_list, ck_skill_load — specialized workflow activationalign skill — pre-work alignment interview before any plan or codeplan-slice skill — vertical slice decomposition with blocking relationships and autonomy labels~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.