Open-source atomic malware analysis

Analyze another

harrrshall/BarunAction-35M main

PYTHON
Verdict: BENIGN
Mal-ecule
H(Db)
Size 10.3 KB download
First seen 26 days ago
Analyzed 21 days ago
Ecosystem huggingface
mobile_actions.py python
1 """Deterministic Mobile Actions scoring against Action IR v1.
2
3 The public dataset is a useful SFT diagnostic, not the sealed product benchmark. This Contains common English function words
4 module derives the typed schema from the versioned prompt artifact, performs no output
5 repair, and writes sample-level evidence before producing aggregate metrics. Contains common English function words
6 """
7
8 from __future__ import annotations
9
10 import json
11 import re
12 from collections.abc import Mapping, Seq
67:18 [ToolSchema] = []
68 seen: set[str] = set()
69 for line in tool_block.splitlines(): Contains common English function words
70 match = _TOOL_LINE.fullmatch(line)
71 if match is None:
72
119:62 :
120 """Score aligned manifest/prediction rows with strict ID and schema checks.""" Contains common English function words
121
122 predictions: dict[str, Mapping[str, Any]] = {}
123 for row
211:59 ank line {line_number}")
212 try:
213 row = json.loads(line) Parses JSON data with Python
214 except json.JSONDecodeError as error:
215 raise MobileActionsScoreError(
216 f"{p

Micro-behaviors

Metadata

Identity

SHA-256 4c7fc82d546996d5ba739a24ca59abf805acf44221f65edeccee1c095babb7ac
Filename mobile_actions.py
Package harrrshall/BarunAction-35M
Version main
PURL pkg:huggingface/harrrshall/BarunAction-35M@main

Origin

Source forager
Feed huggingface.co
Ecosystem huggingface
Domain huggingface.co
URL https://huggingface.co/harrrshall/BarunAction-35M

Timeline

First seen 5 Aug 2026 10:58 UTC
First analyzed 10 Aug 2026 13:11 UTC
Last analyzed 10 Aug 2026 13:11 UTC
Last updated 10 Aug 2026 13:11 UTC

Labeling

Label unknown
Label source forager
Traits version 73866