makepad-basics
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill contains no indicators of malicious intent, obfuscation, or data exfiltration. All code snippets provided are standard Rust and Makepad DSL examples.
- [COMMAND_EXECUTION] (LOW): The skill lists system setup commands (e.g.,
apt-get install,cargo install) within the documentation. These are legitimate environment preparation steps for the Makepad library and are presented as information for the user rather than automated execution strings. - [EXTERNAL_DOWNLOADS] (LOW): The
Cargo.tomlexamples reference the official Makepad GitHub repository (github.com/makepad/makepad). While this organization is not on the pre-defined trusted list, it is the primary source for the framework described in the skill and is standard for development. - [DATA_EXPOSURE] (LOW): The skill utilizes local reference files for context (Category 8 surface). Documentation ingestion points are well-defined (
./references/app-structure.md,./references/event-handling.md), and the skill is limited to providing programming assistance based on these files.
Audit Metadata