Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add FCaptcha to Security#6067

Open
cport1 wants to merge 1 commit intoavelino:mainfrom
cport1:add-fcaptcha
Open

Add FCaptcha to Security#6067
cport1 wants to merge 1 commit intoavelino:mainfrom
cport1:add-fcaptcha

Conversation

@cport1
Copy link

@cport1 cport1 commented Feb 28, 2026

Adds FCaptcha to the Security section.

FCaptcha is a self-hosted CAPTCHA system with a Go server that detects bots, vision AI agents, and headless browsers through behavioral analysis and SHA-256 proof of work.

Forge link: https://github.com/WebDecoy/FCaptcha
Go server: https://github.com/WebDecoy/FCaptcha/tree/main/server-go
Demo: https://webdecoy.com/product/fcaptcha-demo/

@github-actions
Copy link

Automated Quality Checks

Required checks

Repo: missing go.mod

How to fix: No go.mod file found at the repository root.
Initialize Go modules in your project:

go mod init github.com/your-org/your-project
go mod tidy
git add go.mod go.sum && git commit -m "add go module" && git push

pkg.go.dev: missing from PR body

How to fix: Add the following to your PR description:

pkg.go.dev: https://pkg.go.dev/github.com/your-org/your-project

❌ **Go Report Card**: missing from PR body
  > **How to fix:** Add the following to your PR description:
  > ```
goreportcard.com: https://goreportcard.com/report/github.com/WebDecoy/FCaptcha

Additional checks

License: MIT
⚠️ Maturity: repo appears to have less than 5 months of history

How to fix: Your repository needs at least 5 months of history since the first commit.
Please resubmit after the repository meets this requirement.
CI/CD: GitHub Actions workflows detected
README: present
⚠️ Coverage: missing from PR body
How to fix: Add a coverage service link to your PR description:

Coverage: https://app.codecov.io/gh/your-org/your-project

Popular options: [Codecov](https://codecov.io), [Coveralls](https://coveralls.io). Integrate one with your CI to track coverage automatically.

---
> **Action needed:** one or more required checks failed. Please update your PR body with the missing links and ensure the repository meets the [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards).

_These checks are automated and do not replace maintainer review. See [CONTRIBUTING.md](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md) for full guidelines._

---

## PR Diff Validation

### Content checks

✅ **Files changed**: only README.md
✅ **Single item**: one package added
✅ **Link consistency**: README link matches forge link in PR body
✅ **Link text**: matches repository name
✅ **Description**: ends with punctuation
✅ **Description tone**: no promotional language detected
✅ **Category size**: Security has 45 items


_Automated diff validation — does not replace maintainer review._
<!-- Sticky Pull Request Commentpr-quality-check -->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant