graphify
Audited by Socket on Sep 8, 2026
1 alert found:
AnomalyNo explicit malware (e.g., backdoor, credential theft, or clear exfiltration logic) is evident in this fragment. The security risk is primarily structural: it relies on dynamic command construction from graphify-out/.graphify_python and runs embedded Python via -c with user-influenced values. If file integrity and quoting/escaping are not strictly handled, this could enable code-injection or unintended command execution; additionally, ingesting arbitrary external content expands the attack surface for downstream parsers and extraction logic. Review implementations of graphify.ingest, graphify.watch, and the exact mechanism used to substitute URL/AUTHOR/CONTRIBUTOR into the python -c code string.