iii-engine-config
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documents the use of
iii worker add, which installs binary modules from a registry into theiii_workers/directory. It also referencesdocker pull iiidev/iii:latestfor acquiring the engine's container image. These are standard operations for managing the vendor's engine components. - [COMMAND_EXECUTION]: The
iii-execprimitive and the external worker system allow the engine to spawn child processes defined in theiii-config.yamlfile. This is a core architectural feature for extending the engine's functionality. - [DATA_EXFILTRATION]: The configuration patterns encourage the use of environment variables (e.g.,
${REDIS_URL},${AMQP_URL}) for sensitive connection strings and credentials, which is a standard security practice to prevent hardcoded secrets in configuration files.
Audit Metadata