Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"duo",
"mfa",
"php"
],
"is_fork": false,
"size_kb": 107,
"has_wiki": false,
"homepage": "https://duo.com/docs/duoweb",
"languages": {
"CSS": 666,
"PHP": 63057
},
"pushed_at": "2026-07-22T15:42:21Z",
"created_at": "2021-03-08T16:18:19Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T15:35:49Z",
"description": "Duo OIDC-based two-factor authentication for PHP web applications",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://www.duo.com",
"name": "Duo Security",
"type": "Organization",
"login": "duosecurity",
"company": null,
"location": "Ann Arbor, MI",
"followers": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/526376?v=4",
"created_at": "2010-12-16T21:12:30Z",
"is_verified": null,
"public_repos": 52,
"account_age_days": 5696
},
"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": "1.2.0",
"kind": "minor",
"published_at": "2026-07-22T15:42:21Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2026-02-04T19:47:44Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2025-08-13T14:07:23Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2025-03-05T18:35:06Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2023-01-13T18:50:02Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2022-07-06T13:59:08Z"
}
],
"recent_commits": [
{
"oid": "7045587e8a0a850355ed55f019090a033e49b29a",
"body": "All feature PRs for the 1.2.0 release are merged:\n- Disable CA pinning constructor parameter (#26)\n- CURLOPT_CAPATH OS fallback prevention (#27)\n- User-agent CA bundle/pinning status reporting (#28)",
"is_bot": false,
"headline": "Bump version to 1.2.0 (#29)",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2026-07-22T15:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c2b86a91d03169db5b2ccee344d8293147854b",
"body": "* Prevent OS certificate store fallback when CA pinning is enabled\n\nSet CURLOPT_CAPATH to an untraversable path (/dev/null/<random>) when\npinning is active. This ensures cURL cannot fall back to the OS\ncertificate directory, making CURLOPT_CAINFO the exclusive trust source.\nThe 128-bit random suffix\n[…]\nurns false, throwing\n DuoException rather than silently proceeding without OS cert store\n isolation (e.g. on unsupported TLS backends like Schannel).\n- Add test coverage for the CAPATH failure path.",
"is_bot": false,
"headline": "Prevent OS certificate store fallback when CA pinning is enabled (#27)",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2026-07-16T15:35:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7dea1d3f92518ae263f6467a5aa29e4a725d3e3d",
"body": null,
"is_bot": false,
"headline": "Add CA bundle version and pinning status to the user agent string (#28)",
"author_name": "Dmytro Hissa",
"author_login": "cisco-dmytro-hissa",
"committed_at": "2026-07-15T14:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b2102d46fc84378f69c3c2951c263520a30b1c",
"body": "* Add an option to disable CA certificate pinning\n\n* Upgrade Slim to 4.15.2 in example app to resolve security advisory blocking CI",
"is_bot": false,
"headline": "Add an option to disable CA certificate pinning (#26)",
"author_name": "Dmytro Hissa",
"author_login": "cisco-dmytro-hissa",
"committed_at": "2026-07-09T15:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68e699c52d41f681df07dc0f98e2ba551bef2fd3",
"body": null,
"is_bot": false,
"headline": "Bump version to 1.1.2 (#25)",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2026-02-04T19:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d5e833ec31fd16b88ed294a22dcfb5539128e2",
"body": "* Add firebase/php-jwt v7 support\n\nphp-jwt v7 enforces strict HMAC key length validation (64 bytes for HS512).\nThis pads the 40-byte client secret to 64 bytes with null bytes, which\nproduces identical HMAC output since HMAC internally pads to block size.\n\nFixes CVE-2025-45769 compatibility while maintaining support for php-jwt v6.\n\n* Add composer.lock to gitignore",
"is_bot": false,
"headline": "Refactor to support firebase/php-jwt 7.X (#24)",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2026-01-23T19:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "255fda672cac9c21eb378088cddc0ccb7f9b5779",
"body": "* Fix errors in example\n\n* When accessing the example app using 127.0.0.1 or 0.0.0.0, auto-redirect to localhost.\n\nThe PHP development server prints a log message that the server is running on 0.0.0.0:8080.\nBut the server must be accessed using localhost:8080 for proper session management.\n\n* Remove EOL PHP versions from support/CI",
"is_bot": false,
"headline": "Fixup example app (#22)",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2026-01-22T16:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c52a1fa93d7287f6bc820c0e39bb4fc34643f55",
"body": "Add a single CI Success job that depends on all matrix jobs passing.\nThis allows branch protection to require only one status check instead\nof individual checks for each PHP version, making it easier to add or\nremove PHP versions from the matrix.",
"is_bot": false,
"headline": "Add ci_success job to simplify branch protection (#23)",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2026-01-22T15:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b3011636655d99bb543236e0b118d464e3eb1e6",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.4 and 8.5 in CI",
"author_name": "Ishan Vyas",
"author_login": "ishanvyas22",
"committed_at": "2025-10-03T13:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee7253863d84653a60a8cad4b03aa3b66fcfd35",
"body": null,
"is_bot": false,
"headline": "Version bump to 1.1.1 (#19)",
"author_name": "Yuriy Syrota",
"author_login": "ysyrota",
"committed_at": "2025-08-13T14:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5799622c75ed349231d158853b3733ff18d22cee",
"body": null,
"is_bot": false,
"headline": "Allow custom user agent specification (#18)",
"author_name": "Yuriy Syrota",
"author_login": "ysyrota",
"committed_at": "2025-08-12T19:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2852c46949a2de9ca6da908e4353a81c61b43a3",
"body": "Version bump to 1.1.0",
"is_bot": false,
"headline": "Merge pull request #17 from duosecurity/AaronAtDuo-version_1_1_0",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2025-03-05T18:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fd69ffadab9d5e4d90befc47b2bbd9fec7d717",
"body": null,
"is_bot": false,
"headline": "Version bump to 1.1.0",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2025-03-05T18:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cce032df99e6e672904a259c4478ac787812e56",
"body": "…g-for-duo-universal-php\n\nZTCAPIN-30 Update CA pinning for duo_universal_php",
"is_bot": false,
"headline": "Merge pull request #16 from andrrod3/feat/ZTCAPIN-30-update-ca-pinnin…",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2025-03-05T17:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e0f6a6ecf4aaaf465ff5bbcb23de6381fa6a44",
"body": null,
"is_bot": false,
"headline": "ZTCAPIN-30 Update CA pinning for duo_universal_php",
"author_name": "Andres Rodriguez Garcia",
"author_login": "andrrod3",
"committed_at": "2025-03-04T21:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c645be9e859298d8bf59bafb62e1c874e6ffc5d",
"body": "Add PHP 8.3 support",
"is_bot": false,
"headline": "Merge pull request #13 from ishanvyas22/php83",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2024-01-09T15:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c90c80b396f58e50c2c8001aac008ead9fbc4e1",
"body": null,
"is_bot": false,
"headline": "Add PHP 8.3 support",
"author_name": "Ishan Vyas",
"author_login": "ishanvyas22",
"committed_at": "2024-01-08T05:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "081e4702ad4662b76f514cc6e275c72fd9de0ab5",
"body": null,
"is_bot": false,
"headline": "Update example app to work with PHP 8",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2023-10-24T14:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72b55d06f519fa2ed76f07076ea1d4ceb08df508",
"body": null,
"is_bot": false,
"headline": "Remove support for PHP 7.3",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2023-10-24T14:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5144462779542bdfcedd79137bb5a5a8c717189",
"body": "Specify name for CI job",
"is_bot": false,
"headline": "Merge pull request #10 from duosecurity/AaronAtDuo-name-ci",
"author_name": "Yizhen Shi",
"author_login": "yizshi",
"committed_at": "2023-04-20T15:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6411a350aa4ace2383a46bed3cb0ca37d5ada9",
"body": "Fix up the license file text and add it to the composer file",
"is_bot": false,
"headline": "Merge pull request #9 from duosecurity/license_fixup",
"author_name": "Yizhen Shi",
"author_login": "yizshi",
"committed_at": "2023-04-20T15:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72d1bd46930a3f78a2f3ac79ba0b2ddfd6f1241b",
"body": null,
"is_bot": false,
"headline": "Specify name for CI job",
"author_name": "Aaron",
"author_login": "AaronAtDuo",
"committed_at": "2023-04-20T15:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7dc07163473808d7b9a7330066a6c98934ed70f",
"body": null,
"is_bot": false,
"headline": "Fix up the license file text and add it to the composer file",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2023-04-20T15:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fed046b38246330aa4cf3a51698a69f76f150bd",
"body": null,
"is_bot": false,
"headline": "Add info to README about TLS 1.2/1.3 support",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2023-02-07T15:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8734a47480d2d2f0539e8ee782675e052025d026",
"body": null,
"is_bot": false,
"headline": "Version bump to 1.0.2",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2023-01-13T18:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c69e1382a94ace25ba41796962e1e9d2295ab568",
"body": "…orrect PHPDoc types",
"is_bot": false,
"headline": "Merge PR 7 from theodorejb; Add missing type declarations and fix inc…",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2023-01-13T18:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e4df32384d3e856b1bf80ad13acb796143a6e36",
"body": null,
"is_bot": false,
"headline": "Add php 8.2 to testing matrix",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2022-12-08T20:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f88926f29cec32dd37370f58eb2bd98b0707310",
"body": null,
"is_bot": false,
"headline": "Add proxy support to duo_universal_php",
"author_name": "Mark Bishop",
"author_login": "mbish",
"committed_at": "2022-11-30T18:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc0e90812d5d835be81365ed15943d71f3a3139",
"body": null,
"is_bot": false,
"headline": "Update copyright holder to Cisco Systems",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-11-17T19:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79338e6b3ecbb9077a7062f5290da3521ffca0a4",
"body": null,
"is_bot": false,
"headline": "Disable CI schedule",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-09-02T13:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d9bd3bf996d16ff7f4af57b45ed5ca3144cd16",
"body": null,
"is_bot": false,
"headline": "Version bump to 1.0.1",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-07-06T13:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3795567f5c0f9c96a250393c41b43cbe7b7408ef",
"body": null,
"is_bot": false,
"headline": "Remove stray space to make linter happy",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-05-03T13:39:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e865f807bbfadd37075b285de48a544509a279",
"body": null,
"is_bot": false,
"headline": "Migrate to version 6+ of JWT library",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-05-03T13:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1bb57a96914d1fa9c29e4e97d1364199b5a4da6",
"body": null,
"is_bot": false,
"headline": "Add security policy file",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-04-28T20:40:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f51ab29156b5f5b009d113ef865f7d2b57cdd947",
"body": null,
"is_bot": false,
"headline": "Schedule CI to run weekly",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-04-15T15:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f79501a0d3e83552a3fdbae936eeec04e9b1c53",
"body": null,
"is_bot": false,
"headline": "Scope CI to main branch",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-04-11T15:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d8fc18fc81bab7154ae5fb12935890bdbc950e",
"body": null,
"is_bot": false,
"headline": "Add minimum PHP version to readme",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2022-02-16T20:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e108fc91a41b6a1784fc8558297a9de6d6f0c589",
"body": null,
"is_bot": false,
"headline": "Add clarifying remarks about session storage to example",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2022-02-04T15:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb005a5364a8e7714d6078caafbc60fabd08dc72",
"body": "…s issues",
"is_bot": false,
"headline": "Update example readme to run using tmp session path to fix permission…",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2021-06-01T21:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9ab2fbe8ab38c7e4af5cfd702fee1b63c083206",
"body": null,
"is_bot": false,
"headline": "Add dockerfile to example app",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2021-05-25T20:33:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d243d253db9abc86d691e3cf53fb1b18aaee5d",
"body": null,
"is_bot": false,
"headline": "Fix build status badge",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2021-05-21T18:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be29adc7fead7ddd33dd2c83ac84b4bc4d27d6e2",
"body": null,
"is_bot": false,
"headline": "From PR #1: Add CI via Github actions",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2021-04-02T20:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae25b3cde965e3b9d270fdce21795e1c4280227",
"body": null,
"is_bot": false,
"headline": "Updated user-agent string",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2021-03-15T14:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f30fc06766101ee59ffc482bb28ebe6335d5476",
"body": null,
"is_bot": false,
"headline": "Changed composer package name",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2021-03-15T14:30:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9831091ebf013deb3a6d0e6ed4d6483ceb33669",
"body": null,
"is_bot": false,
"headline": "Fix typos",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2021-03-15T14:17:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3d83a98d32a9aa563d2e34358ea9f66c88e5538",
"body": null,
"is_bot": false,
"headline": "duo_universal_php: fix a few typos in README and update docs link",
"author_name": "kristina",
"author_login": "DuoKristina",
"committed_at": "2021-03-15T13:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e344d17222a1e95e1a49bdec22a5acad7446af",
"body": null,
"is_bot": false,
"headline": "Added cert pinning to http requests",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2021-03-10T20:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ec1485a39f238a3ff827dc85533ca98792e162",
"body": null,
"is_bot": false,
"headline": "Force HTTPS in all API operations",
"author_name": "Aaron McConnell",
"author_login": "AaronAtDuo",
"committed_at": "2021-03-08T19:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e08edbbc922bbd300ca1c3909fa2cbd27e6f5c3",
"body": null,
"is_bot": false,
"headline": "PHP readme improvement",
"author_name": "yizshi",
"author_login": "yizshi",
"committed_at": "2021-02-03T14:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01e8e6724854ee1338afb262f40ed164ff22bdff",
"body": null,
"is_bot": false,
"headline": "Add use_duo_code_attribute option to client",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2021-01-28T15:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74aed9f09c799173ea5ccada06b2382bb03faad",
"body": null,
"is_bot": false,
"headline": "Update PHP randomness function to use better source of random",
"author_name": "Xander Desai",
"author_login": "xdesai",
"committed_at": "2021-01-26T16:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4f57abfa6f3f93e513114d172a295d79822c54",
"body": null,
"is_bot": false,
"headline": "Add leeway to Client and wrap more JWT errors in DuoException.",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2021-01-19T15:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370565682f7f2781853eaa23c146281eb9ad991d",
"body": null,
"is_bot": false,
"headline": "Complete PHP example app",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2021-01-12T21:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da518f915af45f0f7b6fb916e53a5ef4fc2c9132",
"body": null,
"is_bot": false,
"headline": "Remove unneeded doc string",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-21T19:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3060ef6c8f0c9c40bcc8bbd752b6e46a30348236",
"body": null,
"is_bot": false,
"headline": "Update TODOs in file doc",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-21T19:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a2ca13c7fad91e223ca31d13b8d2b1727c511c",
"body": null,
"is_bot": false,
"headline": "Update User-Agent string with useful information",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-21T19:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d302799c3aed0a8917bd0ba15b3aef0c4c55f56",
"body": null,
"is_bot": false,
"headline": "Add function to create uri used to redirect to Duo",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-16T14:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031a812d6ffd9db68ec5312728d8a517200ff3b1",
"body": null,
"is_bot": false,
"headline": "Add function to exchange code for token",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-14T19:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "265ac47724261d3e0bb4589cc858c9be0a3aefea",
"body": null,
"is_bot": false,
"headline": "Add example app skeleton",
"author_name": "Jeffrey Parker",
"author_login": "jeffreyparker",
"committed_at": "2020-12-14T18:28:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60e65cfc9fbd804c9f1a9fcdf29b2fb27c2c6438",
"body": null,
"is_bot": false,
"headline": "Added call to check if Duo is available to auth",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-09T15:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb85d649eba748ade246d8dfcc673b9db3e8eab5",
"body": "…state",
"is_bot": false,
"headline": "Added initial setup for client as well as a function to generate the …",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-07T15:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04515f4da7ae2dcfa16e6150e413f989d7f04fa9",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Briar Scott",
"author_login": null,
"committed_at": "2020-12-02T16:35:44Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 10,
"latest_release_at": "2026-07-22T15:42:21Z",
"latest_release_tag": "1.2.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 0,
"mean_days_between_releases": 295.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "duosecurity/duo_universal_php",
"exists": true,
"license": "BSD-3-Clause",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/duosecurity/duo_universal_php",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/duosecurity/duo_universal_php",
"versions_count": 7,
"total_downloads": 1895994,
"dependents_count": 9,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 183890,
"first_published_at": null,
"latest_published_at": "2026-07-22T15:31:07Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 13,
"stars": 25,
"watchers": 27,
"fork_history": {
"days": [
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 33931,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json",
"example/composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 10,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "firebase/php-jwt",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^6.0 || ^7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "firebase/php-jwt",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "bryanjhv/slim-session",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "duosecurity/duo_universal_php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-curl",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-json",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "slim/php-view",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "slim/psr7",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "slim/slim",
"direct": false,
"version": "4.15.2",
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 1,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 19,
"open_issues": 2,
"closed_ratio": 0.714,
"closed_issues": 5,
"closed_unmerged_prs": 3
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AaronAtDuo",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/26978047?v=4"
},
{
"type": "User",
"login": "jeffreyparker",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/593286?v=4"
},
{
"type": "User",
"login": "yizshi",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/61877973?v=4"
},
{
"type": "User",
"login": "cisco-dmytro-hissa",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/260683862?v=4"
},
{
"type": "User",
"login": "ishanvyas22",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/17404636?v=4"
},
{
"type": "User",
"login": "ysyrota",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1176433?v=4"
},
{
"type": "User",
"login": "andrrod3",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/128161510?v=4"
},
{
"type": "User",
"login": "mbish",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1400336?v=4"
},
{
"type": "User",
"login": "xdesai",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/19935687?v=4"
},
{
"type": "User",
"login": "DuoKristina",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10851093?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.388
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"php_ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 6,
"reason": "11 out of 17 merged PRs checked by a CI test -- score normalized to 6",
"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": 7,
"reason": "Found 17/24 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no 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": 3,
"reason": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"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": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"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": 10,
"reason": "security policy file 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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "7045587e8a0a850355ed55f019090a033e49b29a",
"ran_at": "2026-07-22T18:11:23Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T15:33:26Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T15:31:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2024-04-01T13:21:34Z",
"last_comment_at": "2024-04-01T14:40:46Z",
"last_comment_author": "davemednick"
},
{
"number": 15,
"created_at": "2024-11-05T19:38:01Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/duosecurity/duo_universal_php",
"host": "github.com",
"name": "duo_universal_php",
"owner": "duosecurity"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 62,
"vitality": 65,
"community": 62,
"governance": 74,
"engineering": 62
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"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": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 6,
"latest_release_tag": "1.2.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 295.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"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 ~295.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 295.4
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 62,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 13,
"stars": 25,
"watchers": 27,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "25 stars",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 25
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "27 watchers",
"points": 7.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 27
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"packages": [
"duosecurity/duo_universal_php"
],
"dependents": 9,
"ecosystems": "packagist",
"total_downloads": 1895994,
"monthly_downloads": 183890
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "183,890 downloads/month across packagist",
"points": 70.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 183890,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "9 packages depend on it",
"points": 6.7,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 9
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 10,
"top_contributor_share": 0.388
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 19,
"open_issues": 2,
"closed_issues": 5,
"issue_closed_ratio": 0.714,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "71% of issues closed",
"points": 33.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 71
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/22 decided PRs merged",
"points": 33,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/24 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"followers": 130,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "duosecurity",
"public_repos": 52,
"account_age_days": 5696
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "130 followers of duosecurity",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 130,
"login": "duosecurity"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "52 public repos, account ~15 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 52
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"duosecurity/duo_universal_php"
],
"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": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "11 out of 17 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"duo",
"mfa",
"php"
],
"has_wiki": false,
"homepage": "https://duo.com/docs/duoweb",
"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": "https://duo.com/docs/duoweb",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.2
},
"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": "11 out of 17 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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 17/24 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"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": "4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"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": "dependency not pinned by hash detected -- score normalized to 4",
"points": 2,
"status": "partial",
"details": [],
"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 detected",
"points": 5,
"status": "met",
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 10 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 10,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"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": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"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": "at_risk",
"name": "AI Readiness",
"value": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.258,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "16 of 62 human commits state their intent (structured subject or explanatory body)",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 16,
"sampled": 62
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 62",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 62
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"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": 33931,
"source_files_sampled": 7,
"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/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:11:40.230316Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/duosecurity/duo_universal_php.svg",
"full_name": "duosecurity/duo_universal_php",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}