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 02 Step2 Identify Assess

ASecurity

Identify and assess the hazards of a space system under ECSS-Q-ST-40-02C clause 5.2.2, step 2. Use when the task is working all four identification sources - the generic hazard library, the system functions, the planned operations and the induced or natural environments - into one hazard list, then giving each entry a severity category and a likelihood band drawn from evidence rather than opinion, banding a quantified per-mission probability instead of carrying the number forward, and reading...

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-02-step2-identify-assess --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q40 02 Step2 Identify Assess?

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

Security grade badge for Q40 02 Step2 Identify Assess
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q40-02-step2-identify-assess/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q40-02-step2-identify-assess)

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

Download with Pro
Files
SKILL.md
---
name: q40-02-step2-identify-assess
description: "Identify and assess the hazards of a space system under ECSS-Q-ST-40-02C clause 5.2.2, step 2. Use when the task is working all four identification sources - the generic hazard library, the system functions, the planned operations and the induced or natural environments - into one hazard list, then giving each entry a severity category and a likelihood band drawn from evidence rather than opinion, banding a quantified per-mission probability instead of carrying the number forward, and reading the pair into the project risk index and its acceptability grouping. Reports the sources left unworked and the entries whose severity or likelihood nothing supports. Trigger: ecss, q-st-40-02c, ecss-hazard-identification-sources, ecss-hazard-severity-category, ecss-hazard-likelihood-band, ecss-project-risk-index, space-hazard-acceptability-grouping."
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-40-02-hazard-analysis-scope, q40-02-step2-identify-assess, ecss-hazard-identification-sources, ecss-hazard-severity-category, ecss-hazard-likelihood-band, ecss-project-risk-index, space-hazard-acceptability-grouping]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Hazard Analysis — Step 2, Identify and Assess (space-systems/ecss/q40-02-step2-identify-assess)

Use when the task is step 2 of the ECSS-Q-ST-40-02C clause 5.2 process —
building the hazard list from all four identification sources and giving
each entry the severity, likelihood and risk index the rest of the
process is decided on.

## Domain quick reference

- There are four sources, and they surface different hazards. The
  generic library carries what has hurt space projects before; the
  system functions carry what this design can do wrong; the planned
  operations carry what people will do to it; the induced and natural
  environments carry what it will be subjected to. A list built from
  one source is complete with respect to that source and silent about
  the other three.
- Severity is about the worst credible consequence, not the likely
  one. The categories run from catastrophic down to minor, and the
  ordinal is what enters the matrix — the words are a label on an
  index, not the index itself.
- Likelihood is a band, not a number. Where a quantified per-mission
  probability exists it is placed in a band and the band is what moves
  forward, because the fourth significant figure of a probability
  never survives the assumptions behind it. A supplied probability
  overrides a hand-declared band: the evidence wins.
- The risk index is an integer read from the severity-likelihood
  matrix, and it stays an integer all the way to the acceptability
  grouping. Unacceptable, undesirable, acceptable-with-review and
  acceptable are the four groups the project acts on; nothing in the
  chain needs a float, so nothing in it can disagree across platforms.
- An unsupported severity or likelihood is a finding of its own. The
  index is only as good as the pair it is read from, so an entry whose
  severity nobody can defend produces an index nobody should act on,
  and it is reported as such rather than silently used.

## Workflow

1. Validate each hazard entry: identifier, identification source,
   severity category, and either a likelihood band or a per-mission
   probability. Reject an unknown source or severity, and reject an
   entry with neither a band nor a probability.
2. Where a probability is supplied, place it in its band. Boundaries
   are inclusive at the upper band, and the tolerance applied there
   absorbs the representation error of a probability that was itself
   computed rather than measured.
3. Read the severity and likelihood ordinals into the risk-index matrix
   and group the resulting index into its acceptability band.
4. Record whether the severity and the likelihood each have evidence
   behind them, and raise a finding for either one that does not.
5. Compute source coverage across the whole list and name the sources
   nobody worked.
6. Aggregate: the acceptability distribution, the unacceptable entries
   called out by identifier, and every finding. Step 2 is complete only
   when all four sources were worked and every entry is supported.

## Pitfalls

- Working the generic library and stopping. It is the fastest source
  and the one least specific to this design, so a list built from it
  alone looks long and misses the function-specific hazards entirely.
- Assigning severity from the expected outcome rather than the worst
  credible one. A hazard whose usual result is an aborted operation
  can still have a catastrophic worst case, and severity is set by the
  second.
- Carrying a quantified probability forward as a number. It implies a
  precision the underlying assumptions do not support, and two entries
  that differ only in the third significant figure will be argued over
  as if the difference were real.
- Treating a declared likelihood band as authoritative when a
  probability is also on record. The probability is the evidence and
  the band is a summary of it, so the probability decides.
- Acting on an index whose severity or likelihood nothing supports.
  The number looks the same as a supported one, which is exactly why
  the support state travels with it.

## Behavior contract (gate 3)

The probability banding, risk-index matrix, acceptability grouping,
entry validation, evidence-support and source-coverage logic is
exercised by the gate 3 contract test:
scripts/test_q40_02_step2_identify_assess.py against
scripts/q40_02_step2_identify_assess_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q40_02_step2_identify_assess.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 →