pair-agent
Fail
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: Downloads and executes the Bun installation script from the official
bun.shdomain. The installation process includes a mandatory SHA256 checksum validation to verify the script's integrity before execution. - [COMMAND_EXECUTION]: Employs
evalandsourcecommands to process the output of internal helper binaries (gstack-slugandgstack-repo-mode) located within the skill's local directory for environment setup. - [EXTERNAL_DOWNLOADS]: Fetches components from
bun.shand provides setup guidance forngrok.com, both of which are established and well-known technology service providers. - [DATA_EXFILTRATION]: Records session metadata, skill usage statistics, and local repository names to analytics files on the local filesystem. Any transmission of this data to the vendor's servers is subject to a user-facing opt-in process.
- [PROMPT_INJECTION]: Ingests project-specific data from
CLAUDE.mdandlearnings.jsonlfiles. These files represent a surface for indirect prompt injection if they contain instructions authored by an untrusted source. - Ingestion points:
CLAUDE.md,learnings.jsonl(processed in theSKILL.mdpreamble) - Boundary markers: Not present for context ingestion
- Capability inventory: Shell access (Bash), file reading (Read), interactive questioning (AskUserQuestion)
- Sanitization: No specific filtering or escaping logic detected for ingested context files
Recommendations
- HIGH: Downloads and executes remote code from: https://bun.sh/install - DO NOT USE without thorough review
Audit Metadata