dark-factory copilot-instructions.md

dark-factory copilot-instructions.md is an instructions file for GitHub Copilot from DUBSOpenHub/dark-factory. It costs 680 tokens per session, scanned A, original, MIT.

Repository instructions for Dark Factory, a GitHub Copilot CLI skill that coordinates several specialized agents and keeps code and sealed tests separate. They describe the project files, testing protocols, configuration, and required rules.

In plain words
What is it for?
Use them when developing or checking Dark Factory, including its agent prompts, test protocols, configuration, catalog, conformance script, and testing documentation.
Why use it?
They explain how the agent pipeline is organized and preserve separation between implementation and hidden tests. This helps contributors follow the project’s testing and review process.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/dubsopenhub/dark-factory/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/DUBSOpenHub/dark-factory

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dark-factory copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dubsopenhub/dark-factory/copilot-instructions.svg)](https://agentmods.dev/instructions/dubsopenhub/dark-factory/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/dubsopenhub/dark-factory/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/dubsopenhub/dark-factory/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 680 This file is loaded in full into every session.
When invoked 680 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00680 $0.00680
Opus 5 $0.00340 $0.00340
Sonnet 5 $0.00136 $0.00136
Haiku 4.5 $0.00068 $0.00068

Measured 5d ago against content hash 85f7cf267fbd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dark-factory copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/copilot-instructions.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot Instructions — Dark Factory

This repository contains Dark Factory, a GitHub Copilot CLI skill that orchestrates an agent pipeline with sealed-envelope testing and cross-family model independence (Shadow Score Spec v2.0, Level 4 — Adversarial Independence).

File map

File/Dir Purpose
SKILL.md Factory Manager orchestrator prompt (the brain)
agents/*.md 8 specialist agent prompts
templates/*.md Artifact output formats
protocols/sealed-envelope.md Isolation invariants
protocols/model-independence.md Why cross-family separation is required
protocols/checkpoint-gate.md Autonomy modes + quality gates
config.yml Tunables (invariants, families, capabilities, roles, gates, thresholds)
catalog.yml Skill metadata + file references
.github/scripts/validate_conformance.py Level 4 conformance check (CI)
docs/TESTING.md Playbooks + QA checklist
docs/ADR.md Why these decisions

Non-negotiables

  1. Sealed envelope is sacred. The Lead Engineer must never see sealed tests; the QA Sealed agent must never see code. Isolation is filesystem topology (vault outside the repo, disposable verify worktree), not prompt wording.
  2. Model independence is sacred. Seal author and implementer must be in different families. Same-family pairing biases every Shadow Score toward 0% — it overclaims quality. Phase 0 aborts on violation.
  3. Config is the source of truth. Never hardcode model names or tunables inside prompts.
  4. Agent prompts <= 200 lines. If a prompt grows, split responsibilities instead.
  5. Just a skill. Do not add runtime code, package managers, telemetry, dashboards, or plugin systems. The one exception is .github/scripts/validate_conformance.py, which runs in CI only and must stay dependency-light.
  6. Worktree isolation. All build work happens under .factory/ until delivery approval.
  7. Delivery is always human-approved, in every autonomy mode including dark.

Read the full file on GitHub · 49 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 49 lines · 680 tokens per session scan A 85f7cf267fbd

Subscribe to this mod's changes

dark-factory copilot-instructions.md is an instructions file published in the GitHub repository DUBSOpenHub/dark-factory (25 stars, last pushed 1mo ago), licensed MIT. It adds 680 tokens to every session, about $0.0034 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

agent-framework copilot-instructions.md

Copilot instructions for microsoft/agent-framework, covering github copilot instructions, repository structure and architectural decision records (adrs).

microsoft/agent-framework · 211 tokens

agent-framework python.instructions.md

Instructions for microsoft/agent-framework: See AGENTS.md for project structure and package documentation. Detailed conventions are in the agent skills under .github/skills/.

microsoft/agent-framework · 110 tokens

graph-engineering-architectures AGENTS.md

Instructions for Mark393295827/graph-engineering-architectures, covering graph engineering architectures - agent instructions, scope, change contract and required checks.

Mark393295827/graph-engineering-architectures · 459 tokens

isomux AGENTS.md

AGENTS.md instructions for nmamano/isomux, covering isomux, how to develop, formatting and linting, key decisions (do not revisit) and project layout.

nmamano/isomux · 1,985 tokens

Starlight-Intelligence-System AGENTS.md

AGENTS.md instructions for frankxai/Starlight-Intelligence-System, covering frank dna, standards, multi-agent systems & agent harnesses, 1. what makes sis unique and 2. the swarm harness process.

frankxai/Starlight-Intelligence-System · 4,999 tokens

github-azure-agentic-journeys AGENTS.md

Instructions for DanWahlin/github-azure-agentic-journeys, covering agents and skills, journeys, prerequisites, agent & skill system and available agents.

DanWahlin/github-azure-agentic-journeys · 2,944 tokens