transilience-report-style

Warn

Audited by Socket on Jul 30, 2026

1 alert found:

Anomaly
AnomalyLOW
reference/generate_report.py

This module is primarily a PDF report generator, not an obvious standalone malware sample. However, it introduces two high-impact security risks in a build/report pipeline: (1) runtime sys.path manipulation to import an auxiliary Python module from filesystem locations discovered via parent traversal and os.getcwd(), creating a supply-chain/path-hijack risk if the runtime environment is attacker-influenced; and (2) it can fetch and embed arbitrary remote images from http(s) URLs provided in the input JSON (plus it may read local image paths), which enables SSRF-like behavior and ingestion of untrusted image payloads. Mitigations should focus on eliminating/locking the dynamic import mechanism and disabling or strictly validating image URL/path fetching (or running in a network-restricted sandbox).

Confidence: 60%Severity: 62%
Audit Metadata
Analyzed At
Jul 30, 2026, 04:37 PM
Package URL
pkg:socket/skills-sh/transilienceai%2Fcommunitytools%2Ftransilience-report-style%2F@00b9b56d8a0e6668fb243bb9e4ec85f739f79e9737d2fbab3c16730d82699098
Security Audit — socket — transilience-report-style