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

E7041 Abort All Request Sequences And Report

ASecurity

Execute the whole-engine abort sweep of ECSS-E-ST-70-41C clause 6.21.5.8 and assemble the report it owes the ground. Use when every executing request sequence must stop at once and the operator cannot name them: refusing an identifier list that would narrow the coverage the request exists for, attempting every executing sequence so a fault on one never stops the sweep reaching the rest, emitting one entry per sequence running when the sweep began with its step reached and outcome, and computi...

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

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 e7041-abort-all-request-sequences-and-report --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E7041 Abort All Request Sequences And Report?

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

Security grade badge for E7041 Abort All Request Sequences And Report
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e7041-abort-all-request-sequences-and-report/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e7041-abort-all-request-sequences-and-report)

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

Download with Pro
Files
SKILL.md
---
name: e7041-abort-all-request-sequences-and-report
description: "Execute the whole-engine abort sweep of ECSS-E-ST-70-41C clause 6.21.5.8 and assemble the report it owes the ground. Use when every executing request sequence must stop at once and the operator cannot name them: refusing an identifier list that would narrow the coverage the request exists for, attempting every executing sequence so a fault on one never stops the sweep reaching the rest, emitting one entry per sequence running when the sweep began with its step reached and outcome, and computing the totals from the assembled entries so a truncated transfer is detectable. Trigger: ecss, e-st-70-41-packet-utilization-scope, request-sequence-abort-all, request-sequence-abort-sweep-coverage, request-sequence-abort-all-report, request-sequence-abort-fault-isolation."
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-70-41-packet-utilization-scope, e7041-abort-all-request-sequences-and-report, request-sequence-abort-all, request-sequence-abort-sweep-coverage, request-sequence-abort-all-report, request-sequence-abort-fault-isolation]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Packet Utilization — Abort All Request Sequences and Report (space-systems/ecss/e7041-abort-all-request-sequences-and-report)

Use when the task is the whole-engine abort of ECSS-E-ST-70-41C clause
6.21.5.8 -- stopping every request sequence the engine is running and
reporting what the sweep found, with the four normative items that
clause places on the coverage and the report.

## Domain quick reference

- The single-sequence abort stops something the operator identified.
  This request exists for the case where they cannot identify
  anything: an anomaly of unknown origin, a safe-mode handover, a pass
  closing with sequences still running.
- Its whole value is coverage, so it takes no identifier list.
  Narrowing it to what the requester already suspects is the one
  modification that removes the reason to have it.
- Every executing sequence is attempted. An abort that fails on one
  must not stop the sweep reaching the others, because the sequences
  that would then keep running are chosen by store order rather than
  by anything operational.
- A partly-completed sweep reported as a success is worse than no
  sweep at all. The operator stops looking, and the sequences that
  survived keep releasing requests.
- The report entry set is fixed at the moment the sweep begins. A
  sequence that finished on its own during the sweep still gets an
  entry, because the ground is reconciling against what was running.
- Each entry carries the step reached, so the released requests -- the
  ones the sweep did not and cannot recall -- are countable from the
  report rather than guessed at.
- The totals are computed from the assembled entries. Computed from
  the store, they agree with the intent instead of the content, and a
  truncated transfer passes the check that was added to catch it.

## Workflow

1. Refuse an identifier list before anything else, including an empty
   one; an empty list is still a request to narrow the sweep.
2. Normalize the store and reject a duplicate identifier, a released
   count above the body length, a sequence executing while not loaded
   or an inactive one claiming released requests.
3. Select every sequence in the executing state, in store order, and
   fix that set as the scope of the report.
4. Attempt each abort independently, recording an outcome per
   sequence; a fault on one produces a failed entry and the sweep
   carries on to the next.
5. Apply only the successful aborts to the store, leaving a faulted
   sequence executing so the ground can see it is still running.
6. Compute the totals from the entries, verify the report against its
   own totals, and close with the verdict, the identifiers still
   executing, and a finding for every fault and every sequence that
   had already released requests.

## Pitfalls

- Accepting an identifier list "for convenience". The sweep then
  covers what the operator already thought of, which is precisely the
  set that did not need a whole-engine abort.
- Stopping at the first failed abort. The sequences aborted are the
  ones whose identifiers sorted first, and the operator is told the
  engine is quiet when it is not.
- Reporting a partial sweep as complete. Nobody looks again, and the
  surviving sequences keep releasing requests into an anomaly.
- Marking a faulted sequence aborted in the store. The status report
  then agrees with the abort report and both are wrong together.
- Recomputing the entry set after the aborts. Sequences that did stop
  drop out of the report, and the ground cannot reconcile the sweep
  against what was running when it was commanded.
- Taking the totals from the store rather than the entries. A
  truncated downlink then satisfies its own completeness check.
- Treating the sweep as a recall. Requests already released are
  executing in their destinations, and only the per-entry step counts
  reveal how many of them there are.

## Behavior contract (gate 3)

The selector refusal, store normalization, executing-set selection,
per-sequence abort attempt with fault isolation, entry assembly in
store order, entry-derived totals, report self-consistency check,
partial application to the store and the fault and recovery findings
are exercised by the gate 3 contract test:
scripts/test_e7041_abort_all_request_sequences_and_report.py against
scripts/e7041_abort_all_request_sequences_and_report_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_e7041_abort_all_request_sequences_and_report.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 →