Install
$ agentstack add skill-cloud-peek-agent-skills-nist-design ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
NIST SSDF Phase 2 — Design
Phase label: nist-phase-2-design
This skill files GitHub issues. It does not write code.
What this phase is about
Design is where security is cheapest to add and most expensive to skip. In this phase the team uses risk modeling to predict how the software will be attacked, has those models reviewed by someone who did not draw them, and decides which security functions to reuse from already-vetted components rather than build from scratch.
Practices
Walk these in order — each one assumes the previous has landed. Read a practice's reference file only when you reach it, not up front.
| Practice | Name | Reference | | --- | --- | --- | | PW.1 | Design Software to Meet Security Requirements and Mitigate Security Risks | [references/pw1.md](references/pw1.md) | | PW.2 | Review the Software Design to Verify Compliance with Security Requirements and Risk Information | [references/pw2.md](references/pw2.md) | | PW.4 | Reuse Existing, Well-Secured Software When Feasible Instead of Duplicating Functionality | [references/pw4.md](references/pw4.md) |
How to run
Follow the phase walkthrough protocol in [references/protocol.md](references/protocol.md). Substitutions:
- `
=2` - `
=Design` - `
=nist-phase-2-design` - `
=PW.1,PW.2,PW.4`
Phase epic title: [NIST Phase 2] Design.
The protocol confirms scope with the user, finds or creates the phase epic, then walks each practice — checking for an existing epic, asking whether to file, link, or skip, and updating the phase epic checklist as it goes. It never creates an issue without confirmation.
Adapting to the repo
The implementation notes in each reference file are deliberately generic, because this skill is meant to run against any repository. Before drafting an epic, look at the actual architecture — where the trust boundaries are, which components handle untrusted input, what is already documented — and rewrite the notes to name real surfaces and real gaps. A threat-modeling task that names this system's actual attack surface is worth more than one that says "run a threat model".
Note on practice numbering
PW.4 has tasks PW.4.1, PW.4.2, and PW.4.4. There is no PW.4.3 — in SSDF v1.1 it moved to PW.1.3. The reference files preserve NIST's numbering; do not renumber them to close the gap.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Cloud-Peek
- Source: Cloud-Peek/agent-skills
- License: Apache-2.0
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.