原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"fuzzing",
"php",
"php8",
"property-based-testing",
"property-testing",
"quickcheck",
"shrinking",
"testing",
"testo",
"unit-testing"
],
"is_fork": false,
"size_kb": 526,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 492162,
"Makefile": 2742
},
"pushed_at": "2026-07-25T15:03:42Z",
"created_at": "2026-06-29T17:03:00Z",
"owner_type": "User",
"updated_at": "2026-07-24T21:23:02Z",
"description": "Property-based testing for PHP as a Testo plugin: random generators, shrinking to minimal counterexamples, reproducible seeds",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "master",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "rasuvaeff",
"type": "User",
"login": "rasuvaeff",
"company": null,
"location": "Russia",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1352718?v=4",
"created_at": "2012-01-19T11:53:24Z",
"is_verified": null,
"public_repos": 56,
"account_age_days": 5301
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.7.0",
"kind": "minor",
"published_at": "2026-07-24T21:22:57Z"
},
{
"tag": "v2.6.0",
"kind": "minor",
"published_at": "2026-07-18T12:25:16Z"
},
{
"tag": "v2.5.0",
"kind": "minor",
"published_at": "2026-07-18T07:05:53Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-07-11T14:06:53Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-07-08T23:14:07Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-07-07T18:12:18Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-05T08:28:47Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-02T19:22:54Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-01T15:46:39Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-06-29T17:00:40Z"
}
],
"recent_commits": [
{
"oid": "ddd08e74648fcb8be40a3ce973fba1093c7b2436",
"body": null,
"is_bot": false,
"headline": "Ship AI agent skill via llm/skills (#21)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-24T21:22:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0be1409a14d290a46bd8abebf7396d7bbd93038",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb9\n[…]\nemver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: rasuvaeff <rasuvaeff@gmail.com>",
"is_bot": true,
"headline": "ci: bump actions/checkout from 7.0.0 to 7.0.1 (#19)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T11:39:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72d24e5ce8588532fb8f6bcb0be39e9c4f3136ea",
"body": "Replace machine-translated README.ru.md (translated class names, vendor `Расуваефф`, artifact `@@ЛИНИЯ@@` markers) with a clean Russian translation that preserves all package names, class names, method names and code signatures in English as-is.",
"is_bot": false,
"headline": "Rewrite README.ru.md: keep package/class names in English (#20)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-20T20:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "142f145acb9f5ab26d08d287d11b03e435c7c008",
"body": "…(#18)\n\nRussian README gains the 2.6.0 diagnostics (Changed diff, trial count,\nverbose shrink trace) and the timeoutMs/budgetMs deadline section that\nlanded only in the English README. AGENTS.md now states the rule: every\nREADME change lands in both languages in the same commit.",
"is_bot": false,
"headline": "docs: catch README.ru.md up to 2.6.0; AGENTS.md: README is bilingual …",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-18T13:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53c9c4918908c5e85a05ff09b09b77ae94c29e26",
"body": "* Deadline and time budget: #[Property(timeoutMs:, budgetMs:)]\n\n- timeoutMs: wall-clock deadline for a single run (random or example);\n overrun fails with DeadlineExceededException naming the pathological\n input (reported unshrunk - timed shrinking is non-deterministic).\n Measured post-run; an as\n[…]\nbudgetMs: wall-clock budget for the whole random phase; running out\n before the requested checks complete fails with\n TimeBudgetExceededException exposing completed/required counts.\n\n* Release 2.6.0",
"is_bot": false,
"headline": "Deadline and time budget: #[Property(timeoutMs:, budgetMs:)] (#17)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-18T12:25:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "37c54c599009ece5bde333e3f7e80d51c1f7b9d1",
"body": "…#16)\n\n- Counterexample message gains a Changed: line diffing original vs shrunk\n arguments (unchanged ones omitted; a draw dropped by tape truncation\n renders as (absent)) and a trial count next to the accepted steps.\n- CounterExample exposes shrinkTrials (candidates tried, accepted and\n rejected); included in toArray()/toJson().\n- PROPERTY_VERBOSE traces the shrink descent: one line per accepted\n candidate, including draw#N tape positions.",
"is_bot": false,
"headline": "Shrink diagnostics: Changed diff, verbose shrink trace, trial count (…",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-18T12:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cac5f9006f12129b19bd5ba819fcbc89f6af35fb",
"body": "* Add Psalm generics across ArbitraryInterface and Shrinkable\n\nPure docblock annotations — runtime is unchanged. The public API gains\n@template TValue (and TKey/TElement/TInner/TOutput as appropriate) so\nconsumers get IDE inference and Psalm checks on composed generators\n(Gen::map, flatMap, filter, \n[…]\n-typed arbitrary.\n- uuid/email/url declare non-empty-string (what Psalm infers).\n- Reverted the Gen::json and UuidArbitrary body restructures from the\n previous commit; dropped a redundant @var bool.",
"is_bot": false,
"headline": "Add Psalm generics across ArbitraryInterface and Shrinkable (#15)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-18T11:50:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6145932312e7c34b964794c40b9edeab917b3852",
"body": null,
"is_bot": false,
"headline": "Remove CONSUMER-REVIEW.md from the repository (#14)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-18T07:05:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97732a881d8cd257820197ca805b457176f6f5bc",
"body": "* Fix five correctness issues (2.5.0)\n\n- Gen::filter() throws GenerationExhausted after 100 rejected draws instead of\n returning an out-of-domain value; the interceptor catches it and reports a\n clean failure.\n- A property that discards every run fails with GaveUpException instead of a\n vacuous p\n[…]\neRendererTest with exact-output, boundary, multibyte, binary,\n nested-depth, cycle and static-property cases; restores MSI above the 90 gate.\n\n* Complete discard handling and counterexample reporting",
"is_bot": false,
"headline": "Fix five correctness issues (2.5.0) (#13)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-18T06:48:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fb92cd5745254a2ad99d279a6b711704b4c5e0c",
"body": "* docs: add Russian README\n\n* docs: complete Russian README translation\n\n* docs: normalize Russian README",
"is_bot": false,
"headline": "docs: add Russian README (#12)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-17T13:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7dddb6eee6145350bf1d2c40bca34478fb7696",
"body": "Generators/examples methods are invoked via reflection only, so Rector's\nRemoveUnusedPrivateMethodRector (deadCode set) deletes private ones. Public\nstatic is safe: no dead-code rule touches public methods and Testo never\ntreats a non-void-returning method as a test.",
"is_bot": false,
"headline": "Make generators methods public static; document the convention",
"author_name": "v.razuvaev",
"author_login": "rasuvaeff",
"committed_at": "2026-07-11T14:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138bfb305bd22fb39a3ac27ceba51f2824def119",
"body": null,
"is_bot": false,
"headline": "Set 2.4.0 release date",
"author_name": "v.razuvaev",
"author_login": "rasuvaeff",
"committed_at": "2026-07-11T14:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3a7b0fc95fe7e39c517e5816832a6c9e9ccec42",
"body": "Downstream interceptors attach per-run attributes to each run's result —\nnotably Testo codecov's CoverageResult (its interceptor is innermost).\nThe interceptor returned bare TestResult objects, dropping them: property\ntests were absent from per-test coverage (<covered by>), so Infection never\nselect\n[…]\n property-only covered lines\nescaped silently.\n\nMerge run attributes run-by-run (last write per key wins) and carry them on\nall aggregate paths: passed, falsified, coverage violation, failing example.",
"is_bot": false,
"headline": "Preserve per-run TestResult attributes on aggregate property results",
"author_name": "v.razuvaev",
"author_login": "rasuvaeff",
"committed_at": "2026-07-11T14:06:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8bce5fb7c00cb0d2df70ad25331b797ea564d43",
"body": null,
"is_bot": false,
"headline": "2.4.0: in-body dependent draw (Gen::draw) via a replay tape",
"author_name": "v.razuvaev",
"author_login": "rasuvaeff",
"committed_at": "2026-07-11T14:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9df7f2674d62db5dc02b911144616ac3647f65f",
"body": "Waves 5-6 minus T2.5 (deferred to 2.4.0). Additive, no BC breaks.",
"is_bot": false,
"headline": "2.3.0: domain arbitraries + regex, explicit examples, seed persistence",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-08T23:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeee3703bcf87e9300d5f36051766b5ced0c9594",
"body": "* Add stateful / model-based testing (Wave 4, 2.2.0)\n\nNew Rasuvaeff\\PropertyTesting\\StateMachine namespace: the Command interface\n(preCondition/nextState/run/postCondition + Stringable label), the\nCommandSequence value, StateMachine::check() runner, and PostconditionViolation.\nGen::commands() return\n[…]\nREADME/llms.txt sections, CHANGELOG 2.2.0, examples/state_machine.php,\npackage AGENTS invariants, and ROADMAP updated to the 2-release plan\n(2.2.0 = Wave 4; 2.3.0 = Waves 5+6 merged).\n\n* Release 2.2.0",
"is_bot": false,
"headline": "Stateful / model-based testing (Wave 4, 2.2.0) (#8)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-07T18:12:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fc3150c0a05822fa371e6878af86d5ed8b5b755",
"body": null,
"is_bot": false,
"headline": "Roadmap: consumer gap analysis + Wave 4-6 plan (#7)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-05T08:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb0de8e40af324f2e317500f8a614ea424595abf",
"body": "…nerators, shrink debugging (#6)\n\n* Wave 3 (2.1.0): coverage gate, stringFrom/bytes/enum/uniqueArrayOf/intRange/floatSpecial/recursive, sampleShrinks, sized collections, PROPERTY_VERBOSE\n\n* Release 2.1.0",
"is_bot": false,
"headline": "2.1.0: coverage gate, charset/bytes/enum/unique/interval/recursive ge…",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-05T08:28:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c9074096e328aa4158564120853ae0ab714fc54",
"body": "* Integrated shrinking: generate() returns a Shrinkable tree; add Gen::flatMap (2.0.0)\n\n* Kill escaped mutants: exact-once empties, OneOf scan continuation, dict value-phase, uuid bit freedom, dictOf bounds\n\n* Release 2.0.0",
"is_bot": false,
"headline": "2.0.0: integrated shrinking (Shrinkable tree) + Gen::flatMap (#5)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-02T19:22:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2babe1d2be6bef9bf2e42284e46beff6ec764da3",
"body": "* Add dictOf/record generators and maxShrinks (1.1.0)\n\n- Gen::dictOf (DictionaryArbitrary): associative-array/map generator with\n int|string keys; shrinks by size then values, keys fixed.\n- Gen::record (RecordArbitrary): fixed-shape map keyed by field name; shrinks\n each field through its arbitrar\n[…]\nROADMAP\n marked Wave 1 done; examples/generators.php.\n\nVerified: composer build green (232 tests), mutation MSI 95% (minMsi 90),\nbc-check --from=v1.0.0 clean, package-audit 0 errors.\n\n* Release 1.1.0",
"is_bot": false,
"headline": "Add dictOf/record generators and maxShrinks (1.1.0) (#4)",
"author_name": "rasuvaeff",
"author_login": "rasuvaeff",
"committed_at": "2026-07-01T15:46:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "acfc740bf8bead527f8d0a8c781eb7d43e527d5d",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/0057852bfaa89a56745cba8c7296529d2fc3983\n[…]\nemver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: rasuvaeff <rasuvaeff@gmail.com>",
"is_bot": true,
"headline": "ci: bump actions/cache from 4.3.0 to 6.1.0 (#2)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T17:14:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c135bf3f38eadcb450c014622669f2cd6d7cac9",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a5638\n[…]\nemver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: rasuvaeff <rasuvaeff@gmail.com>",
"is_bot": true,
"headline": "ci: bump actions/checkout from 4.3.1 to 7.0.0 (#1)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T17:12:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "481466c7c337fd2b8a6cb9e1c54351cb6aae4be5",
"body": "Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version.\n- [Release notes](https://github.com/infection/infection/releases)\n- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/inf\n[…]\ndency-version: 0.34.0\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: update infection/infection requirement || ^0.34 (#3)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T17:10:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c7f3cab429d8dab0c8b4080200e0e02e938e703",
"body": "#[Property] attribute, the Gen facade (int/float/bool/string/array/oneOf/\nnullable/map/filter/tuple/frequency), a seedable MT19937 runner, greedy\ndomain-preserving shrinking, Assume::that() run discards, and the\nself-registering PropertyInterceptor. Includes unit + real-runner e2e tests,\nbenchmarks, examples, and Dependabot config.",
"is_bot": false,
"headline": "Initial release: property-based testing plugin for Testo",
"author_name": "v.razuvaev",
"author_login": "rasuvaeff",
"committed_at": "2026-06-29T17:00:40Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 24,
"latest_release_at": "2026-07-24T21:22:57Z",
"latest_release_tag": "v2.7.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": 2.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "rasuvaeff/property-testing",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [
"testing",
"QuickCheck",
"testo",
"property-testing",
"fuzzing",
"shrinking"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/rasuvaeff/property-testing",
"is_deprecated": false,
"latest_version": "v2.7.0",
"repository_url": "https://github.com/rasuvaeff/property-testing",
"versions_count": 10,
"total_downloads": 2239,
"dependents_count": 25,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2239,
"first_published_at": null,
"latest_published_at": "2026-07-24T21:22:57Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 56678,
"source_files_sampled": 113,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 11130
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "testo/testo",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^0.10.25 || ^1.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 21,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "rasuvaeff",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/1352718?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"static-analysis.yml"
],
"has_docs_dir": false,
"linter_configs": [
".php-cs-fixer.php"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/18 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ddd08e74648fcb8be40a3ce973fba1093c7b2436",
"ran_at": "2026-07-25T15:05:11Z",
"aggregate_score": 4.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T21:27:03Z",
"oldest_open_prs": [
{
"number": 22,
"created_at": "2026-07-25T15:03:44Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-24T21:22:58Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rasuvaeff/property-testing",
"host": "github.com",
"name": "property-testing",
"owner": "rasuvaeff"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 20% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 20
}
}
],
"value": 10,
"inputs": {
"security": 9,
"vitality": 66,
"community": 31,
"governance": 54,
"engineering": 74,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 20,
"weighted_overall_before_jurisdiction": 49,
"overall_after_jurisdiction_multiplier": 10
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 0.833,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v2.7.0",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 2.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"packages": [
"rasuvaeff/property-testing"
],
"dependents": 25,
"ecosystems": "packagist",
"total_downloads": 2239,
"monthly_downloads": 2239
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,239 downloads/month across packagist",
"points": 44.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2239,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "25 packages depend on it",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 25
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 21,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/21 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "rasuvaeff",
"public_repos": 56,
"account_age_days": 5301
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "4 followers of rasuvaeff",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "rasuvaeff"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "56 public repos, account ~14 yr old",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 56
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"rasuvaeff/property-testing"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".php-cs-fixer.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.php"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"fuzzing",
"php",
"php8",
"property-based-testing",
"property-testing",
"quickcheck",
"shrinking",
"testing",
"testo",
"unit-testing"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 9,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 20% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 20
}
}
],
"value": 9,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 4.4,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 20,
"security_posture_after_multiplier": 9,
"security_posture_before_jurisdiction": 44
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "21 out of 21 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "critical",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 20,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "owner",
"count": 1,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: owner (1); Russia: top_contributor (1)",
"points": 20,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "owner",
"count": 1,
"country": "Russia"
}
},
{
"code": "jurisdiction_exposure_next",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 71,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 0.85,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 11130
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "17 of 20 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 17,
"sampled": 20
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.167
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".php-cs-fixer.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.php"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 24",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 24
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 24 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 24
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 56678,
"source_files_sampled": 113,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/113 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 113,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T15:05:23.356520Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rasuvaeff/property-testing.svg",
"full_name": "rasuvaeff/property-testing",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}