Intent-Code Divergence
Medium
- Confidence
- 92% confidence
- Finding
- The script claims to only assemble a distributable ZIP, but it also unpacks the newly built archive and executes `bash test/smoke-test.sh` from its contents. That creates an unexpected code-execution step in a packaging workflow, which is dangerous because operators may run the builder assuming it is non-executing, while any malicious or modified smoke test gains code execution on the build host.
