Bitnami container images
This report presents the forensic synthetic code analysis of bitnami/containers, a Shell project with 4,443 GitHub stars. SynthScan v2.0 examined 464,170 lines of code across 3220 source files, recording 7483 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 19.6 places this repository in the Moderate AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 7483 distinct pattern matches across 9 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …2/debian-12/rootfs/opt/bitnami/scripts/activemq-env.sh | 1 | #!/bin/bash | COMMENT |
| LOW | ….2/debian-12/rootfs/opt/bitnami/scripts/libactivemq.sh | 1 | #!/bin/bash | COMMENT |
| LOW | ….2/debian-12/rootfs/opt/bitnami/scripts/libactivemq.sh | 41 | ! is_activemq_running | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libfs.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libfs.sh | 121 | } | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libversion.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 141 | echo "${schedule} ${run_as} ${cmd}" >> /etc/cron.d/"$service_name" | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 201 | # Arguments: | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 221 | # --exec-start-pre - Pre-start command (optional) | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 421 | COMMENT | |
| LOW | ….2/debian-12/prebuildfs/opt/bitnami/scripts/libfile.sh | 1 | #!/bin/bash | COMMENT |
| LOW | ….2/debian-12/prebuildfs/opt/bitnami/scripts/libfile.sh | 61 | echo "$result" > "$filename" | COMMENT |
| LOW | ….2/debian-12/prebuildfs/opt/bitnami/scripts/libfile.sh | 101 | local match_regex="${2:?missing pattern}" | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libpersistence.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 21 | # IP | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 81 | # Check if the provided argument is a resolved hostname | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 101 | # $1 - uri - String | COMMENT |
| LOW | ….2/debian-12/prebuildfs/opt/bitnami/scripts/libhook.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/liblog.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/liblog.sh | 21 | # Returns: | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh | 21 | # BITNAMI_APP_NAME | COMMENT |
| LOW | …bian-12/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …bian-12/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 141 | COMMENT | |
| LOW | …bian-12/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 161 | # Apache-specific flags: | COMMENT |
| LOW | …bian-12/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 261 | read -r -a web_servers <<< "$(web_server_list)" | COMMENT |
| LOW | …bian-12/prebuildfs/opt/bitnami/scripts/libwebserver.sh | 341 | # It serves as a wrapper for the specific web server function | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 81 | args+=("--gid" "$gid") | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 181 | # $2 - group | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 241 | } | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 301 | ######################## | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 341 | # Arguments: | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 441 | # Create md5 hash from a string | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 481 | } | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 541 | # None | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 561 | fdisk -l "$(get_root_disk_device_id)" | grep 'Disk.*bytes' | sed -E 's/.*, ([0-9]+) bytes,.*/\1/' || true | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 581 | # $2..$n - command to execute | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 81 | # Check if the provided argument is a boolean true/false value | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 81 | # Globals: | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 101 | ######################## | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 121 | # Globals: | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 281 | fi | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 321 | # Get neo4j version | COMMENT |
| LOW | …2026/debian-12/rootfs/opt/bitnami/scripts/neo4j-env.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libfs.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libfs.sh | 121 | } | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libversion.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 141 | echo "${schedule} ${run_as} ${cmd}" >> /etc/cron.d/"$service_name" | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 201 | # Arguments: | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 221 | # --exec-start-pre - Pre-start command (optional) | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 421 | COMMENT | |
| LOW | …26/debian-12/prebuildfs/opt/bitnami/scripts/libfile.sh | 1 | #!/bin/bash | COMMENT |
| LOW | …26/debian-12/prebuildfs/opt/bitnami/scripts/libfile.sh | 61 | echo "$result" > "$filename" | COMMENT |
| LOW | …26/debian-12/prebuildfs/opt/bitnami/scripts/libfile.sh | 101 | local match_regex="${2:?missing pattern}" | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libpersistence.sh | 1 | #!/bin/bash | COMMENT |
| 5150 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ….2/debian-12/rootfs/opt/bitnami/scripts/libactivemq.sh | 17 | # Check if ActiveMQ is running | COMMENT |
| LOW | ….2/debian-12/rootfs/opt/bitnami/scripts/libactivemq.sh | 34 | # Check if ActiveMQ is running | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 33 | # Check if a provided PID corresponds to a running service | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libpersistence.sh | 108 | # Check if an application directory was already persisted | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 72 | # Check if the first IP address is IPv6 to add brackets | COMMENT |
| LOW | …6.2/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 81 | # Check if the provided argument is a resolved hostname | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 17 | # Check if an user exists in the system | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 29 | # Check if a group exists in the system | COMMENT |
| LOW | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 178 | # Check if the script is currently running as root | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 15 | # Check if the provided argument is an integer | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 31 | # Check if the provided argument is a positive integer | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 47 | # Check if the provided argument is a boolean or is the string 'yes/true' | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 65 | # Check if the provided argument is a boolean yes/no value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 81 | # Check if the provided argument is a boolean true/false value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 97 | # Check if the provided argument is a boolean 1/0 value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 113 | # Check if the provided argument is an empty string or not defined | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 94 | # Check if Neo4j is running | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 107 | # Check if Neo4j is running | COMMENT |
| LOW | …/2026/debian-12/rootfs/opt/bitnami/scripts/libneo4j.sh | 157 | # Check if the configuration exists in the file | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 33 | # Check if a provided PID corresponds to a running service | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libpersistence.sh | 108 | # Check if an application directory was already persisted | COMMENT |
| LOW | …026/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 72 | # Check if the first IP address is IPv6 to add brackets | COMMENT |
| LOW | …026/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 81 | # Check if the provided argument is a resolved hostname | COMMENT |
| LOW | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 17 | # Check if an user exists in the system | COMMENT |
| LOW | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 29 | # Check if a group exists in the system | COMMENT |
| LOW | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 178 | # Check if the script is currently running as root | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 15 | # Check if the provided argument is an integer | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 31 | # Check if the provided argument is a positive integer | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 47 | # Check if the provided argument is a boolean or is the string 'yes/true' | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 65 | # Check if the provided argument is a boolean yes/no value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 81 | # Check if the provided argument is a boolean true/false value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 97 | # Check if the provided argument is a boolean 1/0 value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 113 | # Check if the provided argument is an empty string or not defined | COMMENT |
| LOW | …debian-12/rootfs/opt/bitnami/scripts/libmysqlclient.sh | 917 | # Check if the configuration exists in the file | COMMENT |
| LOW | …7.0/debian-12/rootfs/opt/bitnami/scripts/libredmine.sh | 130 | # Check if Redmine has already been initialized and persisted in a previous run | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 33 | # Check if a provided PID corresponds to a running service | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libpersistence.sh | 108 | # Check if an application directory was already persisted | COMMENT |
| LOW | …7.0/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 72 | # Check if the first IP address is IPv6 to add brackets | COMMENT |
| LOW | …7.0/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 81 | # Check if the provided argument is a resolved hostname | COMMENT |
| LOW | …/7.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 17 | # Check if an user exists in the system | COMMENT |
| LOW | …/7.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 29 | # Check if a group exists in the system | COMMENT |
| LOW | …/7.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 178 | # Check if the script is currently running as root | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 15 | # Check if the provided argument is an integer | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 31 | # Check if the provided argument is a positive integer | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 47 | # Check if the provided argument is a boolean or is the string 'yes/true' | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 65 | # Check if the provided argument is a boolean yes/no value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 81 | # Check if the provided argument is a boolean true/false value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 97 | # Check if the provided argument is a boolean 1/0 value | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libvalidations.sh | 113 | # Check if the provided argument is an empty string or not defined | COMMENT |
| LOW | …/debian-12/rootfs/opt/bitnami/scripts/libclickhouse.sh | 121 | # Check if the entry exists in the XML file | COMMENT |
| LOW | …/debian-12/rootfs/opt/bitnami/scripts/libclickhouse.sh | 143 | # Check if ClickHouse daemon is running | COMMENT |
| LOW | …/debian-12/rootfs/opt/bitnami/scripts/libclickhouse.sh | 159 | # Check if ClickHouse daemon is not running | COMMENT |
| LOW | …12/rootfs/opt/bitnami/scripts/clickhouse/postunpack.sh | 84 | # Set logging to console | COMMENT |
| LOW | …debian-12/prebuildfs/opt/bitnami/scripts/libservice.sh | 33 | # Check if a provided PID corresponds to a running service | COMMENT |
| LOW | …an-12/prebuildfs/opt/bitnami/scripts/libpersistence.sh | 108 | # Check if an application directory was already persisted | COMMENT |
| LOW | …/26/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 72 | # Check if the first IP address is IPv6 to add brackets | COMMENT |
| LOW | …/26/debian-12/prebuildfs/opt/bitnami/scripts/libnet.sh | 81 | # Check if the provided argument is a resolved hostname | COMMENT |
| LOW | …e/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 17 | # Check if an user exists in the system | COMMENT |
| LOW | …e/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 29 | # Check if a group exists in the system | COMMENT |
| LOW | …e/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 178 | # Check if the script is currently running as root | COMMENT |
| 1783 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …/6.2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …bian-12/rootfs/opt/bitnami/scripts/neo4j/postunpack.sh | 60 | ## Create a hidden directory where the cypher-shell executable can write cache and history data | COMMENT |
| MEDIUM | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …2026/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …/7.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …/7.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …/debian-12/rootfs/opt/bitnami/scripts/libclickhouse.sh | 241 | # This function is meant to be called for internal operations like the init scripts | COMMENT |
| MEDIUM | …e/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …e/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh | 407 | # Create a user for primary-replica replication | COMMENT |
| MEDIUM | …/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh | 424 | # Create a user for Stream Replication checks | COMMENT |
| MEDIUM | …/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh | 568 | # Create an admin user with all privileges in POSTGRESQL_DATABASE | COMMENT |
| MEDIUM | …/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh | 593 | # Create a database with name $POSTGRESQL_DATABASE | COMMENT |
| MEDIUM | …l/18/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …l/18/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …ie/0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …ie/0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …ed/0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …ed/0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …er/2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …er/2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …vy/2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …vy/2/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …ol/4/debian-12/rootfs/opt/bitnami/scripts/libpgpool.sh | 488 | # Creating a PGPOOLKEYFILE as it is writeable | COMMENT |
| MEDIUM | …ol/4/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …ol/4/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …s/15/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …s/15/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …o/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …o/26/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …td/1/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …td/1/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …db/3/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …db/3/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …an-12/rootfs/opt/bitnami/scripts/wildfly/postunpack.sh | 29 | # Create a symlink to standalone deployments directory so users can mount their custom webapps at /app | COMMENT |
| MEDIUM | …y/40/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …y/40/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …l/11/debian-12/rootfs/opt/bitnami/scripts/libapache.sh | 791 | # Create a password file for basic authentication and restrict its permissions | COMMENT |
| MEDIUM | …ian-12/rootfs/opt/bitnami/scripts/apache/postunpack.sh | 124 | # This file is necessary for avoiding the error | COMMENT |
| MEDIUM | …l/11/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …l/11/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …2.3/debian-12/rootfs/opt/bitnami/scripts/libmariadb.sh | 388 | # Create the configuration file for mariadb-admin | COMMENT |
| MEDIUM | …12.3/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …12.3/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …ian-12/rootfs/opt/bitnami/scripts/tomcat/postunpack.sh | 41 | # Create a setenv.sh script | COMMENT |
| MEDIUM | …11.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …11.0/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …/9.4/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …/9.4/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …2025/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …2025/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …1.31/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …1.31/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …ss/7/debian-12/rootfs/opt/bitnami/scripts/libapache.sh | 791 | # Create a password file for basic authentication and restrict its permissions | COMMENT |
| MEDIUM | …ian-12/rootfs/opt/bitnami/scripts/apache/postunpack.sh | 124 | # This file is necessary for avoiding the error | COMMENT |
| MEDIUM | …ss/7/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …ss/7/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| MEDIUM | …/3.4/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 41 | # Create a group in the system if it does not exist already | COMMENT |
| MEDIUM | …/3.4/debian-12/prebuildfs/opt/bitnami/scripts/libos.sh | 89 | # Create an user in the system if it does not exist already | COMMENT |
| 221 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | bitnami/cassandra-exporter/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/cassandra-exporter/README.md | 57 | #### Step 2: Launch the cassandra-exporter container within your network | COMMENT |
| LOW⚡ | bitnami/cassandra-exporter/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW | bitnami/pgpool/README.md | 94 | #### Step 1: Get the node id | COMMENT |
| LOW | bitnami/pgpool/README.md | 117 | #### Step 2: reattach the node | COMMENT |
| LOW | bitnami/php-fpm/README.md | 97 | #### Step 1: Create a server block | COMMENT |
| LOW | bitnami/php-fpm/README.md | 123 | #### Step 2: Run the nginx image | COMMENT |
| LOW⚡ | bitnami/fluentd/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/fluentd/README.md | 57 | #### Step 2: Launch the Fluentd container within your network | COMMENT |
| LOW⚡ | bitnami/fluentd/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/kibana/README.md | 95 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/kibana/README.md | 101 | #### Step 2: Launch the Kibana server instance | COMMENT |
| LOW⚡ | bitnami/kibana/README.md | 111 | #### Step 3: Launch your application container | COMMENT |
| LOW⚡ | bitnami/kibana/README.md | 210 | #### Step 1: Run the Kibana image | COMMENT |
| LOW⚡ | bitnami/kibana/README.md | 218 | #### Step 2: Edit the configuration | COMMENT |
| LOW⚡ | bitnami/kibana/README.md | 226 | #### Step 3: Restart Kibana | COMMENT |
| LOW | bitnami/minio-client/README.md | 75 | #### Step 1: Create a network | COMMENT |
| LOW | bitnami/minio-client/README.md | 81 | #### Step 2: Launch the MinIO(R) server container | COMMENT |
| LOW | bitnami/minio-client/README.md | 93 | #### Step 3: Launch your MinIO(R) Client container | COMMENT |
| LOW | bitnami/openresty/README.md | 124 | #### Step 1: Write your `my_server_block.conf` file with the following content | COMMENT |
| LOW | bitnami/openresty/README.md | 135 | #### Step 2: Mount the configuration as a volume | COMMENT |
| LOW | bitnami/openresty/README.md | 147 | #### Step 1: Prepare your certificate files | COMMENT |
| LOW | bitnami/openresty/README.md | 157 | #### Step 2: Provide a custom Server Block for SSL connections | COMMENT |
| LOW | bitnami/openresty/README.md | 181 | #### Step 3: Run the OpenResty image and open the SSL port | COMMENT |
| LOW⚡ | bitnami/pushgateway/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/pushgateway/README.md | 57 | #### Step 2: Launch the Pushgateway container within your network | COMMENT |
| LOW⚡ | bitnami/pushgateway/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/oauth2-proxy/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/oauth2-proxy/README.md | 57 | #### Step 2: Launch the Oauth2-proxy container within your network | COMMENT |
| LOW⚡ | bitnami/oauth2-proxy/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/alertmanager/README.md | 65 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/alertmanager/README.md | 71 | #### Step 2: Launch the Alertmanager container within your network | COMMENT |
| LOW⚡ | bitnami/alertmanager/README.md | 79 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/consul-exporter/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/consul-exporter/README.md | 57 | #### Step 2: Launch the consul-exporter container within your network | COMMENT |
| LOW⚡ | bitnami/consul-exporter/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/contour/README.md | 63 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/contour/README.md | 69 | #### Step 2: Launch the contour container within your network | COMMENT |
| LOW⚡ | bitnami/contour/README.md | 77 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/kong/README.md | 59 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/kong/README.md | 65 | #### Step 2: Launch the Kong container within your network | COMMENT |
| LOW⚡ | bitnami/kong/README.md | 73 | #### Step 3: Run another containers | COMMENT |
| LOW | bitnami/fluxcd-source-controller/README.md | 76 | #### Step 1: Get the updated image | COMMENT |
| LOW | bitnami/fluxcd-source-controller/README.md | 84 | #### Step 2: Remove the currently running container | COMMENT |
| LOW | bitnami/fluxcd-source-controller/README.md | 96 | #### Step 3: Run the new image | COMMENT |
| LOW⚡ | bitnami/elasticsearch-exporter/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/elasticsearch-exporter/README.md | 57 | #### Step 2: Launch the Elasticsearch Exporter container within your network | COMMENT |
| LOW⚡ | bitnami/elasticsearch-exporter/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW | bitnami/valkey-sentinel/README.md | 53 | #### Step 1: Create a network | COMMENT |
| LOW | bitnami/valkey-sentinel/README.md | 59 | #### Step 2: Launch the Valkey instance | COMMENT |
| LOW | bitnami/valkey-sentinel/README.md | 70 | #### Step 3: Launch your Valkey Sentinel instance | COMMENT |
| LOW | bitnami/valkey-sentinel/README.md | 168 | #### Step 1: Run the Valkey Sentinel image | COMMENT |
| LOW | bitnami/valkey-sentinel/README.md | 179 | #### Step 2: Edit the configuration | COMMENT |
| LOW | bitnami/valkey-sentinel/README.md | 187 | #### Step 3: Restart Valkey | COMMENT |
| LOW⚡ | bitnami/apache-exporter/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/apache-exporter/README.md | 57 | #### Step 2: Launch the apache-exporter container within your network | COMMENT |
| LOW⚡ | bitnami/apache-exporter/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| LOW⚡ | bitnami/nats-exporter/README.md | 51 | #### Step 1: Create a network | COMMENT |
| LOW⚡ | bitnami/nats-exporter/README.md | 57 | #### Step 2: Launch the nats-exporter container within your network | COMMENT |
| LOW⚡ | bitnami/nats-exporter/README.md | 65 | #### Step 3: Run another containers | COMMENT |
| 74 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …tea/1/debian-12/rootfs/opt/bitnami/scripts/libgitea.sh | 293 | # Step 0: Get cookies | COMMENT |
| LOW⚡ | …tea/1/debian-12/rootfs/opt/bitnami/scripts/libgitea.sh | 296 | # Step 1: Install database | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 367 | # Step 0: Get cookies | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 369 | # Step 1: System check | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 375 | # Step 2: Database setup | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 387 | # Step 3: Create tables | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 394 | # Step 4: Setup super-user | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 405 | # Step 5: Setup first tracking website | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 415 | # Step 6: Tracking code | COMMENT |
| LOW⚡ | …mo/5/debian-12/rootfs/opt/bitnami/scripts/libmatomo.sh | 421 | # Step 7: Finish installation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | bitnami/spark/README.md | 175 | >>> sc._gateway.jvm.org.apache.hadoop.util.VersionInfo.getVersion() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | bitnami/postgresql/README.md | 253 | ##------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | bitnami/postgresql/README.md | 255 | ##------------------------------------------------------------------------------ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | bitnami/grafana-mimir/3.1/debian-12/examples/mimir.yaml | 3 | # It is for demonstration purposes only. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/opt/bitnami/scripts/superset/files/superset_config.py | 122 | CODE |