{"id":3184,"url":"https://github.com/cytopia/devilbox","last_synced_at":"2026-05-10T06:20:31.247Z","repository":{"id":37927893,"uuid":"70239358","full_name":"cytopia/devilbox","owner":"cytopia","description":"A modern Docker LAMP stack and MEAN stack for local development","archived":false,"fork":false,"pushed_at":"2024-04-19T13:46:30.000Z","size":50133,"stargazers_count":4469,"open_issues_count":88,"forks_count":657,"subscribers_count":112,"default_branch":"master","last_synced_at":"2025-08-12T00:37:38.796Z","etag":null,"topics":["apache","devilbox","docker","docker-compose","docker-lamp","lamp","lamp-stack","lemp","lemp-stack","mariadb","mean-stack","mysql","nginx","php","php-docker-stack","php7","php71","php72","postgresql","redis"],"latest_commit_sha":null,"homepage":"http://devilbox.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cytopia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/support/artwork.rst","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["cytopia"],"patreon":"devilbox"}},"created_at":"2016-10-07T11:10:05.000Z","updated_at":"2025-08-11T08:05:57.000Z","dependencies_parsed_at":"2024-05-03T21:07:02.585Z","dependency_job_id":null,"html_url":"https://github.com/cytopia/devilbox","commit_stats":{"total_commits":1420,"total_committers":74,"mean_commits":19.18918918918919,"dds":0.0823943661971831,"last_synced_commit":"986f04637f8210e18e2895d01888040e384c662a"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/cytopia/devilbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fdevilbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fdevilbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fdevilbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fdevilbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytopia","download_url":"https://codeload.github.com/cytopia/devilbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cytopia%2Fdevilbox/sbom","scorecard":{"id":314810,"data":{"date":"2025-08-11","repo":{"name":"github.com/cytopia/devilbox","commit":"986f04637f8210e18e2895d01888040e384c662a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.3,"checks":[{"name":"Code-Review","score":5,"reason":"Found 1/2 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/documentation.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/params-httpd.yml:1","Warn: no topLevel permission defined: .github/workflows/params-memcd.yml:1","Warn: no topLevel permission defined: .github/workflows/params-mongo.yml:1","Warn: no topLevel permission defined: .github/workflows/params-mysql.yml:1","Warn: no topLevel permission defined: .github/workflows/params-pgsql.yml:1","Warn: no topLevel permission defined: .github/workflows/params-php.yml:1","Warn: no topLevel permission defined: .github/workflows/params-redis.yml:1","Warn: no topLevel permission defined: .github/workflows/test-httpd.yml:1","Warn: no topLevel permission defined: .github/workflows/test-memcd.yml:1","Warn: no topLevel permission defined: .github/workflows/test-mongo.yml:1","Warn: no topLevel permission defined: .github/workflows/test-mysql.yml:1","Warn: no topLevel permission defined: .github/workflows/test-pgsql.yml:1","Warn: no topLevel permission defined: .github/workflows/test-php.yml:1","Warn: no topLevel permission defined: .github/workflows/test-redis.yml:1","Warn: no topLevel permission defined: .github/workflows/zzz-reuse-tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/documentation.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/documentation.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/documentation.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/documentation.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:123: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:139: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:150: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:158: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:176: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:203: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:212: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:230: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:239: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:248: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:257: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/zzz-reuse-tests.yml:278: update your workflow using https://app.stepsecurity.io/secureworkflow/cytopia/devilbox/zzz-reuse-tests.yml/master?enable=pin","Warn: downloadThenRun not pinned by hash: .devilbox/www/htdocs/vendor/phpmyadmin-4.9.7/vendor/twig/twig/drupal_test.sh:17","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  19 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"56 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-ff7q-6vwh-v9m4","Warn: Project is vulnerable to: GHSA-hg35-mp25-qf6h","Warn: Project is vulnerable to: GHSA-jr22-8qgm-4q87","Warn: Project is vulnerable to: GHSA-vf4w-fg7r-5v94","Warn: Project is vulnerable to: GHSA-qq5c-677p-737q","Warn: Project is vulnerable to: GHSA-4p8j-vhjm-6pvw","Warn: Project is vulnerable to: GHSA-9mgx-552f-59p6","Warn: Project is vulnerable to: GHSA-g9wg-98c2-qv3v","Warn: Project is vulnerable to: GHSA-mx3p-fhpw-x6rv","Warn: Project is vulnerable to: GHSA-qx95-cwh6-9mvq","Warn: Project is vulnerable to: GHSA-rmv2-8jjc-23xw","Warn: Project is vulnerable to: GHSA-w95c-7994-ghpr","Warn: Project is vulnerable to: GHSA-52m2-vc4m-jj33","Warn: Project is vulnerable to: GHSA-6377-hfv9-hqf6","Warn: Project is vulnerable to: GHSA-6j75-5wfj-gh66","Warn: Project is vulnerable to: GHSA-jjxq-ff2g-95vh","Warn: Project is vulnerable to: GHSA-6chw-6frg-f759","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-4gw3-8f77-f72c","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6","Warn: Project is vulnerable to: GHSA-gxr4-xjj5-5px2","Warn: Project is vulnerable to: GHSA-jpcq-cgw6-v4j6","Warn: Project is vulnerable to: GHSA-9gj3-hwp5-pmwc","Warn: Project is vulnerable to: GHSA-gpqq-952q-5327","Warn: Project is vulnerable to: GHSA-j7qv-pgf6-hvh4","Warn: Project is vulnerable to: GHSA-h6gj-6jjq-h8g9","Warn: Project is vulnerable to: GHSA-jxwx-85vp-gvwm","Warn: Project is vulnerable to: GHSA-j9m2-h2pv-wvph","Warn: Project is vulnerable to: GHSA-ffmh-x56j-9rc3","Warn: Project is vulnerable to: GHSA-rrj2-ph5q-jxw2","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-q847-2q57-wmr3","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-vc8w-jr9v-vj7f","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: MAL-2023-552","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T23:57:44.096Z","repository_id":37927893,"created_at":"2025-08-17T23:57:44.096Z","updated_at":"2025-08-17T23:57:44.096Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274115803,"owners_count":25224899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","devilbox","docker","docker-compose","docker-lamp","lamp","lamp-stack","lemp","lemp-stack","mariadb","mean-stack","mysql","nginx","php","php-docker-stack","php7","php71","php72","postgresql","redis"],"created_at":"2024-01-11T16:43:56.727Z","updated_at":"2025-09-08T00:23:08.419Z","avatar_url":"https://github.com/cytopia.png","language":"PHP","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/3184","html_url":"https://opencollective.ecosyste.ms/projects/3184","collective":{"id":631,"uuid":"mvrwng4k-j03dpbm8-04aqz57o-yl9e8xba","slug":"devilbox","name":"Devilbox","description":"A modern Docker LAMP stack and MEAN stack for local development","website":"https://devilbox.org","github":"cytopia/devilbox","twitter":"DevilboxLamp","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://devilbox.org"},{"type":"TWITTER","url":"https://twitter.com/DevilboxLamp"},{"type":"GITHUB","url":"https://github.com/cytopia/devilbox"}],"currency":"USD","projects_count":1,"last_synced_at":"2026-05-31T12:15:27.375Z","created_at":"2024-01-10T13:17:48.075Z","updated_at":"2026-05-31T12:15:27.655Z","transactions_count":0,"balance":868.0,"account_type":"COLLECTIVE","owner":{"login":"cytopia","name":"cytopia","uuid":"12533999","kind":"user","description":"DevOps Engineer","email":"","website":"https://www.everythingcli.org","location":"Berlin, Germany","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/12533999?u=cc90832a22404fd5657f38a8bdb05e1aa5db1c58\u0026v=4","repositories_count":114,"last_synced_at":"2025-10-14T11:04:28.575Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/cytopia","funding_links":["https://github.com/sponsors/cytopia"],"total_stars":12003,"followers":1204,"following":37,"created_at":"2022-11-04T01:43:04.709Z","updated_at":"2025-10-14T11:04:28.575Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytopia","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cytopia/repositories"},"last_project_activity_at":"2024-04-19T13:46:30.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2022-04-03T14:29:25.104Z","collective_updated_at":"2025-10-20T21:53:18.392Z","html_url":"https://opencollective.com/devilbox","icon_url":"https://images.opencollective.com/devilbox/logo/40.png","total_donations":868.0,"total_expenses":-132.0,"current_balance":868.0,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/devilbox","url":"https://opencollective.ecosyste.ms/collectives/devilbox","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/devilbox/projects"}}