Install
$ agentstack add skill-cloud-peek-agent-skills-nist-build ✓ 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 3 — Build
Phase label: nist-phase-3-build
This skill files GitHub issues. It does not write code.
What this phase is about
Build is where source code is written and turned into executables. The security controls here are about protecting the code from tampering as it moves through the repository, writing it according to secure-coding practices, and configuring the toolchain (compilers, interpreters, build systems) so that vulnerabilities are eliminated or surfaced before testing.
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 | | --- | --- | --- | | PS.1 | Protect All Forms of Code from Unauthorized Access and Tampering | [references/ps1.md](references/ps1.md) | | PW.5 | Create Source Code by Adhering to Secure Coding Practices | [references/pw5.md](references/pw5.md) | | PW.6 | Configure the Compilation, Interpreter, and Build Processes to Improve Executable Security | [references/pw6.md](references/pw6.md) |
How to run
Follow the phase walkthrough protocol in [references/protocol.md](references/protocol.md). Substitutions:
- `
=3` - `
=Build` - `
=nist-phase-3-build` - `
=PS.1,PW.5,PW.6`
Phase epic title: [NIST Phase 3] Build.
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, read the repo's actual CI configuration, package manifests, and compiler settings, then rewrite the notes to name real files and real gaps. "Actions are pinned to floating tags in .github/workflows/ci.yml, not commit SHAs" is worth more than "pin your actions".
PW.5 in particular is about this codebase's secure coding standard. If the repo already documents one — in a contributing guide, an agent instructions file, or a style guide — the epic should point at it and close the gaps, not invent a second standard alongside it.
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.