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 Susceptibility Data Presentation

ASecurity

Audit an EMC susceptibility report against its agreed pass criteria. Use when susceptibility results are written up under ECSS-E-ST-20-07C clause 5.2.10.4: confirm every presented result restates the criterion it was graded against, confirm each criterion carries a customer agreement reference, evaluate each observed value against its own limit and direction, raise a result citing no criterion and a criterion no result covers, and require the report fields a reader needs to reproduce the verd...

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-susceptibility-data-presentation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Susceptibility Data Presentation?

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

Security grade badge for E2007 Susceptibility Data Presentation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-susceptibility-data-presentation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-susceptibility-data-presentation)

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

Download with Pro
Files
SKILL.md
---
name: e2007-susceptibility-data-presentation
description: "Audit an EMC susceptibility report against its agreed pass criteria. Use when susceptibility results are written up under ECSS-E-ST-20-07C clause 5.2.10.4: confirm every presented result restates the criterion it was graded against, confirm each criterion carries a customer agreement reference, evaluate each observed value against its own limit and direction, raise a result citing no criterion and a criterion no result covers, and require the report fields a reader needs to reproduce the verdict, then group the graded results by the function each criterion governs. Trigger: ecss, e-st-20-07c, susceptibility-data-presentation, agreed-pass-criteria-restatement, susceptibility-result-coverage, criterion-agreement-reference, emc-test-report-completeness."
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-susceptibility-data-presentation, susceptibility-data-presentation, agreed-pass-criteria-restatement, susceptibility-result-coverage, criterion-agreement-reference, emc-test-report-completeness, susceptibility-verdict-reproducibility]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EMC Susceptibility — Data Presentation (space-systems/ecss/e2007-susceptibility-data-presentation)

Use when the task is the presentation half of ECSS-E-ST-20-07C clause
5.2.10.4 -- writing up susceptibility results so that the pass criteria
agreed beforehand are restated beside them, every agreed criterion is
answered by a result, and every presented result names the criterion it
was graded against.

## Domain quick reference

- The clause is about what the reader can reconstruct. A susceptibility
  result with no criterion beside it is an observation, not a verdict:
  the reader cannot tell whether four revolutions per minute of speed
  error was acceptable without the number that was agreed.
- A criterion counts only if it was agreed, and the agreement has a
  reference. A limit written into the report during the write-up, with
  no record of who agreed it and when, is a limit invented after the
  measurement it grades.
- Criterion identifiers have to be unique. Two criteria under one
  identifier make every result citing it ambiguous, and the ambiguity is
  invisible in the finished report.
- The comparison runs in a direction. A speed error is a ceiling, a link
  margin is a floor, and grading a floor as though it were a ceiling
  inverts the verdict while the arithmetic still looks right.
- Coverage runs both ways. A result citing a criterion nobody agreed is
  an orphan; an agreed criterion that no result answers is a gap in the
  campaign. Both are findings, and only checking one direction leaves
  the other standing.
- A result that passes by a hair is still a pass, but a reader needs to
  see it. Carrying a proximity band turns a passing result near its
  limit into a stated limitation rather than a silent one.
- The fields that make a verdict reproducible travel with it: the
  frequency, the injected level, the modulation, the observed value, and
  the criterion identifier. Dropping the modulation alone makes two
  results at the same frequency incomparable.

## Workflow

1. Build the agreed-criteria register: each criterion agreed, carrying
   an agreement reference, a named function and parameter, a numeric
   limit with its unit and a recognized direction, under a unique
   identifier.
2. Validate each presented result: all the reproducibility fields
   present, positive frequency, recognized modulation, a numeric
   observed value and a cited criterion identifier.
3. Check coverage in both directions: results citing an identifier that
   is not in the register, and register entries that no result answers.
4. Grade each result against its own criterion in its own direction,
   computing a signed margin. Absorb representation error at the limit
   with a named tolerance so a result exactly on its limit passes; never
   relax the agreed limit itself.
5. Mark a passing result inside the proximity band as close to its
   criterion, and carry it as a limitation.
6. Restate each criterion as one line beside its result, so the report
   carries the requirement and the measurement together.
7. Aggregate: pass and fail counts, results grouped by the function
   their criterion governs, findings (failures, orphans, uncovered
   criteria) and limitations. The package is complete only when there
   are no findings.

## Pitfalls

- Presenting results and criteria in separate sections and leaving the
  reader to match them. The clause asks for them together.
- Restating a limit that was never agreed, or agreed with no traceable
  reference. The restatement then carries no more authority than the
  result.
- Checking only that every result has a criterion. The agreed criterion
  that no result answers is the gap that reaches the review unnoticed.
- Grading a floor criterion with a ceiling comparison. The margin sign
  flips and a failing link margin reads as a comfortable pass.
- Reporting a pass that sits a thousandth inside its limit with no
  remark. It is a pass, but the reader is entitled to know how close.
- Dropping the modulation or the injected level from the presented
  result. The verdict is then not reproducible from the report alone.

## Behavior contract (gate 3)

The criteria-register construction, result-field validation, two-way
coverage check, direction-aware evaluation, proximity banding,
restatement and aggregation logic is exercised by the gate 3 contract
test: scripts/test_e2007_susceptibility_data_presentation.py against
scripts/e2007_susceptibility_data_presentation_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2007_susceptibility_data_presentation.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 →