·device-integrity
</>

device-integrity

DeviceCheck (DCDevice デバイスごとのビット) と App Attest (DCAppAttestService キーの生成、構成証明、およびアサーション フロー) を使用して、デバイスの正当性とアプリの整合性を検証します。詐欺防止の実装、侵害されたデバイスの検出、Apple サーバーでのアプリの信頼性の検証、証明されたリクエストによる機密 API エンドポイントの保護、またはバックエンド アーキテクチャへのデバイス検証の追加の場合に使用します。

41インストール·17トレンド·@dpearson2699

インストール

$npx skills add https://github.com/dpearson2699/swift-ios-skills --skill device-integrity

device-integrity のインストール方法

コマンドラインで device-integrity AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/dpearson2699/swift-ios-skills --skill device-integrity
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: dpearson2699/swift-ios-skills。

Verify that requests to your server come from a genuine Apple device running your unmodified app. DeviceCheck provides per-device bits for simple flags (e.g., "claimed promo offer"). App Attest uses Secure Enclave keys and Apple attestation to cryptographically prove app legitimacy on each request.

DCDevice generates a unique, ephemeral token that identifies a device. The token is sent to your server, which then communicates with Apple's servers to read or set two per-device bits. Available on iOS 11+.

Your server uses the device token to call Apple's DeviceCheck API endpoints:

DeviceCheck (DCDevice デバイスごとのビット) と App Attest (DCAppAttestService キーの生成、構成証明、およびアサーション フロー) を使用して、デバイスの正当性とアプリの整合性を検証します。詐欺防止の実装、侵害されたデバイスの検出、Apple サーバーでのアプリの信頼性の検証、証明されたリクエストによる機密 API エンドポイントの保護、またはバックエンド アーキテクチャへのデバイス検証の追加の場合に使用します。 ソース: dpearson2699/swift-ios-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill device-integrity
カテゴリ
</>開発ツール
認証済み
初回登録
2026-03-09
更新日
2026-03-10

Browse more skills from dpearson2699/swift-ios-skills

クイックアンサー

device-integrity とは?

DeviceCheck (DCDevice デバイスごとのビット) と App Attest (DCAppAttestService キーの生成、構成証明、およびアサーション フロー) を使用して、デバイスの正当性とアプリの整合性を検証します。詐欺防止の実装、侵害されたデバイスの検出、Apple サーバーでのアプリの信頼性の検証、証明されたリクエストによる機密 API エンドポイントの保護、またはバックエンド アーキテクチャへのデバイス検証の追加の場合に使用します。 ソース: dpearson2699/swift-ios-skills。

device-integrity のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dpearson2699/swift-ios-skills --skill device-integrity インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/dpearson2699/swift-ios-skills