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

Q6003 Device Configuration System Implementation

ASecurity

Audit a device configuration system for its ability to reproduce any baseline it has already released. Use when clause 8.2.1 of ECSS-Q-ST-60-03 is in front of you and the question is whether the regeneration claim survives contact with the archive: resolve every artefact and tool a released baseline cites, separate an artefact that was rewritten under its own name from one that was purged and from one with no recorded integrity value, refuse a tool reference that floats to whatever version 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 q6003-device-configuration-system-implementation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6003 Device Configuration System Implementation?

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

Security grade badge for Q6003 Device Configuration System Implementation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6003-device-configuration-system-implementation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6003-device-configuration-system-implementation)

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

Download with Pro
Files
SKILL.md
---
name: q6003-device-configuration-system-implementation
description: "Audit a device configuration system for its ability to reproduce any baseline it has already released. Use when clause 8.2.1 of ECSS-Q-ST-60-03 is in front of you and the question is whether the regeneration claim survives contact with the archive: resolve every artefact and tool a released baseline cites, separate an artefact that was rewritten under its own name from one that was purged and from one with no recorded integrity value, refuse a tool reference that floats to whatever version is current, require an artefact a device can actually be rebuilt from, and weight coverage by units built. Trigger: ecss, q-st-60-03, q6003-device-baseline-regeneration, q6003-config-artefact-retention, q6003-config-artefact-integrity, q6003-production-tool-version-pinning, q6003-units-built-weighted-coverage."
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-60-03-device-scope, q-st-60-03, q6003-device-configuration-system-implementation, q6003-device-baseline-regeneration, q6003-config-artefact-retention, q6003-config-artefact-integrity, q6003-production-tool-version-pinning, q6003-units-built-weighted-coverage]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Space Devices — Configuration System Able to Regenerate a Released Baseline (space-systems/ecss/q6003-device-configuration-system-implementation)

Use when the task is clause 8.2.1 of ECSS-Q-ST-60-03: operating a configuration
system under which any device baseline already released can be produced again.
The obligation is not that records exist. It is that a specific released
baseline can be rebuilt from what the system still holds, which is a claim an
index of filenames can satisfy on paper and fail in practice.

## Domain quick reference

- Retention and retrievability are different properties. An artefact kept
  under its original name but rewritten in place resolves, opens, and is not
  what the baseline was produced from. That case looks healthier in an
  inventory than a purged file does, and it is worse, because nothing signals
  the substitution to whoever fetches it.
- An artefact with no recorded integrity value cannot be shown to be the one
  the baseline used, even when it genuinely is. The regeneration claim rests on
  demonstrable sameness, and an unhashed file offers none.
- A tool reference that floats pins nothing. A recorded dependency on the
  current release of a synthesis or layout tool resolves to a different
  program every year, and the baseline it helped produce quietly stops being
  reproducible without any record changing.
- A withdrawn tool is a harder failure than an unpinned one. The version can be
  recorded perfectly and the program still cannot be executed, so pinning
  discipline alone never surfaces it.
- Not every retained artefact regenerates a device. Process records and test
  programmes describe a build; a design source or a mask set reproduces one. A
  baseline holding only the former is fully archived and not regenerable.
- Exposure is weighted by units built. A baseline behind a hundred flight units
  and one behind a single engineering model are the same single entry in a
  baseline count and nothing like the same risk.

## Workflow

1. Index the stored artefacts and the recorded tools, refusing a repeated
   identifier: two artefacts under one name make every reference ambiguous.
2. Validate each released baseline record — identifier, device, units built,
   and non-empty artefact and tool reference lists — and stop there when a
   field is absent, because an unjudgeable record is not a regeneration
   failure.
3. Resolve every reference before grading anything. A citation the system does
   not hold is a defect in the system's own index and outranks the state of
   the artefacts that did resolve.
4. Grade each resolved artefact: separate a rewrite in place from a purge, and
   both from a retained copy carrying no integrity value, so the finding names
   the correction the archive actually needs.
5. Grade each resolved tool: a withdrawn program first, then a version that
   names no fixed release.
6. Require at least one artefact of a kind a device can be rebuilt from, so a
   complete set of descriptive records cannot pass as a regenerable baseline.
7. Weight the regenerable baselines by units built, compare that coverage with
   the required level, absorbing floating-point representation error at the
   boundary with a named tolerance rather than by lowering the level, and
   return one verdict with findings ranked worst first.

## Pitfalls

- Reading presence in the archive as retrievability. The in-place rewrite is
  the defect this clause exists to catch and the one an inventory count is
  blindest to.
- Accepting an unhashed artefact because it is obviously the right file. The
  obligation is to be able to demonstrate it, not to believe it.
- Treating a pinned-but-withdrawn tool as a pinning problem. The version is
  already recorded; the program is gone, and the fix is an executable archive,
  not a stricter reference.
- Counting a baseline as regenerable because every artefact it cites is
  retained. Retained process records regenerate nothing.
- Reporting several defects for one baseline at once. The first blocking
  finding is the one to fix; the rest may not survive fixing it.
- Counting baselines instead of weighting them by units built, and widening
  the required coverage so an exactly-met case passes. An equality at the
  boundary is a representation question, handled by the tolerance inside the
  comparison; the required level stays as agreed.

## Behavior contract (gate 3)

The artefact and tool indexing, baseline record validation, reference
resolution, retention and integrity grading, tool availability and version
pinning checks, regenerating-artefact requirement, units-built-weighted
coverage and ranked findings are exercised by the gate 3 contract test:
`scripts/test_q6003_device_configuration_system_implementation.py` against
`scripts/q6003_device_configuration_system_implementation_logic.py` (stdlib
unittest, offline). Run:
`python3 scripts/test_q6003_device_configuration_system_implementation.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 →