laohan-redian
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
spawnSyncin its Node.js script to execute a local tool namedopencli. This is an intended integration for the skill's purpose of fetching platform data. The arguments passed to the command are strictly controlled via a hardcoded map of source definitions, preventing arbitrary command injection. - [REMOTE_CODE_EXECUTION]: The skill includes instructions to run a local JavaScript file using
node. This script performs network requests viafetch()to a specific domain (aihot.virxact.com) and executes theopenclicommand. The execution is scoped to the skill's own directory and does not download or execute untrusted remote code. - [DATA_EXFILTRATION]: While the skill accesses external trend signals, it does not access sensitive system files or credentials. Network activity is limited to fetching public trend data. The instructions explicitly forbid installing new browsers, crawlers, or third-party runtimes.
Audit Metadata