Check TD Runtime Environment

Check TD Runtime Environment

intel cf96052 2 files · 8.1 KB Updated

File contents

Check TD Runtime Environment

检测当前操作系统是否为TDVM机密虚拟机,并提供安全证明。 Check whether the current OS is a TDVM confidential VM and provide security evidence.

Description

This skill detects whether the current OS system is a TDVM confidential virtual machine and provides security proof if it is. The script checks for Intel TDX-specific features and artifacts to confirm the confidential computing environment.

Usage

  • When user requests to check if the system is a TDVM confidential VM
  • When user wants security proof of the confidential computing environment
  • When user needs to verify TDX capabilities

Run

python3 {baseDir}/scripts/check_td_runtime.py

Output

The script outputs:

  • Whether the system is running in TDVM or not
  • Security evidence including TDX-specific artifacts
  • System configuration details that confirm confidentiality

Example Requests

  • "检测当前系统是否为TDVM机密虚拟机"
  • "Check if this is a confidential VM"
  • "验证系统的机密计算环境"
  • "Show me security proof of TDVM"

intel/confidential-computing-zoo/tree/main/cczoo/openclaw-cc/cc_tdx_skills/check_td_runtime commit cf96052c4f

Frequently asked questions

npx skillmds@latest add intel/check-td-runtime-environment