gzh-subscribe
Warn
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
assets/subscribe.pyexecutes system commands viasubprocess.runto install persistence mechanisms. It useslaunchctlon macOS to create aLaunchAgentandcrontabon Linux to schedule recurring daily execution of the subscription script at 09:00 AM. - [DATA_EXFILTRATION]: The skill performs network requests to an external vendor API at
https://redfox.hk/story/api/gzhData/queryWorkListto fetch WeChat article metadata and metrics. - [CREDENTIALS_UNSAFE]: The script
assets/subscribe.pycontains a hardcoded public API key (ak_db0e200c049b44288d46da0e758d53dd) used as a default credential for accessing the vendor's data services. - [PROMPT_INJECTION]: The skill exhibits an indirect injection surface by retrieving external content (article titles and summaries) from a remote API and interpolating that data directly into an HTML report template and terminal output without demonstrated sanitization or output encoding.
Audit Metadata