tauri-app-clipboard
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The instructions and examples provided do not contain any malicious patterns or unauthorized operations. The skill focuses on the legitimate use of the official Tauri clipboard manager plugin.
- [EXTERNAL_DOWNLOADS]: The skill references official documentation at
v2.tauri.appand uses the standard@tauri-apps/plugin-clipboard-managerpackage. These are recognized as trusted resources for Tauri development. - [SAFE]: The skill manages the attack surface for indirect prompt injection created by reading clipboard data. (1) Ingestion point:
examples/usage.mdutilizes thereadText()function. (2) Boundary markers:SKILL.mdincludes instructions to identify clipboard content types and restrict access to user-initiated actions. (3) Capability inventory: Writing to the clipboard viawriteText()and scoped permissions intemplates/capabilities.json. (4) Sanitization: The skill provides explicit guidance on reducing clipboard abuse risks and implementing safe copy/paste flows. This implementation is appropriate for the intended developer tools use case.
Audit Metadata