Parse an untrusted JSON/YAML object into a validated HarnessProfile.
Combines Zod schema validation with prototype-pollution protection and profile construction validation. Use this for any config data that originates from files, network, or user input.
parseHarnessProfileConfig(data: unknown): HarnessProfile| Name | Type | Description |
|---|---|---|
data* | unknown | Raw object from |