Intent-Code Divergence
Medium
- Confidence
- 91% confidence
- Finding
- The Laravel example's startup script runs `php /var/www/artisan migrate --force` automatically on service start, which embeds a state-changing administrative action into normal runtime initialization. In this packaging context, services may be instantiated repeatedly or in decentralized/untrusted environments, so automatic migrations can unintentionally alter production databases, create destructive schema changes, or allow a redeploy/restart to trigger privileged side effects without an explicit operator approval step.
