Env Variable Harvesting
High
- Category
- Data Exfiltration
- Content
def run_npm_json(arguments: list[str], cache_dir: Path) -> Any: environment = os.environ.copy() environment.update( { "NPM_CONFIG_IGNORE_SCRIPTS": "true",- Confidence
- 87% confidence
- Finding
- os.environ.copy()
