rankup
Warn
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The script
scripts/gefei-ask.mjsreads a local JavaScript file (gefei-chat.browser.js) and evaluates its source code directly within the browser's execution context usingopencli. - [REMOTE_CODE_EXECUTION]:
scripts/check-version.mjsperforms self-updates by executingnpm execwith an external packageskills@1.5.21that is downloaded at runtime. - [DYNAMIC_EXECUTION]: The archived Python script
scripts/archive/gt-v1/gt.pyusesos.execveto replace the current process with a Python executable from a dynamically created virtual environment. - [EXTERNAL_DOWNLOADS]: The script
scripts/archive/gt-v1/gt.pyautomatically initializes a Python virtual environment and installs external dependencies (pytrends,tabulate) usingpipduring execution. - [COMMAND_EXECUTION]: Numerous scripts throughout the skill (e.g.,
scripts/ahrefs-setup.mjs,scripts/clarity-setup.mjs,scripts/naver-setup.mjs) execute shell commands to drive browser automation, perform network queries, and manipulate system settings. Notably,scripts/pagespeed.mjsusesosascripton macOS to forcefully activate the Chrome application window. - [INDIRECT_PROMPT_INJECTION]: The skill's primary function involves ingesting and processing data from a wide variety of untrusted external sources, including Reddit (
reddit-wishes.mjs), Hacker News (hn-signals.mjs), Chrome Web Store (chrome-ext-gap.mjs), and various app stores. This content is interpolated into the agent context, providing a large surface area for indirect prompt injection attacks. - [COMMAND_EXECUTION]:
scripts/is-agentic.mjsexecutes external code vianpx is-agenticto perform site scanning.
Audit Metadata