antom-reconciliation-expert
Fail
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_&_REMOTE_CODE_EXECUTION]: The skill instructs users to install the
antomCLI by piping shell scripts from the official vendor domainmdn.alipayobjects.com(Alipay/Ant International) directly intobashor PowerShell'siex. These scripts are used to distribute the vendor's official command-line tooling. - [EXTERNAL_DOWNLOADS]: The skill dynamically fetches business knowledge, constraints, and capability definitions from
cdn.marmot-cloud.com, a vendor-managed CDN. It also downloads settlement report files fromdashboard.antom.comfor local processing. - [COMMAND_EXECUTION]: The skill uses
subprocess.runinscripts/retrieval/base_api_client.pyand other modules to execute theantomCLI tool for authenticated report queries and transaction lookups. - [DYNAMIC_EXECUTION]: The
scripts/cli.pylauncher employs__import__to dynamically verify that necessary Python dependencies likeopenpyxlandrequestsare installed before proceeding with data analysis tasks. - [INDIRECT_PROMPT_INJECTION]: The skill processes financial reports (CSV and XLSX) that may originate from external sources.
- Ingestion points: The
parse_reportsfunction inscripts/core/parser.pyingests data from local and downloaded files. - Boundary markers: The parsing logic does not implement specific delimiters to separate potentially untrusted report content from agent instructions.
- Capability inventory: The skill possesses capabilities for network downloads (
requests) and local command execution (via theantomCLI). - Sanitization: Report data is parsed into structured formats using
Decimalfor precision; however, no sanitization specifically designed to mitigate prompt injection within report content is present.
Recommendations
- HIGH: Downloads and executes remote code from: https://mdn.alipayobjects.com/portal_4vwbay/uri/file/as/release/antom-cli-install.sh, https://mdn.alipayobjects.com/portal_4vwbay/uri/file/as/release/install.sh - DO NOT USE without thorough review
Audit Metadata