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 Radio Frequency Conducted Emission Purpose

ASecurity

Use when verify that the radio-frequency conducted-emission aim of ECSS-E-ST-20-07C clause 5.4.3.1 is actually demonstrated: confirm the power-input lead and its matching power-return lead are both swept, confirm each sweep reaches both edges of the declared method band, compute the margin between every recorded level and the applicable conducted-emission limit, categorize each frequency as within-limit, at-limit or an exceedance, reduce every lead to its worst-case frequency, name the govern...

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-radio-frequency-conducted-emission-purpose --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Radio Frequency Conducted Emission Purpose?

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

Security grade badge for E2007 Radio Frequency Conducted Emission Purpose
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-radio-frequency-conducted-emission-purpose/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-radio-frequency-conducted-emission-purpose)

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

Download with Pro
Files
SKILL.md
---
name: e2007-radio-frequency-conducted-emission-purpose
description: "Use when verify that the radio-frequency conducted-emission aim of ECSS-E-ST-20-07C clause 5.4.3.1 is actually demonstrated: confirm the power-input lead and its matching power-return lead are both swept, confirm each sweep reaches both edges of the declared method band, compute the margin between every recorded level and the applicable conducted-emission limit, categorize each frequency as within-limit, at-limit or an exceedance, reduce every lead to its worst-case frequency, name the governing lead, and refuse a record whose frequencies do not increase or whose return lead is absent. Trigger: ecss, e-st-20-07c, rf-conducted-emission-purpose, power-input-lead-emission, power-return-lead-emission, conducted-emission-limit-margin, conducted-method-band-coverage, governing-emission-lead."
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-radio-frequency-conducted-emission-purpose, rf-conducted-emission-purpose, power-input-lead-emission, power-return-lead-emission, conducted-emission-limit-margin, conducted-method-band-coverage]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EMC — Radio-Frequency Conducted Emission, Method Purpose (space-systems/ecss/e2007-radio-frequency-conducted-emission-purpose)

Use when the task is the aim statement of ECSS-E-ST-20-07C clause
5.4.3.1 -- establishing what the higher-band conducted-emission method
is run to show, namely that the radio-frequency current the unit puts
back onto its power-input lead and onto the matching power-return lead
stays inside the applicable limit everywhere in the method band.

## Domain quick reference

- The aim is stated over a pair of leads, not over a unit. The lead
  carrying power in and the lead carrying it back are separate
  measurement objects with their own recorded levels, and a record
  covering only one of them cannot demonstrate the aim at all. That is
  a structural defect in the record, not a low score.
- The quantity graded is a margin: the applicable limit at a frequency
  minus the level recorded at that frequency. A positive margin is
  compliance, a negative margin is an exceedance, and a margin of zero
  is a level sitting exactly on the limit -- compliant, but carried as
  a limitation because there is nothing left to absorb measurement
  uncertainty.
- Margin is a difference of two decibel values, so an exactly-on-limit
  case can land a few units in the last place either side of zero.
  That is absorbed with a named tolerance inside the comparison, never
  by moving the applicable limit.
- The aim is stated across the whole method band. A sweep that starts
  above the lower edge or stops below the upper edge has not shown the
  aim over the band it claims, so the edges are checked in their own
  right and a shortfall is a finding, not a silent pass. A project
  that has formally accepted a reduced span records it as a
  limitation instead.
- The governing result is the worst lead at its worst frequency. An
  average over frequencies, or over the two leads, hides exactly the
  narrowband peak the method exists to find.
- The purpose clause fixes the objective; it does not fix the
  equipment or the bench. Those belong to the equipment and setup
  clauses of the same method and are graded separately.

## Workflow

1. Validate the declared method band: a positive lower edge and an
   upper edge strictly above it. An inverted or collapsed band is an
   input error, not a degenerate case to clamp.
2. Normalize the lead roles and reject a duplicate declaration.
   Confirm both the power-input lead and the power-return lead are
   present, and reject the record when either is missing.
3. Validate each sweep: at least one point, strictly increasing
   positive frequencies, and a recorded level plus an applicable
   limit at every point.
4. Check band coverage per lead against both edges, allowing only a
   named relative slack at an edge.
5. Compute the margin at every frequency and categorize it as
   within-limit, at-limit or an exceedance, absorbing representation
   error at zero with the named decibel tolerance.
6. Reduce each lead to its worst-case frequency, breaking an exact
   tie on the lower frequency so the selection is reproducible, then
   reduce the set of leads to the governing lead.
7. Report the verdict with its findings (exceedances, band
   shortfalls) and its limitations (on-limit frequencies, formally
   waived spans). The aim is demonstrated only when no finding
   stands.

## Pitfalls

- Grading the input lead and assuming the return follows. The return
  lead routinely carries the higher conducted level, and the aim is
  stated over both.
- Averaging a sweep into one number. The method exists to find a
  narrowband peak; an average over the band buries it.
- Reading a margin of zero as an exceedance, or as a comfortable
  pass. It is neither: it is compliance with no measurement headroom,
  and it belongs in the limitations.
- Accepting a sweep that never reached a band edge because every
  recorded point passed. Points that were never recorded cannot pass;
  an untested edge is a coverage finding.
- Widening the applicable limit so an on-limit case reads as clearly
  compliant. The representation question is handled by the tolerance
  inside the comparison; the limit stays as specified.

## Behavior contract (gate 3)

The band validation, lead-pair completeness check, sweep validation,
band-coverage check, margin categorization, worst-case reduction and
governing-lead selection are exercised by the gate 3 contract test:
scripts/test_e2007_radio_frequency_conducted_emission_purpose.py
against
scripts/e2007_radio_frequency_conducted_emission_purpose_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_e2007_radio_frequency_conducted_emission_purpose.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 →