{"id":50230301,"url":"https://github.com/fluidattacks/essentials_examples","last_synced_at":"2026-05-26T18:30:46.889Z","repository":{"id":352925050,"uuid":"1217234441","full_name":"fluidattacks/essentials_examples","owner":"fluidattacks","description":"A repository to showcase Fluid Attacks integrations in the Essentials plan","archived":false,"fork":false,"pushed_at":"2026-04-21T18:13:01.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T19:39:34.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/fluidattacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-21T17:20:42.000Z","updated_at":"2026-04-21T17:33:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fluidattacks/essentials_examples","commit_stats":null,"previous_names":["fluidattacks/essentials_examples"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fluidattacks/essentials_examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fessentials_examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fessentials_examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fessentials_examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fessentials_examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluidattacks","download_url":"https://codeload.github.com/fluidattacks/essentials_examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluidattacks%2Fessentials_examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33534560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-05-26T18:30:46.060Z","updated_at":"2026-05-26T18:30:46.884Z","avatar_url":"https://github.com/fluidattacks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fluid Attacks Essentials — Example Repository\n\nThis repository is a sandbox for testing and demonstrating the [Fluid Attacks Essential plan](https://fluidattacks.com/plans/). It contains intentionally vulnerable code and configuration files to benchmark the scanner suite, and a GitHub Actions workflow that mirrors a real trunk-based development pipeline.\n\n\u003e **All secrets and credentials in this repository are dummy values for benchmarking purposes. Do not use them in any real environment.**\n\n## Purpose\n\n- Validate that each Fluid Attacks GitHub Action (SAST, SCA, DAST, Secret Scan, CI Gate) detects the expected findings.\n- Demonstrate how the scanners integrate into a trunk-based development workflow with pull request checks.\n- Serve as a reference for configuring the actions in customer repositories.\n\n## Vulnerability examples\n\nEach file or directory below contains at least one intentional finding to exercise a specific scanner.\n\n## GitHub Actions integration\n\nThe workflow at `.github/workflows/dev.yml` runs the full Fluid Attacks scanner suite on every pull request. It is split across two triggers to handle secrets correctly for fork PRs:\n\n| Trigger | Jobs |\n|---|---|\n| `pull_request` | `sast`, `sca-scan`, `dast-scan`, `secret-scan` |\n| `pull_request_target` | `ci-gate` |\n\nThe `ci-gate` job runs on `pull_request_target` because GitHub withholds secrets from `pull_request` workflows triggered by fork PRs. The CI Gate only calls the Fluid Attacks API and never checks out or executes PR code, so this is safe.\n\n## Trunk-based development workflow\n\nThis repository follows a trunk-based development model:\n\n- `main` is the trunk. It is always in a releasable state.\n- All work happens on short-lived feature branches cut from `main`.\n- Every branch is merged back to `main` via a pull request — no long-lived branches.\n- The PR checks (SAST, SCA, DAST, secret scan, CI Gate) act as the quality gate. A branch cannot be merged if the scanners find policy-breaking issues.\n\nThis model keeps the feedback loop short: findings are surfaced at PR time, before any vulnerable code reaches the trunk.\n\n## More information\n\n- [Fluid Attacks platform](https://app.fluidattacks.com)\n- [Fluid Attacks documentation](https://docs.fluidattacks.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidattacks%2Fessentials_examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidattacks%2Fessentials_examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidattacks%2Fessentials_examples/lists"}