Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
SecurityAvançado

Device Integrity

pordpearson2699·dpearson2699· v1.0.0 · atualizado em 2026-04-10
83
Score

Verify device legitimacy and app integrity using DeviceCheck (DCDevice per-device bits) and App Attest (DCAppAttestService key generation, attestation, and assertion flows). Use when implementing fraud prevention, detecting compromised devices, validating app authenticity with Apple's servers, protecting sensitive API endpoints with attested requests, or adding device verification to your backend architecture.

device-integrityapp-attestdevicecheckfraud-preventionsecurityios-securitymobile-security
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddevice-integrity/workflow
1. Check if `DCAppAttestService` is supported. If not, fallback to `DCDevice`.
2. Generate a key pair in the Secure Enclave using `DCAppAttestService.generateKey()` and persist the `keyId`.
3. Obtain a challenge from the server.
4. Hash the challenge using SHA256.
5. Attest the key using `DCAppAttestService.attestKey()` with the challenge hash.
6. Send the attestation object to the server for verification.
7. For subsequent requests, generate an assertion using `DCAppAttestService.generateAssertion()` with the request data hash.
8. Include the assertion in the request header.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aWallet Policy Generator
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84
Similar aQuery Token Audit Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aSpring Boot Security Review
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Device Integrity
device-integrity
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.RECOMMEND
5.ACT
6.EVALUATE
Triggers8
verify device legitimacyimplement app attestationdetect compromised devicesvalidate app authenticity with Appleprotect API endpoints with attested requestsadd device verification to backenduse DeviceCheck for fraud preventiongenerate app attest key

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download device-integrity
$ synaptic skills detail device-integrity
$ synaptic skills live device-integrity

Dependências

DeviceCheckCryptoKit

Links

GitHub Repository