External Transmission
Medium
- Category
- Data Exfiltration
- Content
key**. Store it in the env var `PLACECALL_API_KEY`; NEVER print or echo the value — reference it as `$PLACECALL_API_KEY` in shell commands. - **If `PLACECALL_API_KEY` is unset**, source `~/.codex/placecall.env` in the SAME shell command as the request: `. ~/.codex/placecall.env && curl ...`. An `export` in one command does NOT carry to the next, because each command runs in its own shell. If that file does not exist, tell the user to get a key at <https://api.voygr.tech/checkout?src=claude-plugin>. **Do NOT search the filesystem for
- Confidence
- 86% confidence
- Finding
- The skill instructs the agent to source a local credential file and immediately use the resulting API key in an outbound request to a third-party service. Although this is the intended integration flow, it is still a real secret-handling risk because it normalizes agent access to credentials and external transmission of an authentication token capable of placing paid real-world calls.
