clipboard
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands such as
cat,pbcopy, andrmto manage clipboard operations and temporary file cleanup. - [COMMAND_EXECUTION]: Uses
swift -eto execute a local Swift script that interacts with theNSPasteboardAPI for rich text support. The script logic is statically defined within the instructions. - [COMMAND_EXECUTION]: Employs security best practices by using single-quoted heredocs (
<<'CLIPBOARD') when passing conversation content to shell commands, which prevents the shell from interpreting special characters or symbols in the user's text as executable code.
Audit Metadata