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

Q40 Probabilistic Safety Targets

ASecurity

Allocate probabilistic safety targets across severity categories for an ECSS-Q-ST-40C clause 6.4.4 and Annex E safety case: refuse a target set that is not stricter as severity rises, split each severity's per-mission limit over the hazards contributing to it by declared weight, aggregate a group as a union of independent contributions rather than a naive sum, and place every predicted probability on the Annex E severity-probability acceptance matrix. Use when a quantitative safety target is ...

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 q40-probabilistic-safety-targets --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q40 Probabilistic Safety Targets?

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

Security grade badge for Q40 Probabilistic Safety Targets
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q40-probabilistic-safety-targets/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q40-probabilistic-safety-targets)

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

Download with Pro
Files
SKILL.md
---
name: q40-probabilistic-safety-targets
description: "Allocate probabilistic safety targets across severity categories for an ECSS-Q-ST-40C clause 6.4.4 and Annex E safety case: refuse a target set that is not stricter as severity rises, split each severity's per-mission limit over the hazards contributing to it by declared weight, aggregate a group as a union of independent contributions rather than a naive sum, and place every predicted probability on the Annex E severity-probability acceptance matrix. Use when a quantitative safety target is set, apportioned to subsystems, or re-argued after a probability update. Trigger: ecss, q-st-40c, ecss-probabilistic-safety-target, severity-category-probability-limit, hazard-probability-allocation, annex-e-acceptance-matrix, per-mission-probability-band."
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, q-st-40c-safety-assurance-scope, q40-probabilistic-safety-targets, ecss-probabilistic-safety-target, severity-category-probability-limit, hazard-probability-allocation, annex-e-acceptance-matrix, per-mission-probability-band]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Probabilistic Safety Targets (space-systems/ecss/q40-probabilistic-safety-targets)

Use when the task is the quantitative half of ECSS-Q-ST-40C clause 6.4.4 with
the Annex E criteria: a per-mission probability limit has to be fixed for each
severity category, pushed down to the hazards that consume it, and the
resulting predictions argued back up against the limit they were cut from.

## Domain quick reference

- A target set is a shape, not four numbers. The limit has to tighten as
  severity rises, so a set where the catastrophic limit is no stricter than
  the critical one is a tailoring error caught on entry rather than a
  conservative choice.
- A hazard is not graded against the whole target. The severity's limit is
  the budget for every hazard in that category together, so each hazard is
  compared with its allocated share; grading each one against the full figure
  passes a set that busts the target in aggregate.
- Weights carry the engineering judgement. An allocation in proportion to
  declared weights lets a dominant contributor take the larger share openly,
  and the shares still sum back to the target.
- Contributions combine as a union, not a sum. One minus the product of the
  survivals stays below one however many contributors there are; a naive sum
  can exceed one and is then not a probability at all.
- Being inside the budget is not the whole verdict. The Annex E matrix reads
  severity against a probability band, so a catastrophic hazard sitting in an
  occasional band is refused even where a generous programme target would
  have admitted it.
- The band edges are boundaries, not approximations. A probability landing
  exactly on a bound belongs to the band that bound closes, and the equality
  is absorbed by a named tolerance rather than by nudging the bound.

## Workflow

1. Validate the target set: every severity category present, every limit a
   probability in range, and the set strictly stricter as severity rises.
2. Normalise the hazard contributions, refusing an unknown key, a repeated
   hazard identifier, a non-positive weight or a probability outside range.
3. Group the hazards by severity category and allocate that category's limit
   over the group in proportion to the declared weights.
4. Compare each hazard's predicted per-mission probability with its allocated
   budget, absorbing an exact equality with the named tolerance.
5. Place each prediction in a probability band and read the acceptance verdict
   for the band and severity pair off the Annex E matrix.
6. Aggregate each group as a union of independent contributions and compare
   that with the group's own limit.
7. Report the per-hazard budgets, margins, bands and verdicts, the per-group
   roll-up, and the findings: a hazard over budget, a group over its target,
   and any pair the matrix refuses outright.

## Pitfalls

- Grading every hazard against the undivided severity target. Ten hazards
  each at the limit then pass individually and miss the target tenfold.
- Summing contributions. The sum is only an approximation of the union for
  small probabilities and stops being a probability at all once it passes one.
- Treating the acceptance matrix as advisory once the numbers fit. The matrix
  is the second gate; a generous programme target does not license a
  catastrophic hazard in an occasional band.
- Widening a limit to clear an exact equality. The equality is a
  representation question handled inside the comparison; the limit stays as
  the programme set it.
- Allocating with weights that are not declared. An implicit equal split is a
  decision too, and it should be visible in the record as weights of one.

## Behavior contract (gate 3)

The target-set validation and monotonicity rule, the weighted allocation and
its sum-back property, the union aggregation, the probability banding at and
between bounds, the Annex E acceptance lookup, the budget comparison with its
tolerance and the group roll-up are exercised by the gate 3 contract test:
scripts/test_q40_probabilistic_safety_targets.py against
scripts/q40_probabilistic_safety_targets_logic.py (stdlib unittest, offline).
Run: python3 scripts/test_q40_probabilistic_safety_targets.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 →