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

Q7005 Contamination Level Calculation

ASecurity

Compute the organic contamination level of a surface in mass per unit area from measured infrared band signals under ECSS-Q-ST-70-05C. Use when bands have been read for one or more species, a calibration exists for each, and the readings have to become a single areal figure with a cleanliness level attached. Holds every species to the band measure its own curve was built on, carries the dilution, recovery and sampled area through, reports a sub-limit species as a bounded pair instead of a poi...

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 q7005-contamination-level-calculation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7005 Contamination Level Calculation?

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

Security grade badge for Q7005 Contamination Level Calculation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7005-contamination-level-calculation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7005-contamination-level-calculation)

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

Download with Pro
Files
SKILL.md
---
name: q7005-contamination-level-calculation
description: "Compute the organic contamination level of a surface in mass per unit area from measured infrared band signals under ECSS-Q-ST-70-05C. Use when bands have been read for one or more species, a calibration exists for each, and the readings have to become a single areal figure with a cleanliness level attached. Holds every species to the band measure its own curve was built on, carries the dilution, recovery and sampled area through, reports a sub-limit species as a bounded pair instead of a point value, and categorizes the total against the supplied level bands. Trigger: ecss, q-st-70-05, contamination-level-calculation, baseline-corrected-band-signal, peak-height-versus-band-area, multi-species-contamination-sum, cleanliness-level-categorization, surface-areal-mass."
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-70-contamination-infrared-scope, q7005-contamination-level-calculation, contamination-level-calculation, baseline-corrected-band-signal, peak-height-versus-band-area, multi-species-contamination-sum, cleanliness-level-categorization]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Organic Contamination by IR — Level Calculation (space-systems/ecss/q7005-contamination-level-calculation)

Use when the task is the arithmetic between a spectrum and a cleanliness
statement — turning measured band signals into a mass per unit area for
each species present, a defensible total, and the level band that total
falls in.

## Domain quick reference

- A band signal is a peak height above a local baseline or an integrated
  band area, and the two are not interchangeable. A calibration built on
  one and applied to the other is wrong by the band's shape factor,
  which no amount of care in the rest of the chain recovers.
- Each identified species carries its own calibration. Summing signals
  before inverting them treats different absorptivities as equal; the
  inversion happens per species and the masses are what get summed.
- The sampling chain sits between the measured deposit and the surface:
  the dilution of an extract, the fraction the sampling recovered, and
  the area sampled. Any of them left at an implied unity moves the
  answer by that whole factor.
- A species whose signal sits below its quantification limit is not
  zero and is not its limit either. The honest total is a pair — a lower
  bound that omits it and an upper bound that counts it at its limit —
  and a single number hides which side of a level band the result may
  really be on.
- A level band is an upper bound on areal mass. The result is categorized
  into the tightest band whose bound it satisfies, and a result above
  every supplied band has no level, which is a finding rather than a
  silent fall-through to the loosest one.
- A total above the top calibration standard of any contributing species
  is an extrapolated total. The level attached to it is provisional
  until that species is re-run inside its curve.

## Workflow

1. Validate the sampling chain: sampled area, dilution factor of at
   least unity, and a recovery fraction in the open-to-unity range.
2. Validate each species record: name, the band measure used, its
   calibration slope and intercept, the measure kind that calibration
   was built on, and its quantification limit.
3. Refuse any species whose reading measure differs from the measure its
   calibration was built on.
4. Invert each species signal through its own calibration to a deposit
   mass, then carry the dilution, recovery and area to an areal mass.
5. Mark a species whose signal is at or below its quantification limit
   as sub-limit and exclude it from the lower-bound total while counting
   it at its limit in the upper-bound total.
6. Sum the species into the bounded total pair and categorize both
   bounds against the supplied level bands.
7. Report the per-species masses, the bounded total, the level of each
   bound, and every finding: a measure mismatch refused, a sub-limit
   contributor, a signal past the top standard, or a total above every
   band.

## Pitfalls

- Applying a peak-height calibration to an integrated band area. The two
  differ by the band width, so the result is wrong by a factor that
  looks like a plausible contamination level.
- Adding absorbances across species and inverting once. Absorptivities
  differ between a silicone and a hydrocarbon by a large factor, so the
  single inversion attributes the whole signal to whichever species the
  slope belonged to.
- Dropping a sub-limit species from the total silently. It reads as a
  clean result when the honest statement is an interval, and the
  interval can straddle the level boundary the hardware is accepted on.
- Categorizing against the loosest band because the total exceeded them
  all. A result off the top of the scale is not the bottom level; it is
  an out-of-scale finding.
- Quoting a level for a total whose largest contributor was read above
  its top calibration standard. Saturation biases that contributor low,
  so the level is optimistic in exactly the case that matters.

## Behavior contract (gate 3)

The sampling-chain validation, band-measure matching, per-species
inversion, dilution and recovery carry-through, sub-limit bounding, total
summation and level categorization are exercised by the gate 3 contract
test: scripts/test_q7005_contamination_level_calculation.py against
scripts/q7005_contamination_level_calculation_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7005_contamination_level_calculation.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 →