copy
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard system utilities (
pbcopyon macOS andxclipon Linux) to manage the clipboard. These are appropriate tools for the skill's stated purpose. - [COMMAND_EXECUTION]: The provided bash scripts use quoted heredocs (
cat <<'EOF') to pipe content to clipboard utilities. This is a security best practice that prevents the shell from interpreting variables or executing commands within the content being copied, effectively mitigating command injection risks when handling untrusted or user-provided data.
Audit Metadata