oodle-discovery
Audited by Socket on Jul 22, 2026
2 alerts found:
Securityx2No evidence of intentional malware is present in this YAML configuration fragment. However, it contains high-impact security weaknesses: plaintext S3/MinIO credentials embedded directly in the config and insecure transport enabled for the S3 endpoint. These issues materially increase the likelihood of credential compromise and unauthorized access to storage buckets. Additionally, series limit semantics (max_global_series_per_user: 0) may permit excessive ingestion and lead to availability risk depending on how the application interprets that value.
This fragment is not evidence of active malware or backdoor behavior; it is declarative S3/MinIO configuration. However, it hardcodes plaintext credentials (including a secret_key) and explicitly enables insecure transport (insecure: true). The main risk is credential leakage and potential interception of credentials/data during transit if used outside a tightly controlled internal network.