data-flywheel
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a
Makefileand a shell entrypoint (run.sh) that execute various system commands. These includeuv runfor executing Python scripts,python -m honkerfor background workers, andlitestreamfor database replication and restoration. - [REMOTE_CODE_EXECUTION]: The application uses
joblib.load()to deserialize machine learning models in the inference path. While the artifacts are generated locally by the training worker,joblibuses thepickleprotocol, which is an unsafe deserialization format. If an attacker were able to modify the model artifacts on disk or manipulate the path in the SQLitemodelstable, it could lead to arbitrary code execution.
Audit Metadata