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

E2040 Database Update After Implementation

ASecurity

Validate the as-built repository deposit that closes the device implementation phase under ECSS-E-ST-20-40C clause 5.7.3. Use when the task is confirming the final outputs of implementation reached the repository, that the digest recorded for each deposited configuration file matches the one read back from the device or lot it was loaded into, that every deposit carries a frozen baseline label rather than a moving branch, that the tool chain and seed needed to regenerate it are recorded, and ...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythondatabase

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 e2040-database-update-after-implementation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2040 Database Update After Implementation?

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

Security grade badge for E2040 Database Update After Implementation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2040-database-update-after-implementation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2040-database-update-after-implementation)

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

Download with Pro
Files
SKILL.md
---
name: e2040-database-update-after-implementation
description: "Validate the as-built repository deposit that closes the device implementation phase under ECSS-E-ST-20-40C clause 5.7.3. Use when the task is confirming the final outputs of implementation reached the repository, that the digest recorded for each deposited configuration file matches the one read back from the device or lot it was loaded into, that every deposit carries a frozen baseline label rather than a moving branch, that the tool chain and seed needed to regenerate it are recorded, and that superseded versions are retired instead of left active. Trigger: ecss, e-st-20-40c, device-implementation-database-update, as-built-bitstream-digest-match, implementation-baseline-freeze, regeneration-environment-record, superseded-deposit-still-active, final-programming-file-deposit."
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-20-electrical-scope, e2040-database-update-after-implementation, device-implementation-database-update, as-built-bitstream-digest-match, implementation-baseline-freeze, regeneration-environment-record, superseded-deposit-still-active]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Engineering — Database Update After Implementation (space-systems/ecss/e2040-database-update-after-implementation)

Use when the task is the repository update of ECSS-E-ST-20-40C clause
5.7.3 -- depositing what implementation actually produced, and proving
that what is in the repository is what is in the delivered device.

## Domain quick reference

- This deposit is an as-built record, not a design input. The earlier
  layout deposit fed the next phase; this one has to still describe the
  hardware years later, when the only thing available is the
  repository and a part in a bag.
- Identity is proved by digest, not by file name. A final programming
  file is deposited with the digest read back from the device or the
  lot it was loaded into, and a mismatch means either the deposit or
  the delivery is not the article that was tested. Neither possibility
  is resolved by renaming the file.
- A deposit has to be frozen. A baseline label names an immutable
  point; a branch name names whatever that branch holds today, so a
  deposit pointing at a branch has no fixed content and cannot be
  reconstructed as delivered.
- Regeneration is part of the deposit. The output alone does not
  survive a tool upgrade: the tool chain version and the run parameters
  that fix a non-deterministic implementation have to be recorded with
  it, or the repository holds a result nobody can reproduce.
- Superseded versions are retired explicitly. An old programming file
  left marked active is the one somebody loads at a board repair three
  years later, and the digest match that would have caught it was never
  run against the retired copy.
- Completeness is a fraction of the owed as-built set, with the missing
  items named, and a device using several technologies owes the
  technology-dependent items once per technology.

## Workflow

1. Validate the device record: identifier, device kind and a non-empty
   technology list. Reject an unknown kind rather than assuming the
   default implementation route.
2. Build the owed as-built set: the final netlist, the production test
   program and the implementation report per technology, plus the final
   programming file per technology for a device whose implementation is
   loaded rather than fabricated.
3. Validate every deposit: known kind, a technology that the device
   declares when the kind is technology-dependent, a non-empty baseline
   label, a lifecycle state of active or retired, and, when present, a
   digest and a recorded tool-chain version.
4. Match deposits to the owed set, taking the active deposit for each
   entry. Two active deposits for one entry is a finding in itself:
   the repository does not say which one was delivered.
5. Check identity: the deposit digest has to equal the digest read back
   from the device or lot. A deposit with no read-back digest recorded
   is unproven rather than matched, and is reported as such.
6. Check the freeze and the regeneration record: a baseline label that
   names a moving branch, an absent tool-chain version, or an absent
   run parameter set for a non-deterministic implementation are each
   their own finding.
7. Report the owed set, the completeness fraction, the digest results,
   the retired items and whether the implementation phase may close.

## Pitfalls

- Depositing the programming file without the read-back digest. The
  repository then holds a file that resembles the delivered one, and
  nothing in it says the device was loaded from that file.
- Pointing a deposit at a branch. The content moves after the phase
  closes, and the as-built record silently becomes an as-maintained
  one.
- Recording the output and not the tool chain. A rebuild on a later
  tool version produces a different file, and without the recorded
  version there is no way to tell whether the difference matters.
- Leaving the superseded file active alongside its replacement. The
  repository offers two answers to one question, and the wrong one is
  as reachable as the right one.
- Reusing the layout deposit as the implementation deposit. They are
  different obligations: one is the input the phase consumed, the other
  is what the phase produced and what the delivered device contains.

## Behavior contract (gate 3)

The owed as-built set, deposit validation, active-version selection,
digest read-back comparison, baseline freeze and regeneration-record
checks and completeness computation are exercised by the gate 3
contract test:
scripts/test_e2040_database_update_after_implementation.py against
scripts/e2040_database_update_after_implementation_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2040_database_update_after_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 →