# isHardBlocked

**Kind:** Function

**Source:** [`atloria-monorepo/libs/agent-core/src/session/permission-gate.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/session/permission-gate.ts#L200)

Quick check: is this command in the T3 hard-block list?
Convenience wrapper around classifyBashCommand for callers that only need
to know whether to block.

## Signature

```ts
function isHardBlocked(command: string): { blocked: boolean; reason?: string }
```

## Parameters

| Name | Type |
|---|---|
| `command` | `string` |

**Returns:** `{ blocked: boolean; reason?: string }`
