security-planning

Warn

Audited by Socket on Sep 11, 2026

1 alert found:

Anomaly
AnomalyLOW
tests/test_generate_tm7.py

Overall, this fragment is predominantly benign integration/test logic for TM7 generation/layout and validation. It does not show data theft, network exfiltration, hardcoded secrets, or obfuscation. The main security concern is execution risk: on Windows it runs a local PowerShell script with -ExecutionPolicy Bypass, and it also manipulates sys.path to prioritize repository scripts. These patterns should be reviewed/locked down in the supply chain (verify integrity of Deserialize-Tm7.ps1 and repository scripts) and, if untrusted XML paths are ever supplied beyond fixtures, consider XML parser hardening. Malware probability in this exact fragment appears low, but security risk from subprocess-driven execution is non-trivial.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Sep 11, 2026, 06:28 PM
Package URL
pkg:socket/skills-sh/microsoft%2Fhve-core%2Fsecurity-planning%2F@989124f3eac0c72c5262cd53b6f86c2030a13de925121f9864a8ad125402cbe7
Security Audit — socket — security-planning