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

# SDK örnekleri

> T1 process, T2 Worker ve credential lifecycle örneklerini doğru güvenlik iddiasıyla çalıştırın.

## Trusted counter — T1

```bash theme={null}
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-example
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-example-mock
```

## Browser Worker status — T2 kaynak örneği

`examples/developer-plugins/browser-worker-status` yalnız browser Worker transportu ve `key.display` kullanır. Node, DOM, direct network, filesystem veya process fallbackı yoktur.

```bash theme={null}
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-browser-worker-example
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-sandbox
```

İlk smoke source/behavior sözleşmesini; ikincisi gerçek sandboxed Chromium sınırını doğrular. Bu kaynak örneği henüz bundle, package, publish preview veya Market readiness kanıtı değildir.

## Credential lifecycle

`examples/developer-plugins/credential-lifecycle` lifecycle-only credential API’lerini kullanır; raw token getterı yoktur.

```bash theme={null}
PNPM_CONFIG_VERIFY_DEPS_BEFORE_RUN=false pnpm smoke:plugin-credential-example
```

<Note>Permission setini “ileride gerekebilir” diye büyütmeyin. Her capability’nin gerçek kullanıcı görevi ve fail-closed davranışı olmalıdır.</Note>
