qa
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the Bun runtime installer from
https://bun.sh/install. The installation process includes a security check verifying the script's SHA256 checksum against a hardcoded value before execution, following best practices for remote script execution. - [COMMAND_EXECUTION]: Runs local utility binaries and scripts from the
~/.claude/skills/gstack/bin/directory. Commands such asgstack-slug,gstack-repo-mode, andgstack-configare used to manage project context and configuration viaevalandsourceoperations. - [DATA_EXFILTRATION]: Contains logic for telemetry collection and artifact synchronization. Telemetry includes skill usage statistics and repository names used for operational improvements. The skill offers to sync artifacts like plans and reports to a private GitHub repository via the GBrain service. Both features require user consent via interactive prompts using the
AskUserQuestiontool during the initial setup. - [PROMPT_INJECTION]: Subject to indirect prompt injection risks when processing content from external websites during QA testing.
- Ingestion points: Uses the
browsetool to visit and read content from target URLs specified by the user or detected from the project. - Boundary markers: Absent. The skill does not use explicit delimiters or instructions to isolate web content from the agent's instructions.
- Capability inventory: The skill has access to
Bash,Read,Write,Edit,Glob, andGreptools. - Sanitization: Absent. There is no evidence of sanitization or filtering of web content before processing.
Audit Metadata