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

E1003 Uncertainties

ASecurity

Use when verifying that a demonstrated test margin under ECSS-E-ST-10-03C still holds once measurement uncertainty is taken into account: compute the effective margin by subtracting the applicable measurement/instrumentation uncertainty (Table 4-2 typical values, overridable by project-specific characterization) from the demonstrated margin, assess whether the result is still positive, and flag any project-specific uncertainty that exceeds its Table 4-2 typical value for justification. Trigge...

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

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 e1003-uncertainties --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1003 Uncertainties?

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

Security grade badge for E1003 Uncertainties
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1003-uncertainties/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1003-uncertainties)

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

Download with Pro
Files
SKILL.md
---
name: e1003-uncertainties
description: "Use when verifying that a demonstrated test margin under ECSS-E-ST-10-03C still holds once measurement uncertainty is taken into account: compute the effective margin by subtracting the applicable measurement/instrumentation uncertainty (Table 4-2 typical values, overridable by project-specific characterization) from the demonstrated margin, assess whether the result is still positive, and flag any project-specific uncertainty that exceeds its Table 4-2 typical value for justification. Trigger: measurement uncertainty, instrumentation uncertainty, Table 4-2, test margin, demonstrated margin, effective margin, e-st-10-03, ecss, e-st-10c, test accuracy."
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-03c, measurement-uncertainty, test-margin, testing, verification]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Measurement Uncertainty vs. Test Margin (space-systems/ecss/e1003-uncertainties)

Use when the task is checking whether a demonstrated test margin under
ECSS-E-ST-10-03C clause 4.4.3 is still credible once the measurement
uncertainty of the test facility and instrumentation is taken into
account.

## Domain quick reference

- ECSS-E-ST-10-03C clause 4.4.3 requires that the measurement
  uncertainty of the facility and instrumentation used to control and
  measure a test be determined and accounted for whenever a test
  result is used to demonstrate compliance with a margin. A margin
  that is smaller than, or comparable to, the measurement uncertainty
  cannot be claimed as a genuine margin, because the uncertainty alone
  could account for the apparent difference between the measured
  result and the required value.
- Table 4-2 gives typical measurement uncertainty values, by test
  parameter type (e.g. temperature, vibration/acceleration, acoustic
  level, pressure, mass, electrical quantities), to use as a default
  when a project has not characterized its own facility/instrumentation
  uncertainty for that parameter.
- The effective margin for a test point is the demonstrated margin
  (achieved test result minus the required value) minus the applicable
  measurement uncertainty. A test point only supports its margin claim
  when the effective margin remains positive.
- When a project supplies its own measured/characterized uncertainty
  for a parameter type instead of the Table 4-2 typical, and that
  value is larger than the Table 4-2 typical, the difference needs to
  be flagged and justified rather than silently accepted, since it
  means the facility/instrumentation is less capable than the
  standard's baseline expectation.
- This leaf scopes measurement uncertainty vs. margin only. Allowable
  tolerances on the test input itself (e.g. how far the applied test
  condition may deviate from its nominal specified level) are the
  sibling e1003-input-tolerances leaf (clause 4.4.2, Table 4-1); the
  margin objectives a test campaign is required to demonstrate
  (qualification, acceptance, protoflight) are the sibling
  e1003-objectives leaf (clause 4.5).

## Workflow

1. For each test point (or requirement) whose compliance rests on a
   demonstrated margin, record its parameter type and the demonstrated
   margin (achieved result minus required value, in matching units).
2. Determine the measurement uncertainty to apply: use the project's
   own characterized facility/instrumentation uncertainty for that
   parameter type if available, otherwise fall back to the Table 4-2
   typical value for that parameter type.
3. Compute the effective margin: demonstrated margin minus the
   measurement uncertainty from step 2.
4. Mark the test point's margin claim adequate only when the effective
   margin is positive; otherwise it is inadequate and the margin claim
   cannot be accepted as-is (options: retest with a larger margin,
   reduce measurement uncertainty, or accept a documented risk).
5. Whenever a project-specific measured uncertainty was used in step
   2, compare it against the Table 4-2 typical for that parameter
   type; flag it for justification when it exceeds the typical value.
6. Roll every test point's adequacy and any uncertainty flags into the
   verification record; do not close out the associated requirement
   while any test point in scope is still inadequate.

## Pitfalls

- Comparing the achieved test result directly against the required
  value without subtracting measurement uncertainty, so a margin that
  is really within the noise floor of the instrumentation gets
  accepted as compliant.
- Defaulting every parameter to the Table 4-2 typical uncertainty even
  when the project has already characterized its own (larger) facility
  uncertainty for that parameter — the project-specific value takes
  precedence.
- Silently accepting a project-specific uncertainty that is worse than
  the Table 4-2 typical instead of flagging it for justification.
- Confusing this leaf's post-test measurement-uncertainty check with
  the pre-test input-tolerance allowance of the sibling
  e1003-input-tolerances leaf (clause 4.4.2) — tolerances bound how the
  test condition is applied, uncertainty bounds how confidently the
  result can be trusted.

## Behavior contract (gate 3)

The uncertainty-resolution, effective-margin, adequacy, and
typical-value-flagging logic is exercised by the gate 3 contract test:
scripts/test_e1003_uncertainties.py against
scripts/e1003_uncertainties_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1003_uncertainties.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 →