Behaviors
List of software behaviors discovered with static code analysis.
Deletes a file/directory. (x1)
file
Calculates the SHA-1 hash of data. (x1)
file
Queries the value of an environment variable. (x1)
search
Schedules code execution for a later time. (x1)
execution
Creates a directory. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x1)
execution
Uses json-related functions. (x1)
file