> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# standard • AI Agent SDK

> standard: Create a standard security policy.

# standard

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SecurityPolicy**](../classes/SecurityPolicy) class in the [**config**](../modules/config) module.

Create a standard security policy.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def standard() -> 'SecurityPolicy'
```

### Returns

<ResponseField name="Returns" type="'SecurityPolicy'">
  The result of the operation.
</ResponseField>

## Uses

* `cls`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/sandbox/config.py#L73">
  `praisonaiagents/sandbox/config.py` at line 73
</Card>
