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 Test Cable Representativeness

ASecurity

Use when verify that a harness-sample wired onto an electromagnetic-compatibility bench reproduces the flight harness build practice of ECSS-E-ST-20-07C clause 5.2.6.6.1: compare twist-lay-length and the resulting twists-per-metre against the flight run, categorize the shield-construction as braid, foil, braid-over-foil or unshielded and compare braid-optical-coverage, categorize the shield-termination as circumferential-backshell, pigtail or unterminated, bound the pigtail self-inductance th...

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

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-test-cable-representativeness --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Test Cable Representativeness?

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

Security grade badge for E2007 Test Cable Representativeness
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-test-cable-representativeness/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-test-cable-representativeness)

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

Download with Pro
Files
SKILL.md
---
name: e2007-test-cable-representativeness
description: "Use when verify that a harness-sample wired onto an electromagnetic-compatibility bench reproduces the flight harness build practice of ECSS-E-ST-20-07C clause 5.2.6.6.1: compare twist-lay-length and the resulting twists-per-metre against the flight run, categorize the shield-construction as braid, foil, braid-over-foil or unshielded and compare braid-optical-coverage, categorize the shield-termination as circumferential-backshell, pigtail or unterminated, bound the pigtail self-inductance that a flight backshell would never add, and check the exposed run-length the setup geometry demands. Trigger: ecss, e-st-20-07c, harness-sample-representativeness, twist-lay-length, twists-per-metre, braid-optical-coverage, shield-termination-backshell, pigtail-inductance, exposed-run-length."
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-test-cable-representativeness, harness-sample-representativeness, twist-lay-length, twists-per-metre, braid-optical-coverage, shield-termination-backshell, pigtail-inductance]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electromagnetic Compatibility — Test Cable Representativeness (space-systems/ecss/e2007-test-cable-representativeness)

Use when the task is the harness-sample rule of ECSS-E-ST-20-07C
clause 5.2.6.6.1 -- showing that the cable a unit is wired up with for
an electromagnetic-compatibility run is built the way the flight
harness is built, in twisting, in shielding and in how the shield is
landed, rather than being a convenient bench lash-up.

## Domain quick reference

- The harness is the dominant coupling structure in most unit-level
  runs. Conducted emission leaves through it, radiated emission is
  largely radiated by it, and injected disturbance enters through it.
  A sample that differs from the flight build in twisting, shielding or
  termination measures a different antenna, so the result describes the
  bench and not the spacecraft.
- Twisting is captured by the lay length -- the axial distance for one
  full twist -- which converts directly to twists per metre. Tighter
  twisting shrinks the loop area of the differential pair and cuts
  magnetic-field coupling; an untwisted or loosely twisted sample
  standing in for a tightly twisted flight pair overstates susceptibility
  and can understate emission from the balanced mode.
- Shield construction splits into braid, foil, braid-over-foil and
  unshielded. Braid is graded by optical coverage, the fraction of the
  surface the braid actually closes, which drives the transfer
  impedance at the frequencies the run covers. Foil closes the surface
  fully but has no mechanical robustness and a higher resistance, so a
  foil sample is not a substitute for a braid one even at equal
  nominal coverage.
- Termination is where most of the representativeness is lost. A
  circumferential-backshell lands the shield around its whole
  circumference and keeps the transfer impedance low. A pigtail
  gathers the shield into a short wire, and that wire is a series
  inductance in the shield return, which lifts the transfer impedance
  steeply with frequency. Substituting a pigtail for a flight backshell
  is one of the most common ways a bench result goes optimistic on
  susceptibility and pessimistic on emission at once.
- Pigtail self-inductance follows the round-wire relation, growing with
  the pigtail length and falling only weakly with conductor diameter,
  which is why a pigtail is bounded by length rather than trimmed by
  using thicker wire.
- The exposed run-length matters as well: the setup geometry assumes a
  declared length of harness running parallel to the ground plane at a
  declared height, and a short sample simply presents less coupling
  structure to the measurement.

## Workflow

1. For each harness run in the setup, resolve the flight build and the
   sample build. Reject a run whose shield or termination hardware is
   declared inconsistently.
2. Convert both lay lengths to twists per metre and compare the sample
   against the flight run using the declared tolerance fraction. Flag a
   sample that is untwisted where the flight run is twisted.
3. Categorize both shield constructions. Flag a construction family
   mismatch, and for a braid or braid-over-foil pair compare optical
   coverage against the declared allowance in percentage points.
4. Categorize both shield terminations. Flag a family mismatch --
   above all a pigtail standing in for a circumferential-backshell --
   and flag an unterminated sample shield outright.
5. Where both sides are pigtails, compute the pigtail self-inductance
   from length and conductor diameter and check the sample against the
   declared inductance ceiling as well as the length ceiling.
6. Check the exposed run-length of the sample against the length the
   setup geometry requires.
7. Aggregate per run and across the setup. The harness-sample is
   representative only when every run's finding list is empty.

## Pitfalls

- Comparing lay length without converting to twists per metre. A
  longer lay is looser twisting, so the sense of the comparison
  inverts, and a raw lay-length difference alone hides which side is
  the tighter build.
- Treating equal nominal coverage as equal shielding. Foil and braid
  reach that coverage with different transfer impedance and different
  termination behaviour, so the construction family has to match before
  the coverage number means anything.
- Landing a shield with a pigtail because the backshell was not
  available. The pigtail inductance dominates the shield return above
  a few megahertz, and no amount of care in the rest of the setup
  recovers the transfer impedance the flight backshell would have had.
- Thickening the pigtail wire to buy margin. The round-wire relation
  moves the inductance only through a logarithm of the diameter, so the
  length ceiling is the control that actually works.
- Shortening the sample to fit the bench. The exposed run-length is
  part of the declared setup geometry, and a short run presents less
  coupling structure, which quietly lowers every emission reading.

## Behavior contract (gate 3)

The twist comparison, shield-construction and shield-termination
categorization, pigtail-inductance bounding, exposed run-length check
and aggregate representativeness logic is exercised by the gate 3
contract test: scripts/test_e2007_test_cable_representativeness.py
against scripts/e2007_test_cable_representativeness_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2007_test_cable_representativeness.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 →