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 Bio Risk

ASecurity

Use when run a radiobiological risk assessment for a crewed or uncrewed space mission under ECSS-E-ST-10C §11.5: estimate excess cancer risk from accumulated effective dose, categorize each uncertainty source (dosimetry, biological, model, epidemiological, transport) per the §11.5 uncertainty taxonomy, derive risk bounds using the compound uncertainty factor, and determine whether the risk estimate meets mission-acceptable limits. Trigger: ecss, e-st-10-system-scope, radiobiology, space-radia...

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 e1012-bio-risk --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1012 Bio Risk?

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

Security grade badge for E1012 Bio Risk
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1012-bio-risk/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1012-bio-risk)

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

Download with Pro
Files
SKILL.md
---
name: e1012-bio-risk
description: "Use when run a radiobiological risk assessment for a crewed or uncrewed space mission under ECSS-E-ST-10C §11.5: estimate excess cancer risk from accumulated effective dose, categorize each uncertainty source (dosimetry, biological, model, epidemiological, transport) per the §11.5 uncertainty taxonomy, derive risk bounds using the compound uncertainty factor, and determine whether the risk estimate meets mission-acceptable limits. Trigger: ecss, e-st-10-system-scope, radiobiology, space-radiation-risk, effective-dose, cancer-risk, uncertainty-analysis, dose-response."
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, radiobiology, space-radiation-risk, effective-dose, cancer-risk, uncertainty-analysis, dose-response]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Space Environment — Radiobiological Risk Assessment (space-systems/ecss/e1012-bio-risk)

Use when the task is the radiobiological risk assessment of ECSS-E-ST-10C §11.5 —
estimating excess cancer risk from mission radiation exposure, categorizing each
uncertainty source by type, deriving risk bounds from the compound uncertainty
factor, and checking the estimate against mission acceptance criteria.

## Domain quick reference

- §11.5 structures the risk estimate around three quantities: the accumulated
  effective dose (weighted sum of organ equivalent doses using ICRP Publication 103
  tissue weighting factors), the risk coefficient that converts effective dose to
  excess lifetime cancer probability, and the uncertainty envelope applied to the
  point estimate.
- Uncertainty sources are grouped into five categories per the §11.5 taxonomy:
  DOSIMETRY (detector calibration, flux measurement), BIOLOGY (radiation biological
  effectiveness, DNA repair), MODEL (dose-response extrapolation, risk projection),
  EPIDEMIOLOGY (population transfer, baseline cancer rate), and TRANSPORT (shielding
  transport, geomagnetic cutoff). Each category carries a multiplicative uncertainty
  factor; the compound factor is the product of all applicable category factors.
- The risk bounds are derived symmetrically in log space: upper bound = point
  estimate × compound factor, lower bound = point estimate ÷ compound factor. The
  assessment is compliant when the upper bound lies at or below the mission
  acceptable risk limit; the upper bound drives the determination, not the point
  estimate alone.
- Standard ICRP Publication 103 tissue weighting factors sum to 1.0 across the
  reference organ set. An effective dose computed from a partial organ set
  underestimates true effective dose and must be flagged as incomplete if significant
  doses to unrecorded organs are expected.

## Workflow

1. Collect equivalent doses for each irradiated organ or tissue from the mission
   dose assessment and verify that every dose value is non-negative and that the
   tissue name appears in the ICRP reference organ set.
2. Compute effective dose by multiplying each organ's equivalent dose by the
   corresponding ICRP tissue weighting factor and summing over all organs in the
   input set; note whether the input covers the full reference organ set.
3. Apply the risk coefficient (default: nominal BEIR VII-aligned value for a
   mixed-sex reference population, 5.0 × 10⁻⁴ per mSv) to the effective dose to
   obtain the point excess cancer risk estimate.
4. Identify every applicable uncertainty source for the mission and map each one to
   its category (DOSIMETRY, BIOLOGY, MODEL, EPIDEMIOLOGY, or TRANSPORT); reject any
   source label not in the recognised taxonomy.
5. Compute the compound uncertainty factor as the product of the individual category
   factors for all categories represented in the source list.
6. Derive the lower and upper risk bounds using the compound factor:
   upper = point × factor, lower = point ÷ factor.
7. Compare the upper bound against the mission acceptable risk limit; record
   compliant when upper bound ≤ limit and the point estimate ≤ limit;
   record non-compliant otherwise.
8. Report all intermediate quantities (effective dose, point risk, lower bound,
   upper bound, compound factor, compliance status) for traceability.

## Pitfalls

- Using the point risk estimate directly against the limit without applying the
  uncertainty envelope understates the assessed risk; the upper bound of the
  uncertainty range is the controlling quantity.
- Treating a partial organ-dose set as a complete effective-dose computation —
  organs absent from the input are treated as zero dose, which silently
  underestimates effective dose when significant exposure to unrecorded organs is
  expected.
- Conflating different uncertainty categories into a single aggregate factor without
  tracking which source drove the spread; this prevents identification of which
  category dominates risk bound width for shielding or mission-duration trade studies.
- Using a population-specific risk coefficient (for example a single-sex value) on a
  crew with a different demographic profile — the nominal mixed-sex coefficient is
  conservative for male-only crews but non-conservative for female-heavy crews
  relative to female-specific values.

## Behavior contract (gate 3)

The effective-dose computation, risk estimation, uncertainty categorization,
risk-bounds derivation, and mission-limit compliance check are exercised by the
gate 3 contract test: scripts/test_e1012_bio_risk.py against
scripts/e1012_bio_risk_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1012_bio_risk.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 →