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

E1012 Suscept Unc

ASecurity

Use when assess radiation design margins for EEE components where susceptibility test data carries uncertainty—small sample counts, single-lot characterization, non-equivalent radiation sources, or absent test data entirely. The procedure categorizes the data quality for each radiation effect type (TID, SEE, NIEL, displacement damage), selects an uncertainty multiplication factor proportional to the data shortfall, applies that factor on top of the base radiation design margin, and checks tha...

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

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 e1012-suscept-unc --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1012 Suscept Unc?

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

Security grade badge for E1012 Suscept Unc
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1012-suscept-unc/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1012-suscept-unc)

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

Download with Pro
Files
SKILL.md
---
name: e1012-suscept-unc
description: "Use when assess radiation design margins for EEE components where susceptibility test data carries uncertainty—small sample counts, single-lot characterization, non-equivalent radiation sources, or absent test data entirely. The procedure categorizes the data quality for each radiation effect type (TID, SEE, NIEL, displacement damage), selects an uncertainty multiplication factor proportional to the data shortfall, applies that factor on top of the base radiation design margin, and checks that each component's rated threshold meets the uncertainty-scaled environment dose. Components that fail under uncertainty-adjusted margins require additional testing, design change, or formal derogation. Trigger: ecss, e-st-10-system-scope, radiation-margins, eee-components, susceptibility-uncertainty, TID, SEE, radiation-design-margin, data-quality."
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-10-system-scope, radiation-margins, eee-components, susceptibility-uncertainty, TID, SEE, radiation-design-margin, data-quality]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Space Environment — EEE Component Radiation Susceptibility Uncertainty (space-systems/ecss/e1012-suscept-unc)

Use when the task is sizing radiation design margins for EEE components
under ECSS-E-ST-10-12C §5.5.1 — accounting for the uncertainty in
radiation susceptibility data by categorizing data quality, deriving an
uncertainty factor, and verifying that each component's threshold meets
the uncertainty-adjusted margin requirement.

## Domain quick reference

- §5.5.1 requires that margins applied to EEE component radiation
  susceptibility limits reflect the confidence in the underlying test
  data. Where data are sparse, the effective required margin must
  increase to cover the unknown portion of the component distribution.
- Data quality is assessed per component per effect type. The four
  recognized effect types are TID (Total Ionizing Dose), SEE (Single
  Event Effects), NIEL (Non-Ionizing Energy Loss), and DD (Displacement
  Damage). Each component/effect pair carries an independent uncertainty
  level.
- Four uncertainty levels are defined by sample count, radiation source
  equivalence, and lot coverage:
  - **high** — five or more individually tested components from two or
    more manufacturing lots, using a space-flight or ground-equivalent
    radiation source. Uncertainty factor 1.0 (no additional margin
    beyond base RDM).
  - **medium** — three or more samples from any source, or any number
    of samples from a qualified source with single-lot coverage.
    Uncertainty factor 1.5.
  - **low** — a single test point or a vendor specification with no
    independent verification. Uncertainty factor 2.0.
  - **absent** — no test data; a worst-case assumption is the only
    basis. Uncertainty factor 3.0.
- The base radiation design margin (RDM) is a project-level requirement
  (commonly 2.0 for TID in ECSS practice); the uncertainty factor
  multiplies the base RDM to yield the effective required RDM. A
  component passes when its rated threshold equals or exceeds the
  environment dose multiplied by the effective required RDM.

## Workflow

1. Inventory every EEE component in scope and, for each, list the
   radiation effect types that apply given the orbit environment
   (TID, SEE, NIEL, DD or a subset). Reject an unrecognized effect
   type before it enters the assessment.
2. For each component/effect pair, gather the available susceptibility
   data: number of tested components (sample size), radiation source
   type (space-flight, ground-equivalent, vendor-spec, or assumed), and
   the number of distinct manufacturing lots represented.
3. Call the data-quality categorization step: map (sample_size,
   source_type, lot_count) to one of the four uncertainty levels and
   read off the corresponding uncertainty factor.
4. Determine the effective required RDM = base_RDM × uncertainty_factor.
   Compute the required threshold = worst-case environment dose ×
   effective required RDM.
5. Compare the component's rated susceptibility threshold to the
   required threshold. Record pass or fail; on fail, record the
   numerical shortfall so the disposition path (more testing, design
   change, or derogation) can be quantified.
6. For each component/effect pair with an absent data level, flag the
   pair explicitly — a 3× margin assumption is a placeholder and must
   be resolved by dedicated radiation testing before final acceptance.
7. Aggregate findings: a component is margin-compliant only when all
   of its applicable effect-type checks pass.

## Pitfalls

- Applying the base RDM alone when data are sparse and reading no
  exceedance as a pass — the uncertainty factor is not optional; absent
  data demands a 3× effective RDM regardless of nominal threshold
  headroom.
- Treating a vendor specification as equivalent to independent test data
  — vendor specs are typically minimum guaranteed values that do not
  capture lot-to-lot or sample-to-sample variation; they receive a
  "low" quality level, not "high".
- Pooling test data from different effect types — a component that has
  abundant TID data may have zero SEE data; each effect type is assessed
  independently.
- Conflating the radiation environment worst-case with a design point
  that already includes shielding margin — the environment dose fed into
  this step must already be the shielded worst-case with its own
  uncertainty bounds applied; double-counting must be avoided.
- Closing an absent-data flag with a derogation alone without recording
  the residual risk — a derogation accepted without additional testing
  must carry an explicit residual-risk statement traceable to the
  project's risk register.

## Behavior contract (gate 3)

The data-quality categorization, required-threshold computation, and
margin check logic are exercised by the gate 3 contract test:
scripts/test_e1012_suscept_unc.py against
scripts/e1012_suscept_unc_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1012_suscept_unc.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 →