Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
59 of your 108 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 28.04s · analysis 11.19s · 39.9 MB · GitHub API rate-limit (preflight)

AppFlowy-IO/AppFlowy

https://github.com/AppFlowy-IO/AppFlowy · scanned 2026-06-05 08:18 UTC (5 days, 19 hours ago) · 10 languages

223 raw signals (101 security + 122 graph) 11/13 scanners ran System graph score 76 (lower by 7)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 19 hours ago · v2 · 47 actionable findings from 2 signal sources. 114 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 39.0 0.20 7.80
documentation_score 70.0 0.15 10.50
practices_score 78.0 0.15 11.70
code_quality 80.0 0.10 8.00
Overall 1.00 69.0
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (69/100). Dimensions: security 100, maintainability 40. 101 findings (32 security). 423,257 lines analyzed.

Showing 27 of 47 actionable findings. 161 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED002] Dart Null Bang: value! throws on null. Use ?. or null check.
Review and fix per the pattern semantics. See CWE-476 / for context.
3 files, 3 locations
frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_ai_writer_test.dart:91
frontend/appflowy_flutter/integration_test/desktop/cloud/sidebar/sidebar_rename_untitled_test.dart:51
frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/share_menu_test.dart:56
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code.
Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context.
frontend/scripts/install_dev_env/install_linux.sh:30
high Security checks software dependencies conf 0.90 ✓ Repobility 2 occurrences [MINED118] Dockerfile FROM `archlinux/archlinux:base-devel` not pinned by digest: `FROM archlinux/archlinux:base-devel` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM archlinux/archlinux:base-devel@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
lines 4, 60
frontend/scripts/docker-buildfiles/Dockerfile:4, 60 (2 hits)
high Security checks cicd CI/CD security conf 0.90 Compose service bind-mounts a sensitive host path
Mount only the exact file or directory required, prefer read-only mode, and avoid host system paths.
frontend/scripts/docker-buildfiles/docker-compose.yml:9 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.90 Compose service uses host networking
Use the default bridge network and explicit ports, or document and isolate the exceptional host requirement.
frontend/scripts/docker-buildfiles/docker-compose.yml:9 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.92 Dockerfile pipes a remote script into a shell
Download the artifact, verify its checksum or signature, pin the version, and then execute it.
frontend/scripts/docker-buildfiles/Dockerfile:23 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 37 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/checkout` pinned to mutable ref `@v4`: `uses: actions/checkout@v4` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lo…
7 files, 37 locations
.github/workflows/flutter_ci.yaml:60, 86, 113, 140, 192, 233, 291, 318, +1 more (16 hits)
.github/workflows/release.yml:21, 30, 55, 106, 117, 141, 210, 220, +4 more (12 hits)
.github/workflows/docker_ci.yml:20 (2 hits)
.github/workflows/ninja_i18n.yml:18 (2 hits)
.github/workflows/rust_ci.yaml:42, 59 (2 hits)
.github/workflows/rust_coverage.yml:21 (2 hits)
.github/workflows/ios_ci.yaml:34
CI/CD securitySupply chainGitHub Actions
high Security checks cicd CI/CD security conf 0.90 ✓ Repobility GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `opral/ninja-i18n-action` pinned to mutable ref `@main`: `uses: opral/ninja-i18n-action@main` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-ch…
.github/workflows/ninja_i18n.yml:22 CI/CD securitySupply chainGitHub Actions
high System graph security Secrets conf 1.00 .env file present in repo: frontend/rust-lib/flowy-sqlite/.env
A raw .env file is in the working tree. Verify it isn't committed and that secrets are in a vault.
Config
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
frontend/scripts/docker-buildfiles/Dockerfile:23 containersRemote installer
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
opral/ninja-i18n-action@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ninja_i18n.yml:22 CI/CD securitySupply chainGithub actions
medium Security checks cicd CI/CD security conf 0.94 Compose service `app` image uses the latest tag
Pin to a maintained version tag or digest and update it deliberately through dependency automation.
frontend/scripts/docker-buildfiles/docker-compose.yml:9 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.86 Database dump or local database file is included in Docker build context
Move database dumps outside the Docker build context or exclude them with .dockerignore. Keep backup and restore artifacts in private object storage or a dedicated backup workflow.
.dockerignore CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
Tighten .dockerignore or replace COPY . with explicit COPY statements.
frontend/scripts/docker-buildfiles/Dockerfile:47 CI/CD securitycontainers
high Security checks software dependencies conf 0.70 3 occurrences Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
3 files, 3 locations
codemagic.yaml:14
frontend/scripts/install_dev_env/install_linux.sh:30
frontend/scripts/makefile/env.toml:126
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: archlinux/archlinux
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/scripts/docker-buildfiles/Dockerfile:60 containersPinned dependencies
medium System graph cicd CI/CD security conf 1.00 35 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-buildx-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
8 files, 35 locations
.github/workflows/flutter_ci.yaml:144, 153, 158, 165, 295, 300 (9 hits)
.github/workflows/release.yml:58, 64, 89, 144, 150, 251, 257, 357 (8 hits)
frontend/appflowy_flutter/packages/flowy_svg/.github/workflows/main.yaml:14, 17, 23 (6 hits)
.github/workflows/rust_coverage.yml:25, 34, 45 (5 hits)
.github/workflows/docker_ci.yml:23, 36 (2 hits)
.github/workflows/ios_ci.yaml:37, 45 (2 hits)
.github/workflows/rust_ci.yaml:29, 45 (2 hits)
.github/workflows/mobile_ci.yml:72
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.62 Compose service lacks no-new-privileges hardening
Add `security_opt: ["no-new-privileges:true"]` unless the service has a documented need for privilege escalation.
frontend/scripts/docker-buildfiles/docker-compose.yml:9 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 16 locations
frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart:71, 72 (2 hits)
frontend/appflowy_flutter/integration_test/desktop/document/document_with_image_block_test.dart:46, 86 (2 hits)
frontend/appflowy_flutter/integration_test/desktop/document/document_with_multi_image_block_test.dart:49, 50 (2 hits)
frontend/appflowy_flutter/integration_test/desktop/grid/grid_reopen_test.dart:20, 92 (2 hits)
frontend/appflowy_flutter/integration_test/desktop/database/database_field_test.dart:10
frontend/appflowy_flutter/integration_test/desktop/document/document_callout_test.dart:8
frontend/appflowy_flutter/integration_test/desktop/document/document_inline_page_reference_test.dart:14
frontend/appflowy_flutter/integration_test/desktop/document/document_with_date_reminder_test.dart:117
duplicationquality
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: archlinux/archlinux:base-devel
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
frontend/scripts/docker-buildfiles/Dockerfile:4 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: commitlint.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph security security conf 1.00 Insecure pattern 'document_write' in frontend/rust-lib/flowy-document/src/event_handler.rs:129
Found a known-risky pattern (document_write). Review and replace if possible.
frontend/rust-lib/flowy-document/src/event_handler.rs:129 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in frontend/rust-lib/flowy-document/src/manager.rs:282
Found a known-risky pattern (document_write). Review and replace if possible.
frontend/rust-lib/flowy-document/src/manager.rs:282 Document write
low System graph quality Complexity conf 1.00 Very large file: frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs (2464 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: frontend/rust-lib/flowy-folder/src/manager.rs (2637 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/4b6bbd79-6a10-4b1c-852c-53d1dc74ab1e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/4b6bbd79-6a10-4b1c-852c-53d1dc74ab1e/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.