Use an approved local environment secret in memory
local_secret_operationCheck an approved Laravel .env key or compute a digest/HMAC without returning, logging, or writing the secret value.
Instructions
Checks an approved Laravel .env key or computes a digest/HMAC without returning, logging, placing on the command line, or writing the secret value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| envKey | Yes | ||
| payload | No | ||
| project | Yes | Project key from list_projects. | |
| operation | Yes | ||
| outputEncoding | No | hex |