{"id":43292273,"url":"https://github.com/sydseter/dungeons-and-daemons","last_synced_at":"2026-02-01T18:34:25.183Z","repository":{"id":253365411,"uuid":"841964896","full_name":"sydseter/dungeons-and-daemons","owner":"sydseter","description":"This repository contains OWASP Dungeons \u0026 Daemons a collection of LRP games. It's purpose is to promote security awareness and OWASP Cornucopia","archived":false,"fork":false,"pushed_at":"2024-09-10T07:47:05.000Z","size":8390,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-10T10:01:16.713Z","etag":null,"topics":["appsec","gamification","security"],"latest_commit_sha":null,"homepage":"https://dungeonsanddaemons.org","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sydseter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-13T11:57:37.000Z","updated_at":"2024-09-10T07:47:03.000Z","dependencies_parsed_at":"2024-09-10T09:48:37.247Z","dependency_job_id":null,"html_url":"https://github.com/sydseter/dungeons-and-daemons","commit_stats":null,"previous_names":["sydseter/dungeons-and-daemons"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sydseter/dungeons-and-daemons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydseter%2Fdungeons-and-daemons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydseter%2Fdungeons-and-daemons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydseter%2Fdungeons-and-daemons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydseter%2Fdungeons-and-daemons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sydseter","download_url":"https://codeload.github.com/sydseter/dungeons-and-daemons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydseter%2Fdungeons-and-daemons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28985818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["appsec","gamification","security"],"created_at":"2026-02-01T18:34:25.123Z","updated_at":"2026-02-01T18:34:25.178Z","avatar_url":"https://github.com/sydseter.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project moved\n\nThe project is now a OWASP project. The code has been moved here: https://github.com/OWASP/www-project-dungeons-and-daemons \nProject website is available from: https://owasp.org/www-project-dungeons-and-daemons/ \n\n# OWASP® Dungeons \u0026 Daemons\n\n\u003cimg src=\"static/images/games/azure-cloud-castle.jpg\" /\u003e\n\nOWASP® Dungeons \u0026 Daemons is a collection of open source games for promoting awareness and knowledge about application security and security practices.\n\nThe main purpose is to provide a collection of fun and exciting security related games that can be run at conferences, chapter meetings or other type of events.\n\nAlthough the project was inspired by OWASP Cornucopia and Dungeons \u0026 Dragons, it does not necessarily use OWASP Cornucopia cards or game rules nor do the games necessarily follow the rules used in Dungeon \u0026 Dragon. Some of the the games may also be under development. If so, that is indicated on each game's indivual game page. See the rules for each game to get to know how to play the game in question.\n\nPlease visit: [https://dungeonsanddaemons.org/](https://dungeonsanddaemons.org/)\n\n## Get the raw data\n\nPlease feel free to reuse the raw markdown data in your own projects.\nThis is the available data:\n\n - [Games](/games) \n - [Stories](/stories)\n - [Characters](/characters)\n - [Rules](/rules)\n - [Images](/images)\n\n## License\n\nOWASP® Dungeons \u0026 Daemons (c) by the OWASP® Foundation\n\nOWASP® Dungeons \u0026 Daemons games and game content is licensed under a\nCreative Commons Attribution-ShareAlike 4.0 International License.\n\nYou should have received a copy of the license along with this\nwork. If not, see \u003chttps://creativecommons.org/licenses/by-sa/4.0/\u003e.\n\n## Contributing\n\nPlease read [contributing](CONTRIBUTING.md)\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nTo create a production version:\n\n```bash\nnpm install          # Install dependencies\nnpm run build        # Build production version\n\n# Open site in default browser\nxdg-open build/index.html #Linux\nopen build/index.html # Mac\nstart build/index.html # Windows\n```\n\nYou can preview the production build with `npm run preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydseter%2Fdungeons-and-daemons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsydseter%2Fdungeons-and-daemons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydseter%2Fdungeons-and-daemons/lists"}