Polished and well engineered. Punching above its star count.
LLM security testing framework for detecting prompt injection, jailbreaks, and adversarial attacks — 190+ probes, 28 providers, single Go binary
Documentation
97
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Contributing guide is detailed and thorough.
Engineering
88
CI is configured (.github/workflows/ci.yml).
Test files detected (benchmarks/flipattack_benchmark_test.go).
Formatting enforced (.golangci.yml).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 30Forks
- 46Releaseslatest 21d ago
Community
- —Community health
- —authors own >50% of commits
- 244Watchers
Responsiveness
- 17hMedian issue response
- 8hMedian PR merge time
- 30Open issues
Repository files27 root entries
- .devcontainerGood: Environment pinned via .devcontainer/Dockerfile.
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (github-actions, gomod). Dependencies stay current.Good: Issue or PR templates present.
- benchmarksGood: Test files detected (benchmarks/flipattack_benchmark_test.go).
- cmd
- devpod
- docs
- examples
- internal
- pkg
- templates
- tools
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- .goreleaser.yaml
- .graphifyignore
- CHANGELOG.md
- CLAUDE.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CODEOWNERS
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- FOLLOWUPS.md
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under Apache-2.0.
- Makefile
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.