earth2studio-create-prognostic

Warn

Audited by Socket on Jul 22, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
references/method-templates.py

This module is largely framework/runtime orchestration for coordinate handling and iterative model inference. It contains a significant supply-chain security concern: `load_model_template` deserializes a resolved `model.pt` with `torch.load(..., weights_only=False)`, which can enable code execution if the checkpoint artifact is untrusted or tampered with. Other observed issues are non-malicious but relevant: an abrupt/truncated `to_template` implementation and an unbounded infinite generator loop that could cause resource exhaustion. No direct evidence of exfiltration or backdoor behavior is present in the shown fragment.

Confidence: 62%Severity: 58%
AnomalyLOW
references/skeleton-template.py

The primary supply-chain security risk in this module is unsafe model artifact deserialization: it loads an externally resolved model.pt using torch.load(..., weights_only=False), which can execute attacker-controlled code if the artifact is malicious or tampered with. Aside from that, the shown code focuses on coordinate validation and iterator scaffolding and contains no clear evidence of data exfiltration, credential theft, shell execution, or other overt malware behavior in the fragment provided (though inference/hook logic is not shown).

Confidence: 66%Severity: 62%
Audit Metadata
Analyzed At
Jul 22, 2026, 08:02 AM
Package URL
pkg:socket/skills-sh/NVIDIA%2Fearth2studio%2Fearth2studio-create-prognostic%2F@a3dc92811b3e16ace4d5f71367232ca051cf13536a31c0a9cb1eaa2d3a2f89f1
Security Audit — socket — earth2studio-create-prognostic