logging-best-practices
Dangerous skill collects many `process.env` values into wide events and emits them via `logger.info`, and its examples include `fetch('http://downstream-service/endpoint')`. It explicitly references `process.env.COMMIT_SHA`, `process.env.SERVICE_VERSION`, `process.env.AWS_REGION`, `process.env.INSTANCE_ID`, and similar environment fields.