---
url: >-
  https://adk.nht.io/api/batteries/sandbox/node/variables/DANGEROUS_DIRECTORIES.md
description: 'Directories SRT mandatory-denies, reproduced from upstream.'
---

# Variable: DANGEROUS\_DIRECTORIES

```ts
const DANGEROUS_DIRECTORIES: readonly [
  ".vscode",
  ".idea",
  ".claude/commands",
  ".claude/agents",
];
```

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

Directories SRT mandatory-denies, reproduced from upstream.

## Remarks

`.git` is deliberately ABSENT: upstream filters it out of its own list and handles it separately,
because the rules differ per platform and per `.git` being a directory rather than a worktree file.
Reproducing it here would deny what the profile permits.
