simready-foundation-create-package

Warn

Audited by Socket on Aug 17, 2026

1 alert found:

Security
SecurityMEDIUM
assets/scripts/sr_pkg_sample/_conformance_writer.py

This module is primarily JSON metadata read/write and data restructuring, but it contains a high-impact security flaw: build_asset_results() uses eval() on 'dependencies' and 'failing requirements' fields when they are strings. If those values are influenced by untrusted inputs anywhere in the upstream pipeline, arbitrary code execution can occur during metadata generation. No evidence of network exfiltration, credential theft, persistence, or explicit backdoor behavior is present in the provided fragment; however, the eval usage alone makes the supply-chain risk substantial and warrants replacement with a safe parser (e.g., ast.literal_eval with strict validation) or a non-eval format contract.

Confidence: 74%Severity: 78%
Audit Metadata
Analyzed At
Aug 17, 2026, 05:58 AM
Package URL
pkg:socket/skills-sh/nvidia%2Fsimready-foundation%2Fsimready-foundation-create-package%2F@95e4f8b81928094bccc074f3e657864757e705010d3932f49702c848b09e1e98
Security Audit — socket — simready-foundation-create-package