npx-ownership-panel
Warn
Audited by Socket on Sep 7, 2026
1 alert found:
AnomalyAnomalyscripts/npx_linking/matching.py
LOWAnomalyLOW
scripts/npx_linking/matching.py
Overall, the core normalization/tokenization and TF-IDF matching logic appears deterministic and non-interactive. The significant security issue is the parity-check mechanism: _lift() dynamically reads Python source from LINKING_DIR and executes selected AST nodes via exec() without sandboxing or integrity checks. This creates a meaningful supply-chain/integrity risk if the local helper scripts/parity files can be tampered with. No direct evidence of malware behaviors like network exfiltration or credential theft is visible in this fragment.
Confidence: 68%Severity: 66%
Audit Metadata