Missing User Warnings
Low
- Confidence
- 79% confidence
- Finding
- The filter example hardcodes a token into outbound requests (`inv.headers.put("Token", "Xxx")`), which is an insecure pattern because developers may copy it into production code and embed credentials directly in source. Hardcoded secrets are prone to leakage through repositories, logs, and build artifacts, and the example provides no warning about secure storage or transport.
