---
url: 'https://adk.nht.io/api/batteries/sandbox/node/variables/DANGEROUS_FILES.md'
description: 'The exact upstream dangerous file names, retained for parity tests.'
---

# Variable: DANGEROUS\_FILES

```ts
const DANGEROUS_FILES: readonly [
  ".gitconfig",
  ".gitmodules",
  ".bashrc",
  ".bash_profile",
  ".zshrc",
  ".zprofile",
  ".profile",
  ".ripgreprc",
  ".mcp.json",
];
```

Defined in: [src/batteries/sandbox/node/fs\_node.ts:306](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/node/fs_node.ts#L306)

The exact upstream dangerous file names, retained for parity tests.
