power-bi-report-authoring
Warn
Audited by Socket on Aug 17, 2026
1 alert found:
AnomalyAnomalyscripts/pbir_gate.py
LOWAnomalyLOW
scripts/pbir_gate.py
This module is a gate/orchestrator with no direct evidence of malware in the wrapper logic itself (no secrets, no explicit exfiltration, no eval/exec, no network calls). The main security risk is that it executes additional code outside this file: it dynamically imports local Python modules (whose integrity is crucial due to sys.path insertion) and runs an external Node CLI via npx without visible version pinning or provenance verification, creating meaningful supply-chain/runtime execution exposure. Overall risk is moderate-to-elevated, but malware cannot be confirmed or excluded without reviewing the imported modules and the behavior/installation details of the invoked Node package.
Confidence: 60%Severity: 55%
Audit Metadata