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.app and uses the standard @tauri-apps/plugin-clipboard-manager package. 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.md utilizes the readText() function. (2) Boundary markers: SKILL.md includes instructions to identify clipboard content types and restrict access to user-initiated actions. (3) Capability inventory: Writing to the clipboard via writeText() and scoped permissions in templates/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
Risk Level
SAFE
Analyzed
Jun 13, 2026, 12:34 AM
Security Audit — agent-trust-hub — tauri-app-clipboard