YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
MLeap StringMap label trigger PoC
This repo is a benign security research PoC for Huntr MFV triage.
Files:
control_model.jsoncontrol_node.jsontrigger_model.jsontrigger_node.jsonverify_remote_poc.py
Tested trigger entrypoint:
StringMap().deserialize_from_bundle(...).fit(None).transform(...)
Compatibility note:
- the verification path uses
mleap==0.24.0withpandas==2.2.2 pandas 3.xremovedDataFrame.applymap, which MLeapStringMapstill calls
Behavior:
- control bundle maps
c -> PENDING - malicious bundle maps
c -> ALLOW - benign labels
aandbstay equal
Reproduction
python3 verify_remote_poc.py --repo hacnho/mleap-stringmap-label-trigger-poc
Expected output delta
- trigger:
x='c'- control ->
[['PENDING']] - malicious ->
[['ALLOW']]
Benign rows that stay equal:
x='a'->[['ALLOW']]x='b'->[['DENY']]
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support