rushter

↗ HN profile [ 78.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I made a new library to detect malicious and harmful behaviour in Python scripts. It uses static analysis with semantic modeling. Even when the code is pretty obfuscated, it can still detect it. For example, it can…

  2. I made a new library to detect malicious and harmful behaviour in Python scripts. There are alternative libraries, but they usually rely on regexes, which can be fragile and tricked. My library uses AST and tracks some…