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

E20 Passive Intermodulation Qualification

ASecurity

Use when verify that every passive-intermodulation product raised by a spacecraft transmit carrier-plan stays under its allowable level inside an own receive-band or a third-party protected-band, per ECSS-E-ST-20C clause 7.4.5: enumerate the mixing products of the carrier-plan up to a chosen order, keep the ones whose frequency lands inside a protected-band, predict each product level from a measured passive-intermodulation reference using the per-carrier order coefficients and the order roll...

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

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 e20-passive-intermodulation-qualification --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E20 Passive Intermodulation Qualification?

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

Security grade badge for E20 Passive Intermodulation Qualification
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e20-passive-intermodulation-qualification/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e20-passive-intermodulation-qualification)

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

Download with Pro
Files
SKILL.md
---
name: e20-passive-intermodulation-qualification
description: "Use when verify that every passive-intermodulation product raised by a spacecraft transmit carrier-plan stays under its allowable level inside an own receive-band or a third-party protected-band, per ECSS-E-ST-20C clause 7.4.5: enumerate the mixing products of the carrier-plan up to a chosen order, keep the ones whose frequency lands inside a protected-band, predict each product level from a measured passive-intermodulation reference using the per-carrier order coefficients and the order roll-off, compare it against the band interference-limit, and derive the qualification carrier-level and dwell-duration that envelope the flight carrier-plan. Trigger: ecss, e-st-20-electrical-scope, passive-intermodulation, intermodulation-product, receive-band-protection, protected-band-interference, carrier-plan, pim-qualification-level, order-coefficient."
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, e20-passive-intermodulation-qualification, passive-intermodulation, intermodulation-product, receive-band-protection, carrier-plan, pim-qualification-level]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS RF Systems — Passive-Intermodulation Qualification (space-systems/ecss/e20-passive-intermodulation-qualification)

Use when the task is the passive-intermodulation qualification of
ECSS-E-ST-20C clause 7.4.5 -- showing that each mixing product of the
transmit carrier-plan stays below the allowable level inside every own
receive-band and every third-party protected-band, and fixing the
qualification carrier-level and dwell-duration that envelope flight.

## Domain quick reference

- A passive-intermodulation product is a mixing product generated in a
  passive, non-linear junction (a metal-to-metal contact, a corroded
  interface, a loose waveguide flange, a ferromagnetic inclusion)
  driven by two or more transmit carriers. Its frequency is the integer
  combination sum(m_i * f_i) over the carrier-plan; its order is
  sum(|m_i|). Only odd orders fall close enough to the transmit
  carrier-plan to reach a co-located receive-band, so the odd orders
  (3, 5, 7, ...) are the ones enumerated; the even orders sit far out
  of band and are filtered.
- A product only matters where it lands. The two families of victim
  band are the own receive-band (the spacecraft's own receive chain,
  where the allowable level is set by the receiver noise-floor plus
  the agreed degradation allowance) and the third-party
  protected-band (a neighbouring service, where the allowable level
  comes from a coordination or regulatory interference-limit). A
  product outside every declared band is dropped -- it is real, but it
  is not a finding of this clause.
- The predicted product level is anchored on a measured
  passive-intermodulation reference: the level observed at a stated
  per-carrier reference level for a stated reference order. Scaling to
  the flight carrier-plan adds |m_i| dB of level change per dB of
  level change on carrier i, and removes a roll-off allowance for each
  order step above the reference order. The level arriving at the
  victim port is further reduced by the isolation between the
  generating junction and that port.
- Qualification bounds flight: the carriers are driven at the nominal
  per-carrier level raised by a qualification-margin, for a declared
  dwell-duration, so that the flight carrier-plan sits inside the
  demonstrated envelope rather than at its edge.

## Workflow

1. Capture the carrier-plan: every transmit carrier with an identifier,
   a positive frequency and a per-carrier level. Reject a duplicate
   identifier, a non-positive frequency or a non-finite level before
   anything is enumerated. Fewer than two carriers cannot mix, which
   is a rejected input, not an empty result.
2. Enumerate the mixing products up to the chosen maximum order: all
   integer coefficient vectors whose absolute sum equals an odd order
   from three upward, keeping only the combinations that land at a
   positive frequency.
3. Retain the products whose frequency falls inside a declared
   receive-band or third-party protected-band; discard the rest.
4. Predict each retained product level from the measured reference by
   applying the per-carrier order coefficients and the order roll-off,
   then subtract the isolation declared for that victim band.
5. Compare the arriving level against the band interference-limit and
   record the margin. A margin that is zero to within the level
   tolerance is compliant -- do not let the floating-point sum of
   several level terms turn an exactly-met limit into a violation.
6. Derive the qualification carrier-level (nominal plus the
   qualification-margin, per carrier) and the composite level of the
   qualification carrier-plan, together with the dwell-duration, and
   record them as the envelope the flight carrier-plan must sit inside.

## Pitfalls

- Enumerating only the two-carrier third-order combination. A three
  carrier plan raises three-carrier products of the same order that
  land somewhere else entirely, and the fifth and seventh orders reach
  bands the third order never touches.
- Treating the reference level as the flight level. The reference is
  tied to the per-carrier level at which it was measured; scaling it
  with the order coefficients is what makes it a prediction rather
  than a quotation.
- Comparing the generated level directly against the band limit and
  ignoring the isolation between the generating junction and the
  victim port -- that overstates every finding and hides which
  junctions actually drive the design.
- Reading "no product in band" as compliant when no band was declared.
  An empty band list means the receive-band and coordination inputs
  were never captured, which is itself a finding.
- Qualifying at the nominal carrier-level. Without the
  qualification-margin the flight carrier-plan sits at the edge of the
  demonstrated envelope, so any in-orbit level growth is unverified.

## Behavior contract (gate 3)

The carrier-plan validation, product enumeration, band-mapping, level
prediction, margin evaluation and qualification-envelope logic is
exercised by the gate 3 contract test:
scripts/test_e20_passive_intermodulation_qualification.py against
scripts/e20_passive_intermodulation_qualification_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e20_passive_intermodulation_qualification.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 →