Ensure all signed artifacts are validated
Scanned 9/3/2026
Install to Claude Code
npx -y skills add CyberStrikeus/CyberStrike --skill cis-docker-4.12 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cis Docker 4.12?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyberstrikeus-cis-docker-4-12)More formats (shields.io, HTML) on the badges page.
---
name: cis-docker-4.12
description: "Ensure all signed artifacts are validated"
category: cis-docker
version: "1.8.0"
author: cyberstrike-official
tags: [cis, docker, linux, containers, images, build, artifact-validation, signatures]
cis_id: "4.12"
cis_benchmark: "CIS Docker Benchmark v1.8.0"
tech_stack: [linux, docker]
cwe_ids: []
chains_with: []
prerequisites: []
severity_boost: {}
---
# 4.12 Ensure all signed artifacts are validated (Manual)
## Profile Applicability
- Level 1 - Docker - Linux
## Description
Validate artifacts signatures before uploading to the package registry.
## Rationale
Cryptographic signature is a tool to verify artifact authenticity. Every artifact is supposed to be signed by its creator in order to verify that it wasn't compromised until it got to the client. Validating artifact signature before delivering it is another level of protection, which checks that the signature hasn't been changed, which means that no one tried or succeeded in tampering with the artifact. That sets trust between the supplier and the client.
## Audit Procedure
Ensure every artifact in the package has been validated with its signature.
## Remediation
Validate every artifact with its signature. It is recommended to do so automatically.
## CIS Controls
### v8
**2.7 Allowlist Authorized Scripts**
Use technical controls, such as digital signatures and version control, to ensure that only authorized scripts, such as specific .ps1, .py, etc., files, are allowed to execute. Block unauthorized scripts from executing. Reassess bi-annually, or more frequently.
### v7
**2.7 Utilize Application Whitelisting**
Utilize application whitelisting technology on all assets to ensure that only authorized software executes and all unauthorized software is blocked from executing on assets.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!