axhub-commentary
Fail
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
execFileSyncandspawnto perform system-level operations, specifically modifying the Windows Registry viareg addto register Native Messaging hosts and utilizingchmodto manage directory and file permissions.\n- [COMMAND_EXECUTION]: Implements persistence mechanisms by writing manifest files into sensitive browser configuration directories (e.g.,~/Library/Application Support/Google/Chrome/NativeMessagingHosts/and equivalent paths for Edge/Linux) and creating startup-related registry keys inHKCU.\n- [EXTERNAL_DOWNLOADS]: The skill downloads the@axhub/acppackage from the NPM registry using thenpxcommand. While this is a vendor-owned resource, it involves fetching and executing third-party code at runtime.\n- [REMOTE_CODE_EXECUTION]: The skill executes remote code fetched vianpxand generates local shell and batch wrapper scripts (run_host.sh,run_host.bat) which are executed by the host system via the browser's Native Messaging API.\n- [PROMPT_INJECTION]: The skill processes untrusted external data fromcomments.json(Category 8). The ingestion point is the localcomments.jsonfile; while it performs schema validation, it lacks explicit prompt boundary markers. The skill possesses high-privilege capabilities including shell command execution and file writing, creating an indirect prompt injection surface. The evidence chain includes: 1) Ingestion point:comments.json; 2) Boundary markers: Absent; 3) Capability inventory:spawn,execFileSync, and file writes; 4) Sanitization: Schema and path validation.
Recommendations
- AI detected serious security threats
Audit Metadata