copy-transcript-path

Pass

Audited by Gen Agent Trust Hub on Aug 10, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a local shell script (scripts/copy-transcript-path.sh) to automate the retrieval of transcript paths.
  • It uses the find utility to search for .jsonl transcript files within application-specific directories in the user's home folder (~/.claude/projects or ~/.codex/sessions).
  • It interacts with the macOS clipboard using the /usr/bin/pbcopy binary.
  • It validates that session identifiers (provided via environment variables CLAUDE_CODE_SESSION_ID or CODEX_THREAD_ID) are valid UUIDs using a regular expression before using them in file search patterns.
  • It allows for flexibility in environments via optional variables like COPY_TRANSCRIPT_PATH_PBCOPY and CLAUDE_CONFIG_DIR.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 10, 2026, 04:27 PM
Security Audit — agent-trust-hub — copy-transcript-path