litestar-autowire
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the installation of the
litestar-autowirepackage and its optional extras (dishka,queues) from public package registries. - [COMMAND_EXECUTION]: The quick reference section includes standard shell commands for package installation using
pip. - [REMOTE_CODE_EXECUTION]: The library's core discovery mechanism utilizes dynamic module importing (via
pkgutilandimportlib) to find and registerControllersubclasses andEventListenerinstances from the project's local file system. - [REMOTE_CODE_EXECUTION]: The
AutowireLoaderintegration supports resolving and calling Python callables based on dotted module path strings (e.g.,pkg.module:callable), facilitating dynamic code execution of local project resources.
Audit Metadata