interlock-ops

Interlock Operations Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "interlock-ops" with this command: npx skills add culpritchaos/interlock/culpritchaos-interlock-interlock-ops

Interlock Operations Skill

This skill governs operational behavior for Interlock enforcement.

Core Rules

  1. Never Publish Enforcement Heuristics

Enforcement logic is internal. Never commit or document:

  • Threshold values for enforcement decisions

  • Specific trigger conditions

  • Bypass mechanisms or exceptions

  • Internal scoring algorithms

Reason: Publishing enforcement heuristics enables gaming.

  1. Every Enforcement Action Must Emit a Receipt

No silent enforcement. Every action must produce:

{ "action": "refusal|degradation|allowance", "timestamp": "2026-01-10T12:00:00Z", "reason": "quality_floor_breach", "incident_id": "int-123456", "confidence": 0.45, "threshold": 0.80 }

  1. Receipt Format Changes Require Validation

Before changing receipt schema:

  • Update the schema definition

  • Create positive test fixture

  • Create negative test fixture

  • Run ./scripts/claude/receipt_audit.sh

  • Verify both positive and negative tests pass

  1. Any Failure = Degrade/Refuse

Never allow silent passes:

Scenario Action

Validator unavailable REFUSE

Schema mismatch REFUSE

Confidence unknown REFUSE

Timeout DEGRADE

Partial data DEGRADE

Receipt Lifecycle

  1. EMIT → Receipt generated at decision point
  2. SIGN → Cryptographic signature applied
  3. STORE → Written to forensic log
  4. VERIFY → Schema validation on read
  5. AUDIT → Periodic integrity check

Validation Commands

Full receipt audit with negative tests

./scripts/claude/receipt_audit.sh

Public safety check (no secrets in receipts)

./scripts/claude/public_safety_check.sh

Schema Files

File Purpose

schemas/interlock_event.schema.json

Event schema definition

schemas/golden_fixture.jsonl

Known-good test fixtures

receipts/examples/operatorpack_example_pass.json

Valid receipt

receipts/examples/operatorpack_example_fail.json

Invalid receipt (for negative test)

Prohibited Actions

  • Publishing enforcement thresholds

  • Silent passes on validation failures

  • Modifying receipts after signing

  • Skipping negative tests

  • Committing real receipts to public repo

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

multi-agent-coordination

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

governed-dev

No summary provided by upstream source.

Repository SourceNeeds Review
General

maintainer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

Financial Ai Agent

查询金融行情数据(股票、黄金、原油等)。当用户提到查询行情、价格、指数、股票时使用。例如:'查询纳斯达克'、'现在金价多少'、'标普最近一周表现'、'设置我的key'、'替换key'。

Registry SourceRecently Updated