Intent-Code Divergence
Medium
- Confidence
- 95% confidence
- Finding
- The documentation recommends `@auth_check: echo $MYPLATFORM_TOKEN`, which directly prints a secret to stdout. In a publishing skill context, stdout is likely to be captured by wrappers, logs, CI output, or JSON-processing glue code, so this creates a real credential disclosure risk and also contradicts the file's own stated security requirement not to output credentials.
