5ec1cff/TrickyStore

Tricky Store is an Android module that modifies the certificate chain generated for Android key attestation.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 10th, 2026
Created on July 10th, 2024
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 408
Total Stargazers: 6,349 (+0)
Total Subscribers: 58 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.9 hours
Mean response time: 6.2 days
90th percentile: 13.8 days
Tracked items: 41

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 23% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 276 days
Stale 30+ days: 4
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • invalid (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Tricky Store is an Android module that modifies the certificate chain generated for Android key attestation.

The tool addresses the problem of Android devices failing key attestation checks by intercepting and modifying the keystore attestation chain. It works by hacking the leaf certificate on devices with functioning TEE, or falling back to certificate generation mode on devices where TEE is broken. Configuration is file-based: users place a hardware keybox.xml at a specified path to provide an unrevoked keybox, and customize target packages in target.txt to control which applications are affected. All configuration changes take effect immediately without requiring a reboot.

This module is suited for Android 10 and above. It is designed for users who need to modify attestation results for specific applications, particularly those dealing with devices that have broken TEE implementations. The tool provides per-package control through simple text-based configuration, allowing users to force either certificate generation or leaf hack mode on individual packages. The module will transition to closed-source in future versions.

The maintainers typically respond to new issues and pull requests within hours.