# isSensitiveValue

**Kind:** Function

**Source:** [`atloria-monorepo/apps/api/src/capture/capture.redact.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/capture/capture.redact.ts#L28)

True when a value looks like a secret and must never be stored.

## Signature

```ts
function isSensitiveValue(value: string): boolean
```

## Parameters

| Name | Type |
|---|---|
| `value` | `string` |

**Returns:** `boolean`
