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

Q2007 Safety Policy

ASecurity

Evaluate the documented safety policy and safety objectives of a space test centre under ECSS-Q-ST-20-07C clause 5.9.2: confirm the policy carries every required commitment, was approved at a level that binds resources, was communicated to personnel and is inside its review interval; then grade each objective as a measurable target with baseline, unit, direction, owner and due day, and score the progress and attainment actually reached. Use when a centre safety policy statement, its commitmen...

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 q2007-safety-policy --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q2007 Safety Policy?

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

Security grade badge for Q2007 Safety Policy
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q2007-safety-policy/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q2007-safety-policy)

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

Download with Pro
Files
SKILL.md
---
name: q2007-safety-policy
description: "Evaluate the documented safety policy and safety objectives of a space test centre under ECSS-Q-ST-20-07C clause 5.9.2: confirm the policy carries every required commitment, was approved at a level that binds resources, was communicated to personnel and is inside its review interval; then grade each objective as a measurable target with baseline, unit, direction, owner and due day, and score the progress and attainment actually reached. Use when a centre safety policy statement, its commitments or its safety objectives have to be assessed or drafted. Trigger: ecss, q-st-20-07c, test-centre-safety-policy, safety-policy-commitments, top-management-approval, policy-review-currency, safety-objective-target, safety-objective-attainment."
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-20-test-centre-scope, q2007-safety-policy, test-centre-safety-policy, safety-policy-commitments, safety-objective-target, safety-objective-attainment, policy-review-currency]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Test Centre — Safety Policy and Objectives (space-systems/ecss/q2007-safety-policy)

Use when the task is the safety-policy step of ECSS-Q-ST-20-07C clause 5.9.2
— deciding whether what a test centre has written down as its safety
commitments, and the targets it set itself against them, are the kind that
can actually be held to.

## Domain quick reference

- A safety policy is a set of commitments, not a sentiment. The commitments
  a centre has to make explicit are management accountability, compliance
  with the law, prevention of hazards, provision of resources, consultation
  of personnel, continual improvement and communication. A policy that omits
  one of them is not shorter; it is narrower, and the omission is always the
  commitment that would have cost something.
- Approval level is the load-bearing part. Resource provision and
  consultation can only be promised by the management that controls them, so
  a policy signed below that level promises what the signatory cannot give.
- A policy that has not reached the personnel governs nothing. Communication
  is a commitment in its own right and also the condition on which the rest
  of the commitments have effect.
- A review interval turns the policy into a maintained item. Inside the
  interval it is current, on the interval it is due, past it the centre can
  no longer claim the policy reflects the facility as it is now.
- An objective without a unit, a baseline and a direction is an aspiration.
  Direction matters because the same number is a pass for an increase target
  and a fail for a decrease one, and progress measured from the baseline is
  what distinguishes movement from noise.
- A target equal to its baseline asks for nothing and cannot be graded; it
  is an input error, not an easy objective. Movement away from the baseline
  is a finding even while the due day is still ahead.

## Workflow

1. Validate the policy: statement, commitment list, approving role, issue day
   and review interval are all required, and an unknown commitment token is
   an input error rather than an extra commitment.
2. Compute the missing commitments against the required set and report them
   by name, not as a count.
3. Grade the approval role against the levels that bind resources, and check
   the policy was communicated.
4. Grade the review currency as current, due or overdue from the issue day,
   the interval and today, on exact integer day arithmetic.
5. Validate each objective as measurable: metric, unit, baseline, target,
   direction, owner and due day, refusing a target that coincides with its
   baseline or contradicts its stated direction.
6. Grade each objective against its measured value: progress as the fraction
   of the baseline-to-target movement achieved, attainment with a named
   tolerance so a value exactly on target counts as met, and a regression
   when the value moved away from the baseline.
7. Aggregate: the attained fraction against the required fraction, unmet
   objectives past their due day, and the policy findings; the policy stands
   only when the finding list is empty.

## Pitfalls

- Reading a signed policy as an approved one. The question is which level
  signed it: a signature below the management that controls resources cannot
  commit the resource provision the policy states.
- Counting commitments instead of naming the missing ones. The count tells
  nobody which promise is absent, and the absent one is the actionable fact.
- Grading an objective on its raw value without its direction. The same
  measured number is met for an increase target and missed for a decrease
  one, and a direction-blind comparison silently inverts half the register.
- Setting a target at the current baseline so the objective is met on the
  day it is written. That is not a conservative objective; it is an
  unmeasurable one, and it has to be refused at validation.
- Treating progress above one as an error. Overshooting the target is normal
  and informative; what is a finding is progress below zero, which says the
  metric moved away from where the objective wanted it.
- Widening a required attainment to make an exact-equality case pass. An
  equality at the limit is a representation question, handled by the
  tolerance inside the comparison; the requirement stays as specified.

## Behavior contract (gate 3)

The commitment completeness check, approval-level test, review-currency
arithmetic, objective validation, progress and attainment grading, regression
detection and overall policy verdict are exercised by the gate 3 contract
test:
scripts/test_q2007_safety_policy.py against
scripts/q2007_safety_policy_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q2007_safety_policy.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 →