Install
$ agentstack add skill-processmission-agent-skills-zephyr-safety-evidence ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Zephyr Safety Evidence
Audit workflow
For every non-trivial task that writes to the workspace, choose a stable task slug and keep agent-only records under:
.zephyr-skills//
├── audit.md # Baseline, decisions, evidence, verification, and gaps
├── commands.md # Redacted commands, working directories, and results
├── scripts/ # Intermediate debug documents, scripts, and harnesses
├── output/ # Non-Zephyr dependencies and temporary binaries
└── logs/ # Decisive build, test, runtime, or diagnostic logs
Put every generated intermediate debugging document, debug script, and scaffolding or harness script, including Bash and Python scripts, under scripts/, never in a build directory. Put non-Zephyr third-party source or libraries acquired solely for the agent's task, and temporary binaries produced by agent-only probes or tools, under output/. Do not copy normal Zephyr build artifacts there. Keep other agent plans and temporary evidence in the same task directory. In a Git worktree, add /.zephyr-skills/ to the repository-local exclude file returned by git rev-parse --git-path info/exclude before writing audit artifacts. Preserve existing entries, avoid duplicates, and verify before handoff that git status --short contains no .zephyr-skills/ paths. Keep Zephyr-native build trees, binaries, and test outputs separate: honor a user-specified path, otherwise use defaults such as configured build.dir-fmt, build/, or twister-out/. Record the effective paths, do not stage .zephyr-skills/ unless requested, and report the task directory and unresolved gaps at handoff.
Evidence workflow
- Read the [safety guardrails](references/safety-guardrails.md) in full before
producing safety-facing output.
- Bound the claim to a safety scope layer, owner, source baseline, and evidence
boundary.
- Create only the artifacts the task needs: traceability, evidence, scope, or
assumptions.
- For implementation claims, link requirements to code or configuration and
verification evidence. For product, process, or assessment claims, link the applicable requirement, process, or assessment evidence and mark code or test fields as not applicable or as gaps.
- Separate facts, assumptions, human judgments, and gaps, and state what the
evidence does not prove.
- Leave certification, risk acceptance, and scope-closure decisions to the
responsible humans and assessors.
Never treat draft or partial evidence as proof of product ASIL compliance, IEC 61508 SIL/SC compliance, or completed certification.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: processmission
- Source: processmission/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.