harrrshall/BarunAction-35M main
PYTHON
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 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
| 211:59 |
…ank line {line_number}") |
|
| 212 |
try: |
|
| 213 |
row = json.loads(line) |
|
| 214 |
except json.JSONDecodeError as error: |
|
| 215 |
raise MobileActionsScoreError( |
|
| 216 |
f"{p… |
|
Metadata
| 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 |
|
| 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. |
|
| 6 |
""" |
|
| 7 |
|
|
| 8 |
from __future__ import annotations |
|
| 9 |
|
|
| 10 |
import json |
|
| 11 |
import re |
|
| 12 |
from collections.abc import Mapping, Seq… |
|
| 119:62 |
…: |
|
| 120 |
"""Score aligned manifest/prediction rows with strict ID and schema checks.""" |
|
| 121 |
|
|
| 122 |
predictions: dict[str, Mapping[str, Any]] = {} |
|
| 123 |
for row… |
|
| 67:18 |
…[ToolSchema] = [] |
|
| 68 |
seen: set[str] = set() |
|
| 69 |
for line in tool_block.splitlines(): |
|
| 70 |
match = _TOOL_LINE.fullmatch(line) |
|
| 71 |
if match is None: |
|
| 72 |
… |
|
Identity
| SHA-256 |
4c7fc82d546996d5ba739a24ca59abf805acf44221f65edeccee1c095babb7ac |
| Filename |
mobile_actions.py |
| Package |
harrrshall/BarunAction-35M |
| Version |
main |
| PURL |
pkg:huggingface/harrrshall/BarunAction-35M@main |
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 |