inferencex-report
Warn
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/inferencex_api_report.pyemploys theeval()function within theload_previous_datafunction to process data keys from JSON files in thedata/directory. If an attacker gains the ability to modify these local data files, they could achieve arbitrary code execution on the host system. - [COMMAND_EXECUTION]: The skill uses
subprocess.run()to execute the systemcurlbinary for data retrieval inscripts/inferencex_api_report.py. This pattern relies on external system utilities and creates a potential command injection surface if the parameters were to be influenced by untrusted sources. - [CREDENTIALS_UNSAFE]: Instructions in
SKILL.mdandreferences/configuration.mdrecommend that users edit the Python script to hardcode sensitive information such asSENDER_PASSWORDandSMTP_PASSWORD. This practice exposes credentials in plain text within the source code, increasing the risk of accidental exposure.
Audit Metadata