id-capture-net-maui
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical integration guide for the Scandit ID Capture SDK in .NET MAUI environments. It provides correct architectural guidance regarding platform-specific initialization and XAML view hosting.
- [DATA_INGESTION]: The skill describes processes for ingesting data from external sources (physical ID documents) into the agent's application context.
- Ingestion points: Data enters the system via the
CapturedIdobject in theOnIdCapturedcallback. - Boundary markers: Not applicable as the skill provides code templates where data is handled within C# object properties.
- Capability inventory: The integration templates focus on UI feedback (alerts) and do not demonstrate network exfiltration, file system writes, or shell execution based on the ingested document data.
- Sanitization: Standard C# type safety is used for fields like
FullName,DateResult, andDocumentNumber. - [EXTERNAL_DOWNLOADS]: The skill directs the agent to fetch the latest version of the SDK from the official NuGet gallery (
nuget.org) and refers to the vendor's official documentation (docs.scandit.com) and licensing portal (ssl.scandit.com). These are all well-known or vendor-owned services. - [PROMPT_INJECTION]: Heuristic detections for concealment were evaluated and found to be false positives; the terms "suppress" and "fails silently" are used correctly in a technical context to describe dependency management and UI lifecycle behavior, not as attempts to hide malicious behavior from the user.
Audit Metadata