tencent-docs
Warn
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXPOSURE_AND_EXFILTRATION]: The
setup.shscript stores authentication tokens in the/tmp/directory (e.g.,.tdoc_auth_token). These files are world-readable on many systems, allowing other local users or processes to harvest the user's credentials. - [DYNAMIC_EXECUTION]: The
OperationSheettool insheet/api/operation-api.mdexecutes JavaScript code (js_script) that is generated at runtime by the agent. This allows for arbitrary logic execution within the spreadsheet environment based on user input. - [INDIRECT_PROMPT_INJECTION]: The
scrape_urltool inreferences/workflows.mdfetches content from arbitrary external websites and saves it into the document context. This content is subsequently read by the agent throughsmartcanvas.read, creating an ingestion surface for untrusted instructions without explicit sanitization or boundary markers. - [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The
setup.shscript performs a global installation of themcporterpackage usingnpm install -gat runtime without specifying a version or verifying the source.
Audit Metadata