Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

E2007 Critical Circuit Safety Margin

ASecurity

Evaluate the safety margin demonstrated for critical circuits and electro-explosive device firing lines under ECSS-E-ST-20-07C clause 5.3.2. Use when induced levels have been measured on a firing line or a safety-critical circuit: convert threshold and induced level into decibels with the amplitude or power multiplier, derate the no-fire level before the comparison, apply the margin required for the circuit category, report the shortfall and the worst-case line, and hold the verification whil...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongo

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e2007-critical-circuit-safety-margin --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Critical Circuit Safety Margin?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for E2007 Critical Circuit Safety Margin
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-critical-circuit-safety-margin/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-critical-circuit-safety-margin)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: e2007-critical-circuit-safety-margin
description: "Evaluate the safety margin demonstrated for critical circuits and electro-explosive device firing lines under ECSS-E-ST-20-07C clause 5.3.2. Use when induced levels have been measured on a firing line or a safety-critical circuit: convert threshold and induced level into decibels with the amplitude or power multiplier, derate the no-fire level before the comparison, apply the margin required for the circuit category, report the shortfall and the worst-case line, and hold the verification while any line falls short. Trigger: ecss, e-st-20-electrical-scope, eed-firing-line-margin, no-fire-current-derating, critical-circuit-safety-margin-db, induced-level-margin-check, worst-case-circuit-margin, firing-line-verification-hold."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
domain: space-systems
pack: space-systems
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-20-electrical-scope, e2007-critical-circuit-safety-margin, eed-firing-line-margin, no-fire-current-derating, critical-circuit-safety-margin-db, induced-level-margin-check, worst-case-circuit-margin]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electrical Verification — Safety Margin for Critical Circuits and EED Firing Lines (space-systems/ecss/e2007-critical-circuit-safety-margin)

Use when the task is the ECSS-E-ST-20-07C clause 5.3.2 demonstration of
margin on a critical circuit or an electro-explosive device firing line --
turning a response threshold and a measured induced level into a margin in
decibels, derating the no-fire level first, grading each circuit against the
requirement for its category, and holding the verification on the worst line.

## Domain quick reference

- Surviving the test is not the demonstration. A circuit that failed to
  respond at the levels that happened to be applied has shown nothing about
  how close it came. The deliverable is the distance in decibels between
  the level induced on the circuit and the level at which it responds.
- The multiplier follows the quantity, not the habit. An amplitude reading
  -- a current or a voltage -- takes twenty times the base-ten logarithm of
  the ratio; a power reading takes ten. Applying the amplitude form to a
  power reading doubles the claimed margin and is the common way a line is
  reported safe when it is not.
- A firing line is never compared with the bare no-fire level. The no-fire
  level is derated first, so the spread across a bridgewire population and
  the measurement uncertainty sit inside the demonstration instead of being
  argued around it afterwards.
- The requirement follows what the circuit does. A firing line and a
  safety-critical circuit carry the largest requirement, a mission-critical
  circuit less, a non-critical circuit least; all of them are specification
  values and all of them are overridable for a programme that sets its own.
- A negative margin is a real result, not an input error. An induced level
  above the threshold is reported as a negative margin and a shortfall, so
  the record shows how far the line is inside its response region.
- The demonstration is graded on the worst line, and the report names it.
  An average margin over a set of circuits describes no circuit at all.
- A vehicle carrying initiators shows a firing line on the record. A
  demonstration listing only signal circuits has not covered the lines that
  fire something.

## Workflow

1. Resolve the margin specification: the required margin for each circuit
   category and the derating factor applied to a no-fire level. Reject an
   unrecognized key, a negative requirement, or a derating factor outside
   the unit interval.
2. For each circuit, read its category and quantity kind and select the
   decibel multiplier from the quantity kind, never from the category.
3. Derate the threshold where the category calls for it, and keep both the
   stated threshold and the applied threshold on the record.
4. Compute the margin from the applied threshold and the induced level, and
   compare it with the requirement for the category through a named
   tolerance so a boundary case decides the same way on every host.
5. Record the shortfall for every circuit that falls short, and rank the
   set by margin remaining above each circuit's own requirement.
6. Confirm a firing line is on the record when the vehicle carries
   initiators, then aggregate the findings and emit the gate token. Only an
   empty finding list declares the margin demonstrated.

## Pitfalls

- Grading a power measurement with the amplitude multiplier. The claimed
  margin doubles, and a line that holds 10 dB is reported as holding 20.
- Comparing an induced level with the bare no-fire level. The derating is
  what covers the bridgewire spread, and skipping it moves an uncertainty
  out of the numbers and into an argument.
- Ranking circuits by raw margin. A non-critical line holding 8 dB against
  a 6 dB requirement is healthier than a firing line holding 18 dB against
  20, so the ranking is on margin remaining above each requirement.
- Reporting an average margin for the set. The demonstration is only as
  good as the worst line, which is why that line is named.
- Treating an induced level above the threshold as bad data. It is a
  negative margin and belongs in the report as one.
- Asserting a strict inequality on a decibel value that should land exactly
  on its requirement. A base-ten logarithm is not correctly rounded, so the
  comparison is made through a named tolerance and the boundary case is
  asserted on the decision, not on the rounding direction.
- Listing only signal circuits on a vehicle that carries initiators. The
  lines that fire something are the ones the clause exists for.

## Behavior contract (gate 3)

The specification resolution, quantity-kind multiplier, no-fire derating,
decibel margin, category requirement, shortfall, worst-case ranking and
gate-token logic is exercised by the gate 3 contract test:
`scripts/test_e2007_critical_circuit_safety_margin.py` against
`scripts/e2007_critical_circuit_safety_margin_logic.py` (stdlib unittest,
offline).
Run: python3 scripts/test_e2007_critical_circuit_safety_margin.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- compliance: STANDARDS-REF, gated: false.

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →