)\n - U+2000 and U+2001\n\nFix: https://github.com/brianmario/escape_utils/issues/43", "is_bot": false, "headline": "Update EscapeUtils.escape_javascript to match Rails `escape_javascript`", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T11:00:09Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d8d942feaaf4e314b8da569a0d5178a7e020b013", "body": null, "is_bot": false, "headline": "Remove references to the Rack monkey patch", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:35:56Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0d5a61093851c019e52d6ac72ea9cb60af678784", "body": null, "is_bot": false, "headline": "Add a bin/console helper", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:35:07Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5ee2e6902266d3b3a5a4484a5e06d09a043c2327", "body": null, "is_bot": false, "headline": "Enable Ruby 1.9 specific tests", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:24:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "cc758341a84456fc1621b3cd02e71b7b6efa4df1", "body": "…ca 2011.\n\nRef: https://github.com/rack/rack/commit/f0beb34b0fa5a50856e04a996dcbd822362a1a5b\nFix: #25\n\n`Rack::Utils.escape` now uses `URI.decode_www_form_component`\n\nIt may make sense to look at speeding this one up too, but short term\njust removing the patch is best.", "is_bot": false, "headline": "Make the Rack monkey patch a noop as it's no longer correct since cir…", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:19:45Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e8f37d2d7da2ada024b500a9bd0b5d1d07c1217b", "body": null, "is_bot": false, "headline": "Add a CHANGELOG", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:17:43Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6bf902f366cc22eea7ea65b8fc04f2b6913820b8", "body": "Fix: #74", "is_bot": false, "headline": "Update the builder monkey-patch", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:03:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "238fb4cc20c48a3f3e61553740d8d773bf51ee9f", "body": null, "is_bot": false, "headline": "Update the README to specify Ruby 2.5 requirement", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T08:01:48Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "dd3a9688b217de3b6bc4300092d803cf71800932", "body": null, "is_bot": false, "headline": "Mordernize Rakefile", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T07:57:47Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "df0ca65cffb546b67b38ea25bc9edefa200de0ec", "body": null, "is_bot": false, "headline": "Require Ruby 2.5", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T07:44:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8cc545b38f37dadc8d5c15913540962a1e51d485", "body": "CGI.escape no longer does it since Ruby 2.5\n\nRef: https://github.com/ruby/ruby/commit/e1b432754553423008a14d39d0901eabc99e7ddb", "is_bot": false, "headline": "Stop escaping `~`", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T07:43:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "42101e51e22b7b236df7325b0f98a7d71fba09d9", "body": null, "is_bot": false, "headline": "Fix deprecated use of URI.escape", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T07:18:56Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "812d82893c99d08d620109e87013e57e10d14395", "body": null, "is_bot": false, "headline": "Migrate to GitHub Actions", "author_name": "Jean Boussier", "author_login": "byroot", "committed_at": "2022-06-03T07:16:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2f28447ee4a57f70d9aa04135d2d09dd6939abf2", "body": null, "is_bot": false, "headline": "bump version to 1.2.1", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2016-04-13T00:38:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "38674f8de67f71d1ebca82ec397188bcd605a41b", "body": "fix encoding of the escaped html safe string", "is_bot": false, "headline": "Merge pull request #66 from tenderlove/escape_encoding", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2016-04-13T00:28:18Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "10098ded5d61c80d4cb2285ab35a05c721df7f2e", "body": "`escape_html_as_html_safe` was returning binary strings which will\ninfect all the UTF-8 strings in our view layer. This patch tags the\nreturn string with the encoding of the source string so that we're not\neventually forcing everything to be binary.", "is_bot": false, "headline": "fix encoding of the escaped html safe string", "author_name": "Aaron Patterson", "author_login": "tenderlove", "committed_at": "2016-04-13T00:24:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "cee664df7b128f709e8445fe593f50fff1136e61", "body": null, "is_bot": false, "headline": "bump version to 1.2.0", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2016-01-25T20:44:53Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2a240b917d04518a90262b2dccc1725033c2a65f", "body": null, "is_bot": false, "headline": "change up the travis builds a bit", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2016-01-25T20:18:14Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7b444dc810464351e6d1879f544b1a79c1340f05", "body": null, "is_bot": false, "headline": "add script/testsuite for running tests", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2016-01-25T20:08:54Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3373cd6173846a9708b2f368679002a06e8ab909", "body": "Providing MIN macro definition where unavailable", "is_bot": false, "headline": "Merge pull request #62 from maisumakun/provide_min", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2015-08-08T21:32:25Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7ab324646c0151a6254b174ade513a57b9b1031d", "body": "fix wikipedia url for benchmarking html escape/unescape", "is_bot": false, "headline": "Merge pull request #63 from Aqualon/update_benchmark_script_urls", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2015-08-08T21:31:08Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d55826e771ec3cd9bfa967c93a567cdb204f7c5a", "body": null, "is_bot": false, "headline": "fix wikipedia url for benchmarking html escape/unescape", "author_name": "Aqualon", "author_login": "Aqualon", "committed_at": "2015-08-08T19:52:32Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "57d80daee66e1cb2635a036d7f332217f47d0400", "body": "in case for environments where MIN is undefined", "is_bot": false, "headline": "Update buffer.h providing MIN macro", "author_name": "maisumakun", "author_login": "maisumakun", "committed_at": "2015-08-08T07:32:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "53d9141940d605b7d3076defed06e37cf641d9b1", "body": null, "is_bot": false, "headline": "bump version for 1.1.0 release", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2015-03-25T19:52:08Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ea2b65bd3f268e72086fbc0facb647a0867129e2", "body": null, "is_bot": false, "headline": "move benchmarks to benchmark-ips", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2015-03-25T19:51:34Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "d55bf9c9ce37ae538cd089743ed9b4977e3e0b24", "body": "Add support for (un)escape_uri_component", "is_bot": false, "headline": "Merge pull request #59 from ptoomey3/add_uri_component", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2015-03-25T19:32:47Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7eefc9e18a720e5d0365ceb89d831a43557a04e6", "body": null, "is_bot": false, "headline": "fix typos and add additional tests", "author_name": "Patrick Toomey", "author_login": "ptoomey3", "committed_at": "2015-03-25T17:13:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "da26bf9101ae1c9fcab86fd34e9b9554f2031ee2", "body": null, "is_bot": false, "headline": "add support for escape_uri_component", "author_name": "Patrick Toomey", "author_login": "ptoomey3", "committed_at": "2015-03-25T17:07:50Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8f48499dc17bd7df6fb97a8c8a9f96c4f6c835cc", "body": "…468743076219e620d6c0d3cad", "is_bot": false, "headline": "bump houdini to https://github.com/vmg/houdini/commit/59727b85553b70d…", "author_name": "Patrick Toomey", "author_login": "ptoomey3", "committed_at": "2015-03-25T17:07:33Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a1a8f32ba79323d38ba007127c9b1096950cd437", "body": null, "is_bot": false, "headline": "Update and rename MIT-LICENSE to LICENSE", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2014-11-14T16:28:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e330efff941ef3b59d3f9515cd2513e78a1f85a6", "body": null, "is_bot": false, "headline": "bump version for 1.0.1 release", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2014-01-10T10:00:06Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "aaa1eb0f5ba60367d4f3761f588262152efae54f", "body": "Fix html_safe_string_class", "is_bot": false, "headline": "Merge pull request #56 from charliesome/fix-custom-class", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-12-31T08:54:35Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "a50c4291fcdd340ffe3224468bba7330d4f125ff", "body": null, "is_bot": false, "headline": "style", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-12-30T11:53:05Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5850c19d34abca622d5be61e84cb65bf7dd47d89", "body": null, "is_bot": false, "headline": "always create a string of the custom class", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-12-30T11:49:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4e504627a109fc9d310680adb7aafb81dd60bb0c", "body": null, "is_bot": false, "headline": "add test for broken behaviour", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-12-30T11:47:58Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "e4d2672331b72eb94399e737c430cc82a9262974", "body": "update gemspec metadata", "is_bot": false, "headline": "Merge pull request #55 from ktdreyer/gemspec", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-12-28T18:25:34Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "563330fe98b3931e83d88014484d4a1396012a33", "body": null, "is_bot": false, "headline": "use HTTPS for URL in gemspec", "author_name": "Ken Dreyer", "author_login": "ktdreyer", "committed_at": "2013-12-27T23:35:55Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "9861364d0e85ea407766473003aea256841bb993", "body": null, "is_bot": false, "headline": "add description metadata to gemspec", "author_name": "Ken Dreyer", "author_login": "ktdreyer", "committed_at": "2013-12-27T23:35:36Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7543e4f07cf026980ea26104e88e1ccb71436653", "body": "Add license to gemspec", "is_bot": false, "headline": "Merge pull request #53 from anatol/patch-1", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-12-16T19:40:57Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f71eecf88fc17d181a1b4b9517dd6928e7b69cf3", "body": null, "is_bot": false, "headline": "Add license to gemspec", "author_name": "Anatol", "author_login": "anatol", "committed_at": "2013-12-16T19:37:27Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c71dc320408f5796598ec33ecbcdd4737684011b", "body": "Fix ruby version requirement. Fixes #51", "is_bot": false, "headline": "Merge pull request #52 from bricker/master", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-11-26T00:41:34Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b8e2d637babd5fe28d39fc8a20ac22d0317b884d", "body": null, "is_bot": false, "headline": "Fix ruby version requirement", "author_name": "Bryan Ricker", "author_login": "bricker", "committed_at": "2013-11-26T00:28:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0b48ff0735ee329c2c0b9255becf2ae850d0c5f2", "body": null, "is_bot": false, "headline": "remove changelog in favor of releases", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-10-29T22:23:10Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "de6bdca356de87590bf1f3d2258d8f4427396a4a", "body": null, "is_bot": false, "headline": "bump version for 1.0.0", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-10-29T22:04:39Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b91fc62f5625e264f8f2969c217929d86ca5b247", "body": null, "is_bot": false, "headline": "note about 1.9.3+", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-10-29T22:04:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "748de6c6dd59e08b63dafcedb81a733ae5b06214", "body": null, "is_bot": false, "headline": "add script/bootstrap", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-10-29T22:03:00Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6ca75565ba6c67f3327657c620f27125d98543b7", "body": null, "is_bot": false, "headline": "mark globals /cc #48", "author_name": "Aman Gupta", "author_login": "tmm1", "committed_at": "2013-10-26T00:12:42Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7ec824555c7ed3de30465fb311087c133c62a6b5", "body": "Drop Ruby 1.8 support", "is_bot": false, "headline": "Merge pull request #49 from charliesome/f u c k 1 8", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-08-23T10:39:14Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "de4c3f4f88241fc72dca44fc0bd510852379f645", "body": null, "is_bot": false, "headline": "allow rubinius 1.9 failures - rbx doesn't have rb_str_new_with_class", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-08-15T08:47:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "843f81caec2007ad20c640263ac8ef712de575ed", "body": null, "is_bot": false, "headline": "bump version", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-08-15T08:40:02Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "555da044e170f8bfec5ebd1127eddfecfe79609a", "body": null, "is_bot": false, "headline": "remove 1.8 compatibility code", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-08-15T08:39:40Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "f6e8db7e1957a807b43741264c4bf696658531b1", "body": null, "is_bot": false, "headline": "required ruby version is > 1.9.3", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-08-15T08:37:36Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "82bc5261c1927f7470942c8a647dfcc9657f6c14", "body": "Use rb_str_new_with_class instead of setting klass", "is_bot": false, "headline": "Merge pull request #48 from charliesome/ruby-2.1", "author_name": "Vicent Martí", "author_login": null, "committed_at": "2013-08-15T08:23:51Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "962253d9b78ed6eee753514a95d01f18cac37cf2", "body": null, "is_bot": false, "headline": "use rb_str_new_with_class instead of setting klass", "author_name": "Charlie Somerville", "author_login": null, "committed_at": "2013-08-15T07:29:40Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "838bb53d3984c975bfccaff1f3aed06161fdc638", "body": null, "is_bot": false, "headline": "require fairly new minitest", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-07-07T23:09:42Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "95f35f5ae44c2200af076d93c41ae2ce9a9d121a", "body": "Use Minitest::Test. Use https for gems source.", "is_bot": false, "headline": "Merge pull request #45 from jadeatucker/Remove_deprecation_warnings", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-07-07T23:07:36Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "803f8a5b18c4931aa03df46aab10997ce3f6c99f", "body": null, "is_bot": false, "headline": "Use Minitest::Test. Use https for gems source.", "author_name": "Jade Tucker", "author_login": "jadeatucker", "committed_at": "2013-07-07T06:16:29Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "3e0262c622664bcffce053ee0aa7b7816337d7bc", "body": "Link with -Bsymbolic to make sure we use the local copy of houdini", "is_bot": false, "headline": "Merge pull request #32 from tomhughes/symbolic", "author_name": "Vicent Martí", "author_login": null, "committed_at": "2013-04-22T20:07:17Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2757f637cc86134e0b978569d575185e4a0395ea", "body": "This avoids conflicts with other gems that may have some of the\nsame symbols, such as redcarpet which also uses houdini.", "is_bot": false, "headline": "Mark all symbols as hidden except the main entry point", "author_name": "Tom Hughes", "author_login": "tomhughes", "committed_at": "2013-04-22T19:14:04Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "fadd0060c929161f0f5a27fe4e9cd6103cb2770f", "body": null, "is_bot": false, "headline": "bump version to 0.3.2", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:54:21Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "c8130d4437a4ce5cbeded379c25aac8ace215d80", "body": "EscapeUtils.escape_html_as_html_safe", "is_bot": false, "headline": "Merge pull request #30 from brianmario/as_html_safe", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:49:50Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "33aed9ea4757e8f5d995048e8ad464a7d953a935", "body": null, "is_bot": false, "headline": "rb_cEncoding is already defined", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:33:46Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "321c0013183c9e52471325fa6c1398173153d56b", "body": "This reverts commit cee7ac952d0996bab4629101e8c78412c89429c5.", "is_bot": false, "headline": "Revert \"fix rbx1.9 maybe\"", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:24:41Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "cee7ac952d0996bab4629101e8c78412c89429c5", "body": null, "is_bot": false, "headline": "fix rbx1.9 maybe", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:21:01Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8648ac4b6fc445dc9ea6d4227bc5832ac82deeb0", "body": null, "is_bot": false, "headline": "revert to old html safety behavior", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:12:06Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "6bb038c0c7a5c4548b88e0eb29f24eb5c9bcf010", "body": null, "is_bot": false, "headline": "html_string_class -> html_safe_string_class", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:04:56Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1e829e0af1944e56582494449abd97b5bf4a39f3", "body": null, "is_bot": false, "headline": "just use an ivar", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T09:03:14Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "9f3f2ec7a555326de5fc32320488317554b323a9", "body": null, "is_bot": false, "headline": "fix html safe test helper", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T08:10:51Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7f8ebb3ecec7a48b8776bae171a945752f7f0275", "body": null, "is_bot": false, "headline": "use new escape_html_as_html_safe for html_safety module", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T06:57:59Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ba163a68dd5a969bc4c9cef2fa578b33beab2b24", "body": null, "is_bot": false, "headline": "avoid unnecessary rb_str_dup in the rbx case", "author_name": "Aman Gupta", "author_login": "tmm1", "committed_at": "2013-02-28T05:46:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "453e78fc4dffa6a68e497b6ea31cbcb508148be2", "body": null, "is_bot": false, "headline": "oops", "author_name": "Aman Gupta", "author_login": "tmm1", "committed_at": "2013-02-28T05:40:30Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5d451a64767baff9dac3bc39cac62fc9e884e8c6", "body": null, "is_bot": false, "headline": "fallback for rbx, etc", "author_name": "Aman Gupta", "author_login": "tmm1", "committed_at": "2013-02-28T05:36:19Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "cd0498a47fb253c8bccc87d2ea4790824a775a0b", "body": null, "is_bot": false, "headline": "always set @html_safe=true", "author_name": "Aman Gupta", "author_login": "tmm1", "committed_at": "2013-02-28T05:35:48Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "270ef95cdaa41fe94e723b4b44b38b00a3d5cbd6", "body": null, "is_bot": false, "headline": "run assignments in C at load time", "author_name": "Brian Lopez", "author_login": "brianmario", "committed_at": "2013-02-28T02:24:46Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 19, "commits_last_year": 0, "latest_release_at": "2013-10-29T22:22:49Z", "latest_release_tag": "1.0.0", "releases_from_tags": false, "days_since_last_push": 1156, "active_weeks_last_year": 0, "days_since_latest_release": 4648, "mean_days_between_releases": 0 }, "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": [] }, "popularity": { "forks": 47, "stars": 514, "watchers": 13, "fork_history": { "days": [ { "date": "2010-06-09", "count": 1 }, { "date": "2010-06-13", "count": 1 }, { "date": "2010-11-07", "count": 1 }, { "date": "2010-11-29", "count": 1 }, { "date": "2010-12-11", "count": 1 }, { "date": "2011-02-21", "count": 1 }, { "date": "2011-04-03", "count": 1 }, { "date": "2011-10-15", "count": 1 }, { "date": "2011-11-08", "count": 1 }, { "date": "2012-09-18", "count": 1 }, { "date": "2013-04-17", "count": 1 }, { "date": "2013-04-19", "count": 1 }, { "date": "2013-05-20", "count": 1 }, { "date": "2013-06-30", "count": 1 }, { "date": "2013-07-09", "count": 1 }, { "date": "2013-08-11", "count": 1 }, { "date": "2013-08-31", "count": 1 }, { "date": "2013-09-24", "count": 1 }, { "date": "2013-11-26", "count": 1 }, { "date": "2013-12-16", "count": 1 }, { "date": "2013-12-29", "count": 1 }, { "date": "2014-01-20", "count": 1 }, { "date": "2014-03-24", "count": 1 }, { "date": "2014-06-04", "count": 1 }, { "date": "2014-07-08", "count": 1 }, { "date": "2015-03-25", "count": 1 }, { "date": "2015-05-15", "count": 1 }, { "date": "2015-08-08", "count": 1 }, { "date": "2016-04-13", "count": 1 }, { "date": "2016-08-08", "count": 1 }, { "date": "2016-11-11", "count": 1 }, { "date": "2017-06-21", "count": 1 }, { "date": "2018-02-15", "count": 1 }, { "date": "2019-05-23", "count": 1 }, { "date": "2021-10-28", "count": 1 }, { "date": "2022-06-03", "count": 1 }, { "date": "2022-09-13", "count": 1 }, { "date": "2022-09-18", "count": 1 }, { "date": "2023-03-01", "count": 1 }, { "date": "2023-04-24", "count": 1 }, { "date": "2026-03-01", "count": 1 }, { "date": "2026-06-11", "count": 1 } ], "complete": true, "collected": 42, "total_forks": 47 }, "star_history": { "days": [ { "date": "2010-06-09", "count": 156 }, { "date": "2010-06-25", "count": 1 }, { "date": "2010-07-12", "count": 1 }, { "date": "2010-09-02", "count": 1 }, { "date": "2010-09-03", "count": 1 }, { "date": "2011-02-18", "count": 1 }, { "date": "2011-02-25", "count": 1 }, { "date": "2011-06-27", "count": 1 }, { "date": "2011-08-02", "count": 1 }, { "date": "2011-11-04", "count": 1 }, { "date": "2012-07-03", "count": 1 }, { "date": "2013-03-08", "count": 2 }, { "date": "2013-04-17", "count": 44 }, { "date": "2013-04-18", "count": 39 }, { "date": "2013-04-19", "count": 9 }, { "date": "2013-04-20", "count": 3 }, { "date": "2013-04-21", "count": 2 }, { "date": "2013-04-22", "count": 3 }, { "date": "2013-04-23", "count": 3 }, { "date": "2013-04-24", "count": 1 }, { "date": "2013-04-25", "count": 3 }, { "date": "2013-04-26", "count": 1 }, { "date": "2013-04-29", "count": 1 }, { "date": "2013-05-01", "count": 8 }, { "date": "2013-05-02", "count": 8 }, { "date": "2013-05-03", "count": 5 }, { "date": "2013-05-04", "count": 3 }, { "date": "2013-05-07", "count": 1 }, { "date": "2013-05-13", "count": 1 }, { "date": "2013-05-20", "count": 1 }, { "date": "2013-05-22", "count": 1 }, { "date": "2013-05-28", "count": 1 }, { "date": "2013-05-30", "count": 1 }, { "date": "2013-06-02", "count": 1 }, { "date": "2013-06-06", "count": 1 }, { "date": "2013-06-08", "count": 1 }, { "date": "2013-06-10", "count": 1 }, { "date": "2013-06-17", "count": 1 }, { "date": "2013-06-20", "count": 1 }, { "date": "2013-06-21", "count": 1 }, { "date": "2013-06-26", "count": 1 }, { "date": "2013-06-28", "count": 1 }, { "date": "2013-07-08", "count": 1 }, { "date": "2013-07-19", "count": 1 }, { "date": "2013-08-04", "count": 1 }, { "date": "2013-08-12", "count": 2 }, { "date": "2013-08-24", "count": 1 }, { "date": "2013-08-30", "count": 1 }, { "date": "2013-09-02", "count": 1 }, { "date": "2013-09-05", "count": 4 }, { "date": "2013-09-06", "count": 1 }, { "date": "2013-09-07", "count": 2 }, { "date": "2013-09-09", "count": 1 }, { "date": "2013-09-11", "count": 1 }, { "date": "2013-10-04", "count": 1 }, { "date": "2013-10-14", "count": 1 }, { "date": "2013-10-15", "count": 1 }, { "date": "2013-10-21", "count": 1 }, { "date": "2013-10-23", "count": 1 }, { "date": "2013-10-29", "count": 1 }, { "date": "2013-10-30", "count": 1 }, { "date": "2013-11-18", "count": 1 }, { "date": "2013-11-20", "count": 1 }, { "date": "2013-12-02", "count": 1 }, { "date": "2013-12-29", "count": 1 }, { "date": "2013-12-31", "count": 2 }, { "date": "2014-02-11", "count": 1 }, { "date": "2014-02-27", "count": 1 }, { "date": "2014-03-12", "count": 1 }, { "date": "2014-03-15", "count": 1 }, { "date": "2014-03-28", "count": 1 }, { "date": "2014-04-13", "count": 1 }, { "date": "2014-04-25", "count": 1 }, { "date": "2014-05-12", "count": 3 }, { "date": "2014-05-13", "count": 1 }, { "date": "2014-05-14", "count": 1 }, { "date": "2014-05-15", "count": 1 }, { "date": "2014-05-16", "count": 1 }, { "date": "2014-05-29", "count": 2 }, { "date": "2014-05-30", "count": 1 }, { "date": "2014-06-03", "count": 1 }, { "date": "2014-06-08", "count": 1 }, { "date": "2014-06-09", "count": 1 }, { "date": "2014-06-12", "count": 1 }, { "date": "2014-06-13", "count": 1 }, { "date": "2014-06-25", "count": 2 }, { "date": "2014-06-26", "count": 7 }, { "date": "2014-06-27", "count": 4 }, { "date": "2014-06-28", "count": 2 }, { "date": "2014-06-30", "count": 2 }, { "date": "2014-07-01", "count": 4 }, { "date": "2014-07-02", "count": 1 }, { "date": "2014-07-03", "count": 1 }, { "date": "2014-07-04", "count": 1 }, { "date": "2014-07-09", "count": 1 }, { "date": "2014-07-16", "count": 1 }, { "date": "2014-07-22", "count": 1 }, { "date": "2014-08-05", "count": 1 }, { "date": "2014-08-30", "count": 1 }, { "date": "2014-09-10", "count": 1 }, { "date": "2014-09-22", "count": 1 }, { "date": "2014-09-25", "count": 1 }, { "date": "2014-09-26", "count": 1 }, { "date": "2014-09-29", "count": 1 }, { "date": "2014-10-01", "count": 1 }, { "date": "2014-10-06", "count": 1 }, { "date": "2014-11-08", "count": 1 }, { "date": "2014-11-12", "count": 1 }, { "date": "2014-12-03", "count": 1 }, { "date": "2014-12-08", "count": 1 }, { "date": "2015-01-09", "count": 1 }, { "date": "2015-01-15", "count": 2 }, { "date": "2015-01-28", "count": 1 }, { "date": "2015-02-10", "count": 1 }, { "date": "2015-02-12", "count": 2 }, { "date": "2015-02-16", "count": 1 }, { "date": "2015-03-26", "count": 1 }, { "date": "2015-04-02", "count": 1 }, { "date": "2015-04-16", "count": 2 }, { "date": "2015-04-17", "count": 1 }, { "date": "2015-05-01", "count": 2 }, { "date": "2015-05-03", "count": 1 }, { "date": "2015-05-07", "count": 1 }, { "date": "2015-05-18", "count": 1 }, { "date": "2015-05-20", "count": 1 }, { "date": "2015-05-27", "count": 1 }, { "date": "2015-06-02", "count": 1 }, { "date": "2015-06-30", "count": 1 }, { "date": "2015-07-17", "count": 1 }, { "date": "2015-08-12", "count": 1 }, { "date": "2015-08-25", "count": 2 }, { "date": "2015-09-25", "count": 2 }, { "date": "2015-09-27", "count": 1 }, { "date": "2015-11-05", "count": 1 }, { "date": "2015-11-13", "count": 1 }, { "date": "2015-11-21", "count": 1 }, { "date": "2015-12-16", "count": 1 }, { "date": "2016-02-01", "count": 1 }, { "date": "2016-02-20", "count": 1 }, { "date": "2016-04-07", "count": 1 }, { "date": "2016-04-13", "count": 7 }, { "date": "2016-05-15", "count": 1 }, { "date": "2016-05-25", "count": 1 }, { "date": "2016-07-19", "count": 1 }, { "date": "2016-07-28", "count": 1 }, { "date": "2016-08-01", "count": 1 }, { "date": "2016-08-08", "count": 1 }, { "date": "2016-08-16", "count": 2 }, { "date": "2016-08-30", "count": 1 }, { "date": "2016-09-09", "count": 2 }, { "date": "2016-10-17", "count": 1 }, { "date": "2016-11-11", "count": 2 }, { "date": "2016-12-01", "count": 1 }, { "date": "2016-12-06", "count": 1 }, { "date": "2017-01-24", "count": 1 }, { "date": "2017-02-26", "count": 1 }, { "date": "2017-05-19", "count": 1 }, { "date": "2017-05-31", "count": 1 }, { "date": "2017-06-06", "count": 1 }, { "date": "2017-06-26", "count": 1 }, { "date": "2017-07-03", "count": 1 }, { "date": "2017-07-14", "count": 1 }, { "date": "2017-08-26", "count": 1 }, { "date": "2017-09-06", "count": 1 }, { "date": "2017-09-12", "count": 1 }, { "date": "2017-10-04", "count": 1 }, { "date": "2017-10-20", "count": 1 }, { "date": "2017-10-24", "count": 1 }, { "date": "2017-12-08", "count": 1 }, { "date": "2018-01-11", "count": 1 }, { "date": "2018-02-15", "count": 1 }, { "date": "2018-09-24", "count": 2 }, { "date": "2018-09-25", "count": 1 }, { "date": "2018-09-26", "count": 1 }, { "date": "2019-02-17", "count": 1 }, { "date": "2019-04-01", "count": 1 }, { "date": "2019-04-02", "count": 2 }, { "date": "2019-04-11", "count": 1 }, { "date": "2019-06-15", "count": 1 }, { "date": "2019-08-08", "count": 1 }, { "date": "2019-10-10", "count": 1 }, { "date": "2019-12-12", "count": 1 }, { "date": "2019-12-25", "count": 1 }, { "date": "2020-03-19", "count": 1 }, { "date": "2020-04-02", "count": 1 }, { "date": "2020-10-01", "count": 1 }, { "date": "2020-12-07", "count": 1 }, { "date": "2020-12-25", "count": 1 }, { "date": "2021-01-07", "count": 1 }, { "date": "2022-01-07", "count": 1 }, { "date": "2022-04-22", "count": 1 }, { "date": "2022-06-15", "count": 1 }, { "date": "2023-05-08", "count": 1 }, { "date": "2024-10-22", "count": 1 }, { "date": "2025-02-17", "count": 1 }, { "date": "2025-09-28", "count": 1 }, { "date": "2026-01-01", "count": 1 }, { "date": "2026-05-12", "count": 1 }, { "date": "2026-06-24", "count": 1 } ], "complete": true, "collected": 514, "total_stars": 514 }, "open_issues_and_prs": 3 }, "ai_readiness": { "has_nix": false, "example_dirs": [], "has_llms_txt": false, "has_dockerfile": false, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [], "has_devcontainer": false, "typecheck_configs": [], "toolchain_manifests": [], "largest_source_bytes": 26967, "source_files_sampled": 47, "oversized_source_files": 0, "agent_instruction_files": [], "agent_instruction_max_bytes": null }, "dependencies": { "manifests": [ "Gemfile" ], "advisories": { "error": "No resolved dependencies carried a version and a supported ecosystem", "scope": "repository_graph", "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": 9, "direct_affected_count": 0 }, "ecosystems": [ "rubygems" ], "dependencies": [ { "name": "benchmark-ips", "manifest": "Gemfile", "ecosystem": "rubygems", "version_constraint": null }, { "name": "rack", "manifest": "Gemfile", "ecosystem": "rubygems", "version_constraint": null }, { "name": "haml", "manifest": "Gemfile", "ecosystem": "rubygems", "version_constraint": null }, { "name": "fast_xs", "manifest": "Gemfile", "ecosystem": "rubygems", "version_constraint": null }, { "name": "actionpack", "manifest": "Gemfile", "ecosystem": "rubygems", "version_constraint": null }, { "name": "url_escape", "manifest": "Gemfile", "ecosystem": "rubygems", "version_constraint": null } ], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "actionpack", "direct": true, "version": null, "ecosystem": "rubygems" }, { "name": "benchmark-ips", "direct": true, "version": null, "ecosystem": "rubygems" }, { "name": "fast_xs", "direct": true, "version": null, "ecosystem": "rubygems" }, { "name": "haml", "direct": true, "version": null, "ecosystem": "rubygems" }, { "name": "rack", "direct": true, "version": null, "ecosystem": "rubygems" }, { "name": "url_escape", "direct": true, "version": null, "ecosystem": "rubygems" }, { "name": "actionview", "direct": false, "version": null, "ecosystem": "rubygems" }, { "name": "minitest", "direct": false, "version": null, "ecosystem": "rubygems" }, { "name": "rake-compiler", "direct": false, "version": null, "ecosystem": "rubygems" } ], "collected": true, "truncated": false, "total_count": 9, "direct_count": 6, "indirect_count": 3 } }, "maintainership": { "issues": { "open_prs": 2, "merged_prs": 28, "open_issues": 1, "closed_ratio": 0.973, "closed_issues": 36, "closed_unmerged_prs": 11 }, "bus_factor": 1, "bot_contributors": 0, "top_contributors": [ { "type": "User", "login": "brianmario", "commits": 200, "avatar_url": "https://avatars.githubusercontent.com/u/11571?v=4" }, { "type": "User", "login": "byroot", "commits": 35, "avatar_url": "https://avatars.githubusercontent.com/u/44640?v=4" }, { "type": "User", "login": "tmm1", "commits": 10, "avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4" }, { "type": "User", "login": "dylanahsmith", "commits": 3, "avatar_url": "https://avatars.githubusercontent.com/u/954402?v=4" }, { "type": "User", "login": "ptoomey3", "commits": 3, "avatar_url": "https://avatars.githubusercontent.com/u/103360?v=4" }, { "type": "User", "login": "Fryguy", "commits": 2, "avatar_url": "https://avatars.githubusercontent.com/u/52120?v=4" }, { "type": "User", "login": "ktdreyer", "commits": 2, "avatar_url": "https://avatars.githubusercontent.com/u/620295?v=4" }, { "type": "User", "login": "yury", "commits": 2, "avatar_url": "https://avatars.githubusercontent.com/u/5250?v=4" }, { "type": "User", "login": "tenderlove", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/3124?v=4" }, { "type": "User", "login": "quirkey", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/1097?v=4" } ], "contributors_sampled": 23, "top_contributor_share": 0.735 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "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": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 0, "reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0", "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": 3, "reason": "Found 7/23 approved changesets -- score normalized to 3", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 10, "reason": "project has 10 contributing companies or organizations", "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": 0, "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0", "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": 0, "reason": "dependency not pinned by hash detected -- score normalized to 0", "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": 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": "99eddde5423cfb86e0fcdc72be72b6c131843916", "ran_at": "2026-07-22T01:34:21Z", "aggregate_score": 3.5, "scorecard_version": "v5.5.0" }, "has_codeql_workflow": false, "has_security_policy": false, "has_dependabot_config": false }, "contribution_flow": { "collected": true, "ci_last_run_at": null, "oldest_open_prs": [ { "number": 61, "created_at": "2015-05-15T18:28:40Z", "last_comment_at": null, "last_comment_author": null }, { "number": 83, "created_at": "2022-09-18T20:33:51Z", "last_comment_at": null, "last_comment_author": null } ], "last_merged_pr_at": "2023-05-22T20:25:38Z", "ci_last_conclusion": null, "oldest_open_issues": [ { "number": 68, "created_at": "2016-08-08T04:44:28Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/brianmario/escape_utils", "host": "github.com", "name": "escape_utils", "owner": "brianmario" }, "metrics": { "overall": { "key": "overall", "band": "critical", "name": "Overall health", "note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.", "notes": [ { "code": "jurisdiction_overall_adjustment", "params": { "cap": 49, "pct": 50 } } ], "value": 20, "inputs": { "security": 18, "vitality": 25, "community": 45, "governance": 60, "engineering": 45, "high_risk_jurisdiction_cap": 49, "high_risk_jurisdiction_multiplier": 50, "weighted_overall_before_jurisdiction": 40, "overall_after_jurisdiction_multiplier": 20 }, "components": [] }, "categories": [ { "key": "vitality", "band": "critical", "name": "Vitality", "value": 25, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "critical", "name": "Development activity", "note": null, "notes": [], "value": 1, "inputs": { "commits_last_year": 0, "human_commit_share": 1, "days_since_last_push": 1156, "active_weeks_last_year": 0 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 1156 days ago", "points": 0, "status": "missed", "details": [ { "code": "push_recency", "params": { "days": 1156 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "0/52 weeks with commits", "points": 0, "status": "missed", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 0 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "0 commits in the last year", "points": 0, "status": "missed", "details": [ { "code": "commits_last_year", "params": { "count": 0 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "moderate", "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": 60, "inputs": { "releases_count": 19, "latest_release_tag": "1.0.0", "releases_from_tags": false, "days_since_latest_release": 4648, "mean_days_between_releases": 0 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "19 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 19 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 4648 days ago", "points": 0, "status": "missed", "details": [ { "code": "release_recency", "params": { "days": 4648 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~0 days", "points": 27, "status": "met", "details": [ { "code": "release_cadence", "params": { "gap": 0 } } ], "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": "dormant", "guards": [], "signals": [ "scorecard_unmaintained" ], "red_flag": false, "multiplier_pct": 100, "declared_reason": null, "unverified_reason": null, "unanswered_open_prs": 2, "unanswered_open_issues": 1, "days_since_last_merged_pr": 1156, "days_since_last_human_commit": 1156, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "no human commit for 1156 days, with nothing left unanswered", "points": 100, "status": "met", "details": [ { "code": "abandonment_quiet", "params": { "days": 1156 } } ], "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": 45, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "at_risk", "name": "Popularity & adoption", "note": "Inorganic Growth Policy discounts the stars and forks components by 40%. The finding describes the timing of public star and fork events; it does not establish that attention was purchased, or that the maintainers were involved.", "notes": [ { "code": "growth_policy_discount", "params": { "pct": 40 } } ], "value": 41, "inputs": { "forks": 47, "stars": 514, "watchers": 13, "growth_state": "anomalous", "growth_signals": [ "acquisition_burst", "fork_divergence", "missing_decay" ], "growth_windows": [ "2010-06-09/2010-06-09" ], "growth_peak_days": 1, "growth_factor_pct": 60, "growth_peak_stars": 156, "growth_peak_window": "2010-06-09", "growth_peak_multiple": 156, "growth_top_days_share": 0.498, "growth_baseline_per_day": 1, "growth_history_complete": true }, "components": [ { "key": "stars", "name": "Stars", "detail": "514 stars, discounted for inorganic growth: 156 stars over 1 day(s) from 2010-06-09, 156× the repository's own daily baseline", "points": 26.4, "status": "partial", "details": [ { "code": "stars", "params": { "count": 514 } }, { "code": "discounted_for_inorganic_growth", "params": { "days": 1, "stars": 156, "window": "2010-06-09", "multiple": 156 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "47 forks, discounted for inorganic growth: 156 stars over 1 day(s) from 2010-06-09, 156× the repository's own daily baseline", "points": 8.3, "status": "partial", "details": [ { "code": "forks", "params": { "count": 47 } }, { "code": "discounted_for_inorganic_growth", "params": { "days": 1, "stars": 156, "window": "2010-06-09", "multiple": 156 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "13 watchers", "points": 6, "status": "partial", "details": [ { "code": "watchers", "params": { "count": 13 } } ], "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 (MIT)", "points": 22.5, "status": "met", "details": [ { "code": "license_standard", "params": {} }, { "code": "license_spdx", "params": { "spdx": "MIT" } } ], "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 } ] } ], "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?" }, { "key": "governance", "band": "moderate", "name": "Sustainability & Governance", "value": 60, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "at_risk", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 38, "inputs": { "bus_factor": 1, "contributors_sampled": 23, "top_contributor_share": 0.735 }, "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 74% of commits", "points": 6, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 74 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "23 contributors", "points": 13.5, "status": "met", "details": [ { "code": "contributors_sampled", "params": { "count": 23 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 10 contributing companies or organizations", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "good", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 78, "inputs": { "merged_prs": 28, "open_issues": 1, "closed_issues": 36, "issue_closed_ratio": 0.973, "closed_unmerged_prs": 11 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "97% of issues closed", "points": 45.5, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 97 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "28/39 decided PRs merged", "points": 27.5, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 28, "decided": 39 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 7/23 approved changesets -- score normalized to 3", "points": 4.5, "status": "partial", "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": 69, "inputs": { "followers": 946, "owner_type": "User", "is_verified": null, "owner_login": "brianmario", "public_repos": 38, "account_age_days": 6630 }, "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": "946 followers of brianmario", "points": 21.4, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 946, "login": "brianmario" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "38 public repos, account ~18 yr old", "points": 23.6, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 38 } }, { "code": "account_age_years", "params": { "years": 18 } } ], "max_points": 25 } ] } ], "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?" }, { "key": "engineering", "band": "at_risk", "name": "Engineering Quality", "value": 45, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "at_risk", "name": "Engineering practices", "note": null, "notes": [], "value": 48, "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": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "at_risk", "name": "Documentation", "note": null, "notes": [], "value": 40, "inputs": { "topics": [], "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": null, "points": 0, "status": "missed", "details": [], "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": 18, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "critical", "name": "Security posture", "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "packaging", "signed_releases" ] } }, { "code": "weights_renormalized", "params": {} }, { "code": "jurisdiction_posture_adjustment", "params": { "cap": 49, "pct": 50 } } ], "value": 18, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 16, "scorecard_version": "v5.5.0", "checks_inconclusive": 2, "scorecard_aggregate": 3.5, "high_risk_jurisdiction_cap": 49, "high_risk_jurisdiction_multiplier": 50, "security_posture_after_multiplier": 18, "security_posture_before_jurisdiction": 35 }, "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": "branch protection not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0", "points": 0, "status": "missed", "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 7/23 approved changesets -- score normalized to 3", "points": 2.2, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 10 contributing companies or organizations", "points": 2.5, "status": "met", "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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0", "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": "dependency not pinned by hash detected -- score normalized to 0", "points": 0, "status": "missed", "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 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": "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": "high_risk_jurisdiction_exposure", "band": "moderate", "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": 50, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": true, "exposures": [ { "role": "top_contributor", "count": 1, "country": "Russia" } ], "policy_countries": [ "Russia", "Iran", "North Korea" ], "review_only_matches": 0, "assessed_self_published_locations": 21 }, "components": [ { "key": "policy_exposure_multiplier", "name": "Policy exposure multiplier", "detail": "Russia: top_contributor (1)", "points": 50, "status": "partial", "details": [ { "code": "jurisdiction_exposure", "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": "at_risk", "name": "AI Readiness", "value": 39, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "critical", "name": "Agent context & guidance", "note": null, "notes": [], "value": 16, "inputs": { "has_llms_txt": false, "legible_history_share": 0.3, "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": "30 of 100 human commits state their intent (structured subject or explanatory body)", "points": 16, "status": "partial", "details": [ { "code": "legible_history", "params": { "legible": 30, "sampled": 100 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "at_risk", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 33, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [], "has_dockerfile": false, "typed_language": true, "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": "C (statically typed)", "points": 11, "status": "met", "details": [ { "code": "statically_typed_language", "params": { "language": "C" } } ], "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 100", "points": 0, "status": "missed", "details": [ { "code": "no_agent_authored_commits", "params": { "sampled": 100 } } ], "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 0", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "excellent", "name": "Code legibility for models", "note": null, "notes": [], "value": 100, "inputs": { "primary_language": "C", "largest_source_bytes": 26967, "source_files_sampled": 47, "oversized_source_files": 0 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "C (statically typed)", "points": 45, "status": "met", "details": [ { "code": "statically_typed_language", "params": { "language": "C" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "0/47 source files over 60KB", "points": 55, "status": "met", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 47, "oversized": 0 } } ], "max_points": 55 } ] } ], "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": [ "No resolved dependencies carried a version and a supported ecosystem" ], "report_type": "repository", "generated_at": "2026-07-22T01:34:38.381052Z", "schema_version": "0.26.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/brianmario/escape_utils.svg", "full_name": "brianmario/escape_utils", "license_state": "standard", "license_spdx": "MIT" }, "repoMeta": null, "notFound": false, "related": [ { "id": 27774, "full_name": "fluent/fluentd", "url": "https://github.com/fluent/fluentd", "description": "Fluentd: Unified Logging Layer (project under CNCF)", "ecosystem": "rubygems", "ecosystems": [ "rubygems" ], "primary_language": "Ruby", "languages": [ "Ruby" ], "topics": [ "fluentd", "logging", "data-collector", "ruby", "cncf" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 13562, "forks": 1401, "watchers": 327, "monthly_downloads": null, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T12:01:38.293155Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 27767, "full_name": "opf/openproject", "url": "https://github.com/opf/openproject", "description": "OpenProject is the leading open source project management software for product, project and portfolio management. A powerful Jira alternative with agile planning, issue tracking, roadmaps, Gantt charts, time tracking, collaboration features, and more. Available on premises or in the cloud. ⭐Star us on GitHub", "ecosystem": "npm", "ecosystems": [ "npm", "rubygems" ], "primary_language": "Ruby", "languages": [ "Ruby", "TypeScript" ], "topics": [ "project-management", "openproject", "ruby", "issue-tracker", "scrum", "angular", "project-planning", "timeline", "bug-tracker", "roadmap", "kanban", "boards", "workflows", "gantt-chart", "bcf", "ifc", "gantt", "agile-development", "jira-alternative", "product-management" ], "license_spdx": "GPL-3.0", "license_state": "standard", "stars": 15608, "forks": 3368, "watchers": 250, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T12:00:19.501768Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 11172, "full_name": "ruby/rubygems", "url": "https://github.com/ruby/rubygems", "description": "Library packaging and distribution for Ruby.", "ecosystem": "rubygems", "ecosystems": [ "rubygems" ], "primary_language": "Ruby", "languages": [ "Ruby" ], "topics": [ "rubygems", "ruby", "package-manager" ], "license_spdx": null, "license_state": "custom", "stars": 3938, "forks": 1926, "watchers": 164, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-22T01:21:20.523557Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "organic", "abandonment_state": "maintained", "red_flags": [], "badge_url": "" }, { "id": 28919, "full_name": "decidim/decidim", "url": "https://github.com/decidim/decidim", "description": "The participatory democracy framework. A generator and multiple gems made with Ruby on Rails", "ecosystem": "rubygems", "ecosystems": [ "rubygems", "npm" ], "primary_language": "Ruby", "languages": [ "Ruby", "HTML" ], "topics": [ "decidim", "democracy", "community", "government", "civic-tech", "civictech", "ideation", "collective-intelligence", "participation", "citizen-participation", "govtech", "stakeholder-engagement", "digital-public-goods", "digital-public-infrastructure", "dpg" ], "license_spdx": "AGPL-3.0", "license_state": "standard", "stars": 1791, "forks": 474, "watchers": 54, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-20T16:15:15.791801Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 8573, "full_name": "Dependabot/dependabot-core", "url": "https://github.com/Dependabot/dependabot-core", "description": "🤖 Dependabot's core logic for creating update PRs.", "ecosystem": "rubygems", "ecosystems": [ "rubygems" ], "primary_language": "Ruby", "languages": [ "Ruby", "C#" ], "topics": [ "elixir", "ruby", "php", "python", "javascript", "java", "rust", "dotnet", "go", "elm", "terraform", "dependencies", "docker", "pnpm", "rubygems" ], "license_spdx": "MIT", "license_state": "standard", "stars": 5683, "forks": 1451, "watchers": 111, "monthly_downloads": null, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-16T00:08:15.011461Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 3970, "full_name": "stripe/stripe-react-native", "url": "https://github.com/stripe/stripe-react-native", "description": "React Native library for Stripe.", "ecosystem": "npm", "ecosystems": [ "npm", "maven", "rubygems" ], "primary_language": "TypeScript", "languages": [ "TypeScript", "Kotlin", "Swift" ], "topics": [ "payments", "react-native", "stripe" ], "license_spdx": "MIT", "license_state": "standard", "stars": 1428, "forks": 320, "watchers": 43, "monthly_downloads": 1585385, "latest_score": 89, "latest_band": "excellent", "latest_scanned_at": "2026-07-14T12:45:18.584448Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
Public record
Software health reportschema 0.26.0 · metrics 1.13.0 · 2026-07-22 01:34 UTC

brianmario / escape_utils

Faster string escaping routines for your ruby apps

C · RubyMIT★ 514 stars⑂ 47 forksgrowth anomalysince Jun 2010View on GitHub ↗

brianmario/escape_utils holds a health index of 20 out of 100, placing it in the Critical band. It scores highest on Sustainability & Governance (60/100) and lowest on Security (18/100). It was last updated 1156 days ago. A single contributor accounts for most of its recent work.

20
overall / 100
Critical

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.

20
Excellent85-100Exemplary; meets essentially all checked criteria
Good70-84Healthy; minor gaps
Moderate50-69Acceptable with notable gaps; review recommended
At risk30-49Significant weaknesses; adoption warrants caution
Critical1-29Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.

Ownership

Brian LopezPersonal account
946 followers38 public repossince May 2008Lopai Cellars

This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

25Critical · 22% of overall
How it's scored
0/36Push recency — last push 1,156 days ago
0/36Commit cadence — 0/52 weeks with commits
0/18Commit volume — 0 commits in the last year
0/10OpenSSF Scorecard: Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Inputs used
commits_last_year0
human_commit_share1
days_since_last_push1,156
active_weeks_last_year0
How it's scored
27/27Ships releases — 19 releases published
0/36Release recency — latest release 4,648 days ago
27/27Release cadence — a release every ~0 days
0/10OpenSSF Scorecard: Signed-Releases — no data
Inputs used
releases_count19
latest_release_tag1.0.0
releases_from_tagsno
days_since_latest_release4,648
mean_days_between_releases0
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

45At risk · 18% of overall
How it's scored
26.4/60Stars — 514 stars, discounted for inorganic growth: 156 stars over 1 day(s) from 2010-06-09, 156× the repository's own daily baseline
8.3/25Forks — 47 forks, discounted for inorganic growth: 156 stars over 1 day(s) from 2010-06-09, 156× the repository's own daily baseline
6/15Watchers — 13 watchers
Inputs used
forks47
stars514
watchers13
growth_stateanomalous
growth_signalsacquisition_burst, fork_divergence, missing_decay
growth_windows2010-06-09/2010-06-09
growth_peak_days1
growth_factor_pct60
growth_peak_stars156
growth_peak_window2010-06-09
growth_peak_multiple156
growth_top_days_share0.498
growth_baseline_per_day1
growth_history_completeyes
Inorganic Growth Policy discounts the stars and forks components by 40%. The finding describes the timing of public star and fork events; it does not establish that attention was purchased, or that the maintainers were involved.
How it's scored
22.5/22.5README
22.5/22.5License — recognized license (MIT)
0/18CONTRIBUTING guide
0/13.5Code of conduct
0/7.2Issue template
0/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
has_contributingno
has_issue_templateno
has_code_of_conductno
has_pull_request_templateno

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

60Moderate · 24% of overall
How it's scored
9/54Bus factor — 1 contributor(s) cover half of all commits
6/22.5Commit distribution — top contributor authored 74% of commits
13.5/13.5Contributor breadth — 23 contributors
10/10OpenSSF Scorecard: Contributors — project has 10 contributing companies or organizations
Inputs used
bus_factor1
contributors_sampled23
top_contributor_share0.735
How it's scored
45.5/46.8Issue resolution — 97% of issues closed
27.5/38.3PR acceptance — 28/39 decided PRs merged
4.5/15OpenSSF Scorecard: Code-Review — Found 7/23 approved changesets -- score normalized to 3
Inputs used
merged_prs28
open_issues1
closed_issues36
issue_closed_ratio0.973
closed_unmerged_prs11
How it's scored
10/30Ownership backing — personal (user) account
0/20Verified domain — not applicable to user accounts
21.4/25Owner reach — 946 followers of brianmario
23.6/25Track record — 38 public repos, account ~18 yr old
Inputs used
followers946
owner_typeUser
is_verified
owner_loginbrianmario
public_repos38
account_age_days6,630
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Engineering Quality

Are baseline engineering and documentation practices in place?

45At risk · 20% of overall
How it's scored
24/24CI workflows — 1 workflow(s)
24/24Tests present
0/16Linter config
0/9.6Pre-commit hooks
0/6.4.editorconfig
0/20OpenSSF Scorecard: CI-Tests — 0 out of 7 merged PRs checked by a CI test -- score normalized to 0
Inputs used
has_ciyes
has_testsyes
has_editorconfigno
has_linter_configno
has_precommit_configno

Documentation

40At risk
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
0/10Topics
0/10Wiki
Inputs used
topics
has_wikino
homepage
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

18Critical · 16% of overall
How it's scored
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0/2.5CI-Tests — 0 out of 7 merged PRs checked by a CI test -- score normalized to 0
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
2.2/7.5Code-Review — Found 7/23 approved changesets -- score normalized to 3
2.5/2.5Contributors — project has 10 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
0/7.5Dependency-Update-Tool — no update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5License — license file detected
0/7.5Maintained — 0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — no data
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — no data
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate3.5
high_risk_jurisdiction_cap49
high_risk_jurisdiction_multiplier50
security_posture_after_multiplier18
security_posture_before_jurisdiction35
Excluded from scoring (no data or not applicable): packaging, signed_releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier and gives Security posture an At risk ceiling of 49.

AI Readiness

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.

39At risk · 0% of overall
How it's scored
0/45Agent instructions — no CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
16/40Legible commit history — 30 of 100 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
legible_history_share0.3
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
0/11Lint / format config
11/11Static type checking — C (statically typed)
0/10Reproducible environment
0/10Demonstrated agent practice — no agent-authored commits among the last 100
0/8Automated maintenance — no automated dependency updates observed
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Inputs used
has_nixno
has_testsyes
lockfiles
has_dockerfileno
typed_languageyes
bootstrap_files
has_devcontainerno
has_linter_configno
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0
How it's scored
45/45Type-checkable code — C (statically typed)
55/55Manageable file sizes — 0/47 source files over 60KB
Inputs used
primary_languageC
largest_source_bytes26,967
source_files_sampled47
oversized_source_files0

Key facts

514GitHub stars
23contributors
0commits, last 12 months
1,156days since last push
19releases
1bus factor
1open issues
RubyGemspackage ecosystems

Data collection warnings

  • No resolved dependencies carried a version and a supported ecosystem

More detail

Star and fork history 514 ★ / 47 ⇿
514Stars
47Forks
19Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

The shaded band marks the burst the Inorganic Growth Policy confirmed. How growth authenticity is assessed

0100200300400500600514421562010-062018-062026-06
Major 1Minor 3Patch 15

Each point covers 15 days.

OpenSSF Scorecard 3.5 / 10
3.5aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-07-22 01:34 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
0CI-Tests0 out of 7 merged PRs checked by a CI test -- score normalized to 0
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
3Code-ReviewFound 7/23 approved changesets -- score normalized to 3
10Contributorsproject has 10 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
0Dependency-Update-Toolno update tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
n/aPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
Direct dependencies 6
RegistryPackageVersion constraintManifest
RubyGemsbenchmark-ipsGemfile
RubyGemsrackGemfile
RubyGemshamlGemfile
RubyGemsfast_xsGemfile
RubyGemsactionpackGemfile
RubyGemsurl_escapeGemfile
All dependencies 9

Full resolved dependency set from the GitHub dependency graph: 6 direct and 3 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
RubyGemsactionpackdirect
RubyGemsbenchmark-ipsdirect
RubyGemsfast_xsdirect
RubyGemshamldirect
RubyGemsrackdirect
RubyGemsurl_escapedirect
RubyGemsactionviewindirect
RubyGemsminitestindirect
RubyGemsrake-compilerindirect
Dependency advisories not assessed

Advisory matching could not run for this report: No resolved dependencies carried a version and a supported ecosystem

Raw JSON report machine-readable
{
  "data": {
    "repo": {
      "topics": [],
      "is_fork": false,
      "size_kb": 303,
      "has_wiki": false,
      "homepage": null,
      "languages": {
        "C": 55375,
        "Ruby": 36570,
        "Shell": 311
      },
      "pushed_at": "2023-05-22T20:25:38Z",
      "created_at": "2010-06-09T04:03:27Z",
      "owner_type": "User",
      "updated_at": "2026-06-24T15:09:35Z",
      "description": "Faster string escaping routines for your ruby apps",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "C",
      "significant_languages": [
        "C",
        "Ruby"
      ]
    },
    "owner": {
      "blog": "https://twitter.com/brianmario",
      "name": "Brian Lopez",
      "type": "User",
      "login": "brianmario",
      "company": "Lopai Cellars",
      "location": "Paso Robles, CA",
      "followers": 946,
      "avatar_url": "https://avatars.githubusercontent.com/u/11571?v=4",
      "created_at": "2008-05-26T22:54:55Z",
      "is_verified": null,
      "public_repos": 38,
      "account_age_days": 6630
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "1.0.0",
          "kind": "major",
          "published_at": "2013-10-29T22:22:49Z"
        },
        {
          "tag": "0.3.2",
          "kind": "patch",
          "published_at": "2013-10-29T22:19:37Z"
        },
        {
          "tag": "0.3.1",
          "kind": "patch",
          "published_at": "2013-10-29T22:19:24Z"
        },
        {
          "tag": "0.3.0",
          "kind": "minor",
          "published_at": "2013-10-29T22:19:10Z"
        },
        {
          "tag": "0.2.4",
          "kind": "patch",
          "published_at": "2013-10-29T22:18:56Z"
        },
        {
          "tag": "0.2.3",
          "kind": "patch",
          "published_at": "2013-10-29T22:18:40Z"
        },
        {
          "tag": "0.2.2",
          "kind": "patch",
          "published_at": "2013-10-29T22:18:25Z"
        },
        {
          "tag": "0.2.1",
          "kind": "patch",
          "published_at": "2013-10-29T22:18:08Z"
        },
        {
          "tag": "0.2.0",
          "kind": "minor",
          "published_at": "2013-10-29T22:17:45Z"
        },
        {
          "tag": "0.1.9",
          "kind": "patch",
          "published_at": "2013-10-29T22:17:23Z"
        },
        {
          "tag": "0.1.8",
          "kind": "patch",
          "published_at": "2013-10-29T22:17:07Z"
        },
        {
          "tag": "0.1.7",
          "kind": "patch",
          "published_at": "2013-10-29T22:16:53Z"
        },
        {
          "tag": "0.1.6",
          "kind": "patch",
          "published_at": "2013-10-29T22:16:38Z"
        },
        {
          "tag": "0.1.5",
          "kind": "patch",
          "published_at": "2013-10-29T22:16:22Z"
        },
        {
          "tag": "0.1.4",
          "kind": "patch",
          "published_at": "2013-10-29T22:16:05Z"
        },
        {
          "tag": "0.1.3",
          "kind": "patch",
          "published_at": "2013-10-29T22:15:49Z"
        },
        {
          "tag": "0.1.2",
          "kind": "patch",
          "published_at": "2013-10-29T22:15:02Z"
        },
        {
          "tag": "0.1.1",
          "kind": "patch",
          "published_at": "2013-10-29T22:14:44Z"
        },
        {
          "tag": "0.1.0",
          "kind": "minor",
          "published_at": "2013-10-29T22:14:23Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "99eddde5423cfb86e0fcdc72be72b6c131843916",
          "body": "Fix typos",
          "is_bot": false,
          "headline": "Merge pull request #85 from kamil-gwozdz/fix-typos",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2023-05-22T20:25:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b1b222c3feef3b3c25c6ce73486489c0c65f9085",
          "body": null,
          "is_bot": false,
          "headline": "fix typos",
          "author_name": "Kamil Gwóźdź",
          "author_login": "kamil-gwozdz",
          "committed_at": "2023-04-24T12:24:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9994c388d42491cfbae60a39c8d0ddca07d50015",
          "body": "Remove dev-only files from the final packaged gem",
          "is_bot": false,
          "headline": "Merge pull request #84 from Fryguy/no_dev_files",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-11-01T20:49:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ec7e8db17f8203ffbc5ba27c1a6041803d40df66",
          "body": null,
          "is_bot": false,
          "headline": "Remove dev-only files from the final packaged gem",
          "author_name": "Jason Frey",
          "author_login": "Fryguy",
          "committed_at": "2022-11-01T20:44:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cd3c7cf7fe911c702cb57d08b0cde6e20ace9e8b",
          "body": "Add shebang line since this file is executable",
          "is_bot": false,
          "headline": "Merge pull request #82 from Fryguy/shebang",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-11-01T20:34:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d979f4e9389f47abb70b6d8a4db7162effa892c8",
          "body": null,
          "is_bot": false,
          "headline": "Add shebang line since this file is executable",
          "author_name": "Jason Frey",
          "author_login": "Fryguy",
          "committed_at": "2022-09-13T15:29:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae8a3ba25f894d8ef3ac835e2bd3b58b01b512af",
          "body": null,
          "is_bot": false,
          "headline": "Release 1.3.0",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-16T12:52:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "58d77da6cd0c735f8b987a1de681bcda454d6a3a",
          "body": null,
          "is_bot": false,
          "headline": "Load rails parts centrally",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-16T12:17:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2cdb4787687fd146dd1ead6947661ff5814bc2f4",
          "body": null,
          "is_bot": false,
          "headline": "Improve backward compatibility of monkey patches",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-16T12:13:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "80df33ec2cc68d6d91190620b25f7b345d98f099",
          "body": null,
          "is_bot": false,
          "headline": "More README tweaks",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T11:52:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2c8f3e1321fb2d9ee7efff806fea4ae468a8d866",
          "body": null,
          "is_bot": false,
          "headline": "README nitpicks",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T11:46:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f5303bc4ff06a86a247d100765eb44e5636e8219",
          "body": null,
          "is_bot": false,
          "headline": "Typo in README",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T11:45:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4eb1698bc68ebe0017c1d28e3f7431730c9ed61c",
          "body": null,
          "is_bot": false,
          "headline": "More README and benchmark updates",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T11:44:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df753cca15d284ff0273bdb418d6506af26d4fff",
          "body": null,
          "is_bot": false,
          "headline": "Update benchmark and README for `escape_xml`",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T11:37:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10e70ea9b0016de9cc5fab2ad476abc6642cfb25",
          "body": "Ruby 2.5 introduced an optimized version of `GCI.escape` and `GCI.unescape`\nwhich pretty much similar performance. No point maintaining our own.\n\nFix: https://github.com/brianmario/escape_utils/issues/79",
          "is_bot": false,
          "headline": "Deprecate `EscapeUtils.escape_url` and `EscapeUtils.escape_uri`",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T11:32:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a8067c86e7d1303c1bef0067ec25c173d12e427f",
          "body": "```ruby\n>> RB::Util.url_encode(\" \")\n=> \"%20\"\n```",
          "is_bot": false,
          "headline": "`escape_utils/url/erb` use the RFC compliant method",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T10:46:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae53e31f534b39559a664441451a35197a28b595",
          "body": null,
          "is_bot": false,
          "headline": "Update URL and URI benchmarks",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T10:39:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e569cedd54ef2cadb751f32f5e3271dc1bd1e0d",
          "body": "Monkey patches should avoid changing behavior. If Ruby 3.0 remove\nthese methods, we shouldn't bring them back.",
          "is_bot": false,
          "headline": "Don't patch `URI.escape` and `URI.unescape` if they don't already exist",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-09T10:17:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c0dde0435e234f1202b885e72da911e10e2cc1c",
          "body": "Use a length table rather than to invoke strlen",
          "is_bot": false,
          "headline": "Merge pull request #81 from casperisfine/save-strlen",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-07T15:36:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "99b5ff788705a3561195a85c0baaa8da31d2e121",
          "body": "The strings are small, but we can still see a difference.\n\nBefore:\n```\nComparison:\n  EscapeUtils.escape_html_once:     2409.6 i/s\n  ActionView escape_once:            148.7 i/s - 16.21x  (± 0.00) slower\n```\n\nAfter:\n\n```\nComparison:\n  EscapeUtils.escape_html_once:     2548.2 i/s\n  ActionView escape_once:            148.8 i/s - 17.12x  (± 0.00) slower\n```\n\n`escape_xml` sees a similar speedup.",
          "is_bot": false,
          "headline": "Use a length table rather than to invoke strlen",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-07T15:01:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "96a44dada7e46792fe58db669f9bd673f5838c35",
          "body": "Deprecate HTML escaping and unescaping",
          "is_bot": false,
          "headline": "Merge pull request #78 from casperisfine/deprecate-html",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-07T14:45:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0da0c0a80017a18b2e007921782e83c8b94e6c41",
          "body": "Ref: https://github.com/ruby/ruby/commit/1b7109e11a6690521b810bae8a948c24253cdd3e\nRef: https://github.com/ruby/ruby/commit/217ad664ab8a7a9b9a3a5a4aed2e90f88dc06b13\n\nThe native GCI methods are faster than `EscapeUtils`, no point maintaining this code.",
          "is_bot": false,
          "headline": "Deprecate HTML escaping and unescaping",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-07T14:35:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e93cf768ffc843ab0e1c37dd9f6ac912ad611d06",
          "body": "Add escape_html_once and escape_html_once_as_safe_html",
          "is_bot": false,
          "headline": "Merge pull request #80 from Shopify/escape-once-1.3",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-07T13:56:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa779db780ebf0f8f463d59d8fbba40f3024a7fc",
          "body": null,
          "is_bot": false,
          "headline": "Add escape_html_once and escape_html_once_as_safe_html",
          "author_name": "Justin Li",
          "author_login": "pushrax",
          "committed_at": "2022-06-07T13:55:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2abc76881cb963c5030a6551e113ab754718e6c2",
          "body": "Prepare release 1.2.2",
          "is_bot": false,
          "headline": "Merge pull request #77 from casperisfine/prepare-1.2.2",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-07T09:08:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e5e3b84ff63d98dcd5f62579c12d140c3a09ebbb",
          "body": null,
          "is_bot": false,
          "headline": "Prepare release 1.2.2",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T11:06:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8c8a36e04a2a8db14170eb2a749facbab74d5965",
          "body": "Now escapes:\n  - Backquotes (`\\``)\n  - Dollar (`$`)\n  - U+2000 and U+2001\n\nFix: https://github.com/brianmario/escape_utils/issues/43",
          "is_bot": false,
          "headline": "Update EscapeUtils.escape_javascript to match Rails `escape_javascript`",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T11:00:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d8d942feaaf4e314b8da569a0d5178a7e020b013",
          "body": null,
          "is_bot": false,
          "headline": "Remove references to the Rack monkey patch",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:35:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0d5a61093851c019e52d6ac72ea9cb60af678784",
          "body": null,
          "is_bot": false,
          "headline": "Add a bin/console helper",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:35:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5ee2e6902266d3b3a5a4484a5e06d09a043c2327",
          "body": null,
          "is_bot": false,
          "headline": "Enable Ruby 1.9 specific tests",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:24:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cc758341a84456fc1621b3cd02e71b7b6efa4df1",
          "body": "…ca 2011.\n\nRef: https://github.com/rack/rack/commit/f0beb34b0fa5a50856e04a996dcbd822362a1a5b\nFix: #25\n\n`Rack::Utils.escape` now uses `URI.decode_www_form_component`\n\nIt may make sense to look at speeding this one up too, but short term\njust removing the patch is best.",
          "is_bot": false,
          "headline": "Make the Rack monkey patch a noop as it's no longer correct since cir…",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:19:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e8f37d2d7da2ada024b500a9bd0b5d1d07c1217b",
          "body": null,
          "is_bot": false,
          "headline": "Add a CHANGELOG",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:17:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6bf902f366cc22eea7ea65b8fc04f2b6913820b8",
          "body": "Fix: #74",
          "is_bot": false,
          "headline": "Update the builder monkey-patch",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:03:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "238fb4cc20c48a3f3e61553740d8d773bf51ee9f",
          "body": null,
          "is_bot": false,
          "headline": "Update the README to specify Ruby 2.5 requirement",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T08:01:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "dd3a9688b217de3b6bc4300092d803cf71800932",
          "body": null,
          "is_bot": false,
          "headline": "Mordernize Rakefile",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T07:57:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df0ca65cffb546b67b38ea25bc9edefa200de0ec",
          "body": null,
          "is_bot": false,
          "headline": "Require Ruby 2.5",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T07:44:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8cc545b38f37dadc8d5c15913540962a1e51d485",
          "body": "CGI.escape no longer does it since Ruby 2.5\n\nRef: https://github.com/ruby/ruby/commit/e1b432754553423008a14d39d0901eabc99e7ddb",
          "is_bot": false,
          "headline": "Stop escaping `~`",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T07:43:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "42101e51e22b7b236df7325b0f98a7d71fba09d9",
          "body": null,
          "is_bot": false,
          "headline": "Fix deprecated use of URI.escape",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T07:18:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "812d82893c99d08d620109e87013e57e10d14395",
          "body": null,
          "is_bot": false,
          "headline": "Migrate to GitHub Actions",
          "author_name": "Jean Boussier",
          "author_login": "byroot",
          "committed_at": "2022-06-03T07:16:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2f28447ee4a57f70d9aa04135d2d09dd6939abf2",
          "body": null,
          "is_bot": false,
          "headline": "bump version to 1.2.1",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2016-04-13T00:38:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "38674f8de67f71d1ebca82ec397188bcd605a41b",
          "body": "fix encoding of the escaped html safe string",
          "is_bot": false,
          "headline": "Merge pull request #66 from tenderlove/escape_encoding",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2016-04-13T00:28:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10098ded5d61c80d4cb2285ab35a05c721df7f2e",
          "body": "`escape_html_as_html_safe` was returning binary strings which will\ninfect all the UTF-8 strings in our view layer.  This patch tags the\nreturn string with the encoding of the source string so that we're not\neventually forcing everything to be binary.",
          "is_bot": false,
          "headline": "fix encoding of the escaped html safe string",
          "author_name": "Aaron Patterson",
          "author_login": "tenderlove",
          "committed_at": "2016-04-13T00:24:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cee664df7b128f709e8445fe593f50fff1136e61",
          "body": null,
          "is_bot": false,
          "headline": "bump version to 1.2.0",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2016-01-25T20:44:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a240b917d04518a90262b2dccc1725033c2a65f",
          "body": null,
          "is_bot": false,
          "headline": "change up the travis builds a bit",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2016-01-25T20:18:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b444dc810464351e6d1879f544b1a79c1340f05",
          "body": null,
          "is_bot": false,
          "headline": "add script/testsuite for running tests",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2016-01-25T20:08:54Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3373cd6173846a9708b2f368679002a06e8ab909",
          "body": "Providing MIN macro definition where unavailable",
          "is_bot": false,
          "headline": "Merge pull request #62 from maisumakun/provide_min",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2015-08-08T21:32:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7ab324646c0151a6254b174ade513a57b9b1031d",
          "body": "fix wikipedia url for benchmarking html escape/unescape",
          "is_bot": false,
          "headline": "Merge pull request #63 from Aqualon/update_benchmark_script_urls",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2015-08-08T21:31:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d55826e771ec3cd9bfa967c93a567cdb204f7c5a",
          "body": null,
          "is_bot": false,
          "headline": "fix wikipedia url for benchmarking html escape/unescape",
          "author_name": "Aqualon",
          "author_login": "Aqualon",
          "committed_at": "2015-08-08T19:52:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57d80daee66e1cb2635a036d7f332217f47d0400",
          "body": "in case for environments where MIN is undefined",
          "is_bot": false,
          "headline": "Update buffer.h providing MIN macro",
          "author_name": "maisumakun",
          "author_login": "maisumakun",
          "committed_at": "2015-08-08T07:32:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "53d9141940d605b7d3076defed06e37cf641d9b1",
          "body": null,
          "is_bot": false,
          "headline": "bump version for 1.1.0 release",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2015-03-25T19:52:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ea2b65bd3f268e72086fbc0facb647a0867129e2",
          "body": null,
          "is_bot": false,
          "headline": "move benchmarks to benchmark-ips",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2015-03-25T19:51:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d55bf9c9ce37ae538cd089743ed9b4977e3e0b24",
          "body": "Add support for (un)escape_uri_component",
          "is_bot": false,
          "headline": "Merge pull request #59 from ptoomey3/add_uri_component",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2015-03-25T19:32:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7eefc9e18a720e5d0365ceb89d831a43557a04e6",
          "body": null,
          "is_bot": false,
          "headline": "fix typos and add additional tests",
          "author_name": "Patrick Toomey",
          "author_login": "ptoomey3",
          "committed_at": "2015-03-25T17:13:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "da26bf9101ae1c9fcab86fd34e9b9554f2031ee2",
          "body": null,
          "is_bot": false,
          "headline": "add support for escape_uri_component",
          "author_name": "Patrick Toomey",
          "author_login": "ptoomey3",
          "committed_at": "2015-03-25T17:07:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8f48499dc17bd7df6fb97a8c8a9f96c4f6c835cc",
          "body": "…468743076219e620d6c0d3cad",
          "is_bot": false,
          "headline": "bump houdini to https://github.com/vmg/houdini/commit/59727b85553b70d…",
          "author_name": "Patrick Toomey",
          "author_login": "ptoomey3",
          "committed_at": "2015-03-25T17:07:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a1a8f32ba79323d38ba007127c9b1096950cd437",
          "body": null,
          "is_bot": false,
          "headline": "Update and rename MIT-LICENSE to LICENSE",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2014-11-14T16:28:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e330efff941ef3b59d3f9515cd2513e78a1f85a6",
          "body": null,
          "is_bot": false,
          "headline": "bump version for 1.0.1 release",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2014-01-10T10:00:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aaa1eb0f5ba60367d4f3761f588262152efae54f",
          "body": "Fix html_safe_string_class",
          "is_bot": false,
          "headline": "Merge pull request #56 from charliesome/fix-custom-class",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-12-31T08:54:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a50c4291fcdd340ffe3224468bba7330d4f125ff",
          "body": null,
          "is_bot": false,
          "headline": "style",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-12-30T11:53:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5850c19d34abca622d5be61e84cb65bf7dd47d89",
          "body": null,
          "is_bot": false,
          "headline": "always create a string of the custom class",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-12-30T11:49:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4e504627a109fc9d310680adb7aafb81dd60bb0c",
          "body": null,
          "is_bot": false,
          "headline": "add test for broken behaviour",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-12-30T11:47:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e4d2672331b72eb94399e737c430cc82a9262974",
          "body": "update gemspec metadata",
          "is_bot": false,
          "headline": "Merge pull request #55 from ktdreyer/gemspec",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-12-28T18:25:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "563330fe98b3931e83d88014484d4a1396012a33",
          "body": null,
          "is_bot": false,
          "headline": "use HTTPS for URL in gemspec",
          "author_name": "Ken Dreyer",
          "author_login": "ktdreyer",
          "committed_at": "2013-12-27T23:35:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9861364d0e85ea407766473003aea256841bb993",
          "body": null,
          "is_bot": false,
          "headline": "add description metadata to gemspec",
          "author_name": "Ken Dreyer",
          "author_login": "ktdreyer",
          "committed_at": "2013-12-27T23:35:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7543e4f07cf026980ea26104e88e1ccb71436653",
          "body": "Add license to gemspec",
          "is_bot": false,
          "headline": "Merge pull request #53 from anatol/patch-1",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-12-16T19:40:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f71eecf88fc17d181a1b4b9517dd6928e7b69cf3",
          "body": null,
          "is_bot": false,
          "headline": "Add license to gemspec",
          "author_name": "Anatol",
          "author_login": "anatol",
          "committed_at": "2013-12-16T19:37:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c71dc320408f5796598ec33ecbcdd4737684011b",
          "body": "Fix ruby version requirement. Fixes #51",
          "is_bot": false,
          "headline": "Merge pull request #52 from bricker/master",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-11-26T00:41:34Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b8e2d637babd5fe28d39fc8a20ac22d0317b884d",
          "body": null,
          "is_bot": false,
          "headline": "Fix ruby version requirement",
          "author_name": "Bryan Ricker",
          "author_login": "bricker",
          "committed_at": "2013-11-26T00:28:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0b48ff0735ee329c2c0b9255becf2ae850d0c5f2",
          "body": null,
          "is_bot": false,
          "headline": "remove changelog in favor of releases",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-10-29T22:23:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "de6bdca356de87590bf1f3d2258d8f4427396a4a",
          "body": null,
          "is_bot": false,
          "headline": "bump version for 1.0.0",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-10-29T22:04:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b91fc62f5625e264f8f2969c217929d86ca5b247",
          "body": null,
          "is_bot": false,
          "headline": "note about 1.9.3+",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-10-29T22:04:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "748de6c6dd59e08b63dafcedb81a733ae5b06214",
          "body": null,
          "is_bot": false,
          "headline": "add script/bootstrap",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-10-29T22:03:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6ca75565ba6c67f3327657c620f27125d98543b7",
          "body": null,
          "is_bot": false,
          "headline": "mark globals /cc #48",
          "author_name": "Aman Gupta",
          "author_login": "tmm1",
          "committed_at": "2013-10-26T00:12:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7ec824555c7ed3de30465fb311087c133c62a6b5",
          "body": "Drop Ruby 1.8 support",
          "is_bot": false,
          "headline": "Merge pull request #49 from charliesome/f u c k 1 8",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-08-23T10:39:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "de4c3f4f88241fc72dca44fc0bd510852379f645",
          "body": null,
          "is_bot": false,
          "headline": "allow rubinius 1.9 failures - rbx doesn't have rb_str_new_with_class",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-08-15T08:47:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "843f81caec2007ad20c640263ac8ef712de575ed",
          "body": null,
          "is_bot": false,
          "headline": "bump version",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-08-15T08:40:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "555da044e170f8bfec5ebd1127eddfecfe79609a",
          "body": null,
          "is_bot": false,
          "headline": "remove 1.8 compatibility code",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-08-15T08:39:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f6e8db7e1957a807b43741264c4bf696658531b1",
          "body": null,
          "is_bot": false,
          "headline": "required ruby version is > 1.9.3",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-08-15T08:37:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "82bc5261c1927f7470942c8a647dfcc9657f6c14",
          "body": "Use rb_str_new_with_class instead of setting klass",
          "is_bot": false,
          "headline": "Merge pull request #48 from charliesome/ruby-2.1",
          "author_name": "Vicent Martí",
          "author_login": null,
          "committed_at": "2013-08-15T08:23:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "962253d9b78ed6eee753514a95d01f18cac37cf2",
          "body": null,
          "is_bot": false,
          "headline": "use rb_str_new_with_class instead of setting klass",
          "author_name": "Charlie Somerville",
          "author_login": null,
          "committed_at": "2013-08-15T07:29:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "838bb53d3984c975bfccaff1f3aed06161fdc638",
          "body": null,
          "is_bot": false,
          "headline": "require fairly new minitest",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-07-07T23:09:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "95f35f5ae44c2200af076d93c41ae2ce9a9d121a",
          "body": "Use Minitest::Test.  Use https for gems source.",
          "is_bot": false,
          "headline": "Merge pull request #45 from jadeatucker/Remove_deprecation_warnings",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-07-07T23:07:36Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "803f8a5b18c4931aa03df46aab10997ce3f6c99f",
          "body": null,
          "is_bot": false,
          "headline": "Use Minitest::Test.  Use https for gems source.",
          "author_name": "Jade Tucker",
          "author_login": "jadeatucker",
          "committed_at": "2013-07-07T06:16:29Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3e0262c622664bcffce053ee0aa7b7816337d7bc",
          "body": "Link with -Bsymbolic to make sure we use the local copy of houdini",
          "is_bot": false,
          "headline": "Merge pull request #32 from tomhughes/symbolic",
          "author_name": "Vicent Martí",
          "author_login": null,
          "committed_at": "2013-04-22T20:07:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2757f637cc86134e0b978569d575185e4a0395ea",
          "body": "This avoids conflicts with other gems that may have some of the\nsame symbols, such as redcarpet which also uses houdini.",
          "is_bot": false,
          "headline": "Mark all symbols as hidden except the main entry point",
          "author_name": "Tom Hughes",
          "author_login": "tomhughes",
          "committed_at": "2013-04-22T19:14:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fadd0060c929161f0f5a27fe4e9cd6103cb2770f",
          "body": null,
          "is_bot": false,
          "headline": "bump version to 0.3.2",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:54:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c8130d4437a4ce5cbeded379c25aac8ace215d80",
          "body": "EscapeUtils.escape_html_as_html_safe",
          "is_bot": false,
          "headline": "Merge pull request #30 from brianmario/as_html_safe",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:49:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "33aed9ea4757e8f5d995048e8ad464a7d953a935",
          "body": null,
          "is_bot": false,
          "headline": "rb_cEncoding is already defined",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:33:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "321c0013183c9e52471325fa6c1398173153d56b",
          "body": "This reverts commit cee7ac952d0996bab4629101e8c78412c89429c5.",
          "is_bot": false,
          "headline": "Revert \"fix rbx1.9 maybe\"",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:24:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cee7ac952d0996bab4629101e8c78412c89429c5",
          "body": null,
          "is_bot": false,
          "headline": "fix rbx1.9 maybe",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:21:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8648ac4b6fc445dc9ea6d4227bc5832ac82deeb0",
          "body": null,
          "is_bot": false,
          "headline": "revert to old html safety behavior",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:12:06Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6bb038c0c7a5c4548b88e0eb29f24eb5c9bcf010",
          "body": null,
          "is_bot": false,
          "headline": "html_string_class -> html_safe_string_class",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:04:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1e829e0af1944e56582494449abd97b5bf4a39f3",
          "body": null,
          "is_bot": false,
          "headline": "just use an ivar",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T09:03:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9f3f2ec7a555326de5fc32320488317554b323a9",
          "body": null,
          "is_bot": false,
          "headline": "fix html safe test helper",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T08:10:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7f8ebb3ecec7a48b8776bae171a945752f7f0275",
          "body": null,
          "is_bot": false,
          "headline": "use new escape_html_as_html_safe for html_safety module",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T06:57:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ba163a68dd5a969bc4c9cef2fa578b33beab2b24",
          "body": null,
          "is_bot": false,
          "headline": "avoid unnecessary rb_str_dup in the rbx case",
          "author_name": "Aman Gupta",
          "author_login": "tmm1",
          "committed_at": "2013-02-28T05:46:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "453e78fc4dffa6a68e497b6ea31cbcb508148be2",
          "body": null,
          "is_bot": false,
          "headline": "oops",
          "author_name": "Aman Gupta",
          "author_login": "tmm1",
          "committed_at": "2013-02-28T05:40:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5d451a64767baff9dac3bc39cac62fc9e884e8c6",
          "body": null,
          "is_bot": false,
          "headline": "fallback for rbx, etc",
          "author_name": "Aman Gupta",
          "author_login": "tmm1",
          "committed_at": "2013-02-28T05:36:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cd0498a47fb253c8bccc87d2ea4790824a775a0b",
          "body": null,
          "is_bot": false,
          "headline": "always set @html_safe=true",
          "author_name": "Aman Gupta",
          "author_login": "tmm1",
          "committed_at": "2013-02-28T05:35:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "270ef95cdaa41fe94e723b4b44b38b00a3d5cbd6",
          "body": null,
          "is_bot": false,
          "headline": "run assignments in C at load time",
          "author_name": "Brian Lopez",
          "author_login": "brianmario",
          "committed_at": "2013-02-28T02:24:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 19,
      "commits_last_year": 0,
      "latest_release_at": "2013-10-29T22:22:49Z",
      "latest_release_tag": "1.0.0",
      "releases_from_tags": false,
      "days_since_last_push": 1156,
      "active_weeks_last_year": 0,
      "days_since_latest_release": 4648,
      "mean_days_between_releases": 0
    },
    "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": []
    },
    "popularity": {
      "forks": 47,
      "stars": 514,
      "watchers": 13,
      "fork_history": {
        "days": [
          {
            "date": "2010-06-09",
            "count": 1
          },
          {
            "date": "2010-06-13",
            "count": 1
          },
          {
            "date": "2010-11-07",
            "count": 1
          },
          {
            "date": "2010-11-29",
            "count": 1
          },
          {
            "date": "2010-12-11",
            "count": 1
          },
          {
            "date": "2011-02-21",
            "count": 1
          },
          {
            "date": "2011-04-03",
            "count": 1
          },
          {
            "date": "2011-10-15",
            "count": 1
          },
          {
            "date": "2011-11-08",
            "count": 1
          },
          {
            "date": "2012-09-18",
            "count": 1
          },
          {
            "date": "2013-04-17",
            "count": 1
          },
          {
            "date": "2013-04-19",
            "count": 1
          },
          {
            "date": "2013-05-20",
            "count": 1
          },
          {
            "date": "2013-06-30",
            "count": 1
          },
          {
            "date": "2013-07-09",
            "count": 1
          },
          {
            "date": "2013-08-11",
            "count": 1
          },
          {
            "date": "2013-08-31",
            "count": 1
          },
          {
            "date": "2013-09-24",
            "count": 1
          },
          {
            "date": "2013-11-26",
            "count": 1
          },
          {
            "date": "2013-12-16",
            "count": 1
          },
          {
            "date": "2013-12-29",
            "count": 1
          },
          {
            "date": "2014-01-20",
            "count": 1
          },
          {
            "date": "2014-03-24",
            "count": 1
          },
          {
            "date": "2014-06-04",
            "count": 1
          },
          {
            "date": "2014-07-08",
            "count": 1
          },
          {
            "date": "2015-03-25",
            "count": 1
          },
          {
            "date": "2015-05-15",
            "count": 1
          },
          {
            "date": "2015-08-08",
            "count": 1
          },
          {
            "date": "2016-04-13",
            "count": 1
          },
          {
            "date": "2016-08-08",
            "count": 1
          },
          {
            "date": "2016-11-11",
            "count": 1
          },
          {
            "date": "2017-06-21",
            "count": 1
          },
          {
            "date": "2018-02-15",
            "count": 1
          },
          {
            "date": "2019-05-23",
            "count": 1
          },
          {
            "date": "2021-10-28",
            "count": 1
          },
          {
            "date": "2022-06-03",
            "count": 1
          },
          {
            "date": "2022-09-13",
            "count": 1
          },
          {
            "date": "2022-09-18",
            "count": 1
          },
          {
            "date": "2023-03-01",
            "count": 1
          },
          {
            "date": "2023-04-24",
            "count": 1
          },
          {
            "date": "2026-03-01",
            "count": 1
          },
          {
            "date": "2026-06-11",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 42,
        "total_forks": 47
      },
      "star_history": {
        "days": [
          {
            "date": "2010-06-09",
            "count": 156
          },
          {
            "date": "2010-06-25",
            "count": 1
          },
          {
            "date": "2010-07-12",
            "count": 1
          },
          {
            "date": "2010-09-02",
            "count": 1
          },
          {
            "date": "2010-09-03",
            "count": 1
          },
          {
            "date": "2011-02-18",
            "count": 1
          },
          {
            "date": "2011-02-25",
            "count": 1
          },
          {
            "date": "2011-06-27",
            "count": 1
          },
          {
            "date": "2011-08-02",
            "count": 1
          },
          {
            "date": "2011-11-04",
            "count": 1
          },
          {
            "date": "2012-07-03",
            "count": 1
          },
          {
            "date": "2013-03-08",
            "count": 2
          },
          {
            "date": "2013-04-17",
            "count": 44
          },
          {
            "date": "2013-04-18",
            "count": 39
          },
          {
            "date": "2013-04-19",
            "count": 9
          },
          {
            "date": "2013-04-20",
            "count": 3
          },
          {
            "date": "2013-04-21",
            "count": 2
          },
          {
            "date": "2013-04-22",
            "count": 3
          },
          {
            "date": "2013-04-23",
            "count": 3
          },
          {
            "date": "2013-04-24",
            "count": 1
          },
          {
            "date": "2013-04-25",
            "count": 3
          },
          {
            "date": "2013-04-26",
            "count": 1
          },
          {
            "date": "2013-04-29",
            "count": 1
          },
          {
            "date": "2013-05-01",
            "count": 8
          },
          {
            "date": "2013-05-02",
            "count": 8
          },
          {
            "date": "2013-05-03",
            "count": 5
          },
          {
            "date": "2013-05-04",
            "count": 3
          },
          {
            "date": "2013-05-07",
            "count": 1
          },
          {
            "date": "2013-05-13",
            "count": 1
          },
          {
            "date": "2013-05-20",
            "count": 1
          },
          {
            "date": "2013-05-22",
            "count": 1
          },
          {
            "date": "2013-05-28",
            "count": 1
          },
          {
            "date": "2013-05-30",
            "count": 1
          },
          {
            "date": "2013-06-02",
            "count": 1
          },
          {
            "date": "2013-06-06",
            "count": 1
          },
          {
            "date": "2013-06-08",
            "count": 1
          },
          {
            "date": "2013-06-10",
            "count": 1
          },
          {
            "date": "2013-06-17",
            "count": 1
          },
          {
            "date": "2013-06-20",
            "count": 1
          },
          {
            "date": "2013-06-21",
            "count": 1
          },
          {
            "date": "2013-06-26",
            "count": 1
          },
          {
            "date": "2013-06-28",
            "count": 1
          },
          {
            "date": "2013-07-08",
            "count": 1
          },
          {
            "date": "2013-07-19",
            "count": 1
          },
          {
            "date": "2013-08-04",
            "count": 1
          },
          {
            "date": "2013-08-12",
            "count": 2
          },
          {
            "date": "2013-08-24",
            "count": 1
          },
          {
            "date": "2013-08-30",
            "count": 1
          },
          {
            "date": "2013-09-02",
            "count": 1
          },
          {
            "date": "2013-09-05",
            "count": 4
          },
          {
            "date": "2013-09-06",
            "count": 1
          },
          {
            "date": "2013-09-07",
            "count": 2
          },
          {
            "date": "2013-09-09",
            "count": 1
          },
          {
            "date": "2013-09-11",
            "count": 1
          },
          {
            "date": "2013-10-04",
            "count": 1
          },
          {
            "date": "2013-10-14",
            "count": 1
          },
          {
            "date": "2013-10-15",
            "count": 1
          },
          {
            "date": "2013-10-21",
            "count": 1
          },
          {
            "date": "2013-10-23",
            "count": 1
          },
          {
            "date": "2013-10-29",
            "count": 1
          },
          {
            "date": "2013-10-30",
            "count": 1
          },
          {
            "date": "2013-11-18",
            "count": 1
          },
          {
            "date": "2013-11-20",
            "count": 1
          },
          {
            "date": "2013-12-02",
            "count": 1
          },
          {
            "date": "2013-12-29",
            "count": 1
          },
          {
            "date": "2013-12-31",
            "count": 2
          },
          {
            "date": "2014-02-11",
            "count": 1
          },
          {
            "date": "2014-02-27",
            "count": 1
          },
          {
            "date": "2014-03-12",
            "count": 1
          },
          {
            "date": "2014-03-15",
            "count": 1
          },
          {
            "date": "2014-03-28",
            "count": 1
          },
          {
            "date": "2014-04-13",
            "count": 1
          },
          {
            "date": "2014-04-25",
            "count": 1
          },
          {
            "date": "2014-05-12",
            "count": 3
          },
          {
            "date": "2014-05-13",
            "count": 1
          },
          {
            "date": "2014-05-14",
            "count": 1
          },
          {
            "date": "2014-05-15",
            "count": 1
          },
          {
            "date": "2014-05-16",
            "count": 1
          },
          {
            "date": "2014-05-29",
            "count": 2
          },
          {
            "date": "2014-05-30",
            "count": 1
          },
          {
            "date": "2014-06-03",
            "count": 1
          },
          {
            "date": "2014-06-08",
            "count": 1
          },
          {
            "date": "2014-06-09",
            "count": 1
          },
          {
            "date": "2014-06-12",
            "count": 1
          },
          {
            "date": "2014-06-13",
            "count": 1
          },
          {
            "date": "2014-06-25",
            "count": 2
          },
          {
            "date": "2014-06-26",
            "count": 7
          },
          {
            "date": "2014-06-27",
            "count": 4
          },
          {
            "date": "2014-06-28",
            "count": 2
          },
          {
            "date": "2014-06-30",
            "count": 2
          },
          {
            "date": "2014-07-01",
            "count": 4
          },
          {
            "date": "2014-07-02",
            "count": 1
          },
          {
            "date": "2014-07-03",
            "count": 1
          },
          {
            "date": "2014-07-04",
            "count": 1
          },
          {
            "date": "2014-07-09",
            "count": 1
          },
          {
            "date": "2014-07-16",
            "count": 1
          },
          {
            "date": "2014-07-22",
            "count": 1
          },
          {
            "date": "2014-08-05",
            "count": 1
          },
          {
            "date": "2014-08-30",
            "count": 1
          },
          {
            "date": "2014-09-10",
            "count": 1
          },
          {
            "date": "2014-09-22",
            "count": 1
          },
          {
            "date": "2014-09-25",
            "count": 1
          },
          {
            "date": "2014-09-26",
            "count": 1
          },
          {
            "date": "2014-09-29",
            "count": 1
          },
          {
            "date": "2014-10-01",
            "count": 1
          },
          {
            "date": "2014-10-06",
            "count": 1
          },
          {
            "date": "2014-11-08",
            "count": 1
          },
          {
            "date": "2014-11-12",
            "count": 1
          },
          {
            "date": "2014-12-03",
            "count": 1
          },
          {
            "date": "2014-12-08",
            "count": 1
          },
          {
            "date": "2015-01-09",
            "count": 1
          },
          {
            "date": "2015-01-15",
            "count": 2
          },
          {
            "date": "2015-01-28",
            "count": 1
          },
          {
            "date": "2015-02-10",
            "count": 1
          },
          {
            "date": "2015-02-12",
            "count": 2
          },
          {
            "date": "2015-02-16",
            "count": 1
          },
          {
            "date": "2015-03-26",
            "count": 1
          },
          {
            "date": "2015-04-02",
            "count": 1
          },
          {
            "date": "2015-04-16",
            "count": 2
          },
          {
            "date": "2015-04-17",
            "count": 1
          },
          {
            "date": "2015-05-01",
            "count": 2
          },
          {
            "date": "2015-05-03",
            "count": 1
          },
          {
            "date": "2015-05-07",
            "count": 1
          },
          {
            "date": "2015-05-18",
            "count": 1
          },
          {
            "date": "2015-05-20",
            "count": 1
          },
          {
            "date": "2015-05-27",
            "count": 1
          },
          {
            "date": "2015-06-02",
            "count": 1
          },
          {
            "date": "2015-06-30",
            "count": 1
          },
          {
            "date": "2015-07-17",
            "count": 1
          },
          {
            "date": "2015-08-12",
            "count": 1
          },
          {
            "date": "2015-08-25",
            "count": 2
          },
          {
            "date": "2015-09-25",
            "count": 2
          },
          {
            "date": "2015-09-27",
            "count": 1
          },
          {
            "date": "2015-11-05",
            "count": 1
          },
          {
            "date": "2015-11-13",
            "count": 1
          },
          {
            "date": "2015-11-21",
            "count": 1
          },
          {
            "date": "2015-12-16",
            "count": 1
          },
          {
            "date": "2016-02-01",
            "count": 1
          },
          {
            "date": "2016-02-20",
            "count": 1
          },
          {
            "date": "2016-04-07",
            "count": 1
          },
          {
            "date": "2016-04-13",
            "count": 7
          },
          {
            "date": "2016-05-15",
            "count": 1
          },
          {
            "date": "2016-05-25",
            "count": 1
          },
          {
            "date": "2016-07-19",
            "count": 1
          },
          {
            "date": "2016-07-28",
            "count": 1
          },
          {
            "date": "2016-08-01",
            "count": 1
          },
          {
            "date": "2016-08-08",
            "count": 1
          },
          {
            "date": "2016-08-16",
            "count": 2
          },
          {
            "date": "2016-08-30",
            "count": 1
          },
          {
            "date": "2016-09-09",
            "count": 2
          },
          {
            "date": "2016-10-17",
            "count": 1
          },
          {
            "date": "2016-11-11",
            "count": 2
          },
          {
            "date": "2016-12-01",
            "count": 1
          },
          {
            "date": "2016-12-06",
            "count": 1
          },
          {
            "date": "2017-01-24",
            "count": 1
          },
          {
            "date": "2017-02-26",
            "count": 1
          },
          {
            "date": "2017-05-19",
            "count": 1
          },
          {
            "date": "2017-05-31",
            "count": 1
          },
          {
            "date": "2017-06-06",
            "count": 1
          },
          {
            "date": "2017-06-26",
            "count": 1
          },
          {
            "date": "2017-07-03",
            "count": 1
          },
          {
            "date": "2017-07-14",
            "count": 1
          },
          {
            "date": "2017-08-26",
            "count": 1
          },
          {
            "date": "2017-09-06",
            "count": 1
          },
          {
            "date": "2017-09-12",
            "count": 1
          },
          {
            "date": "2017-10-04",
            "count": 1
          },
          {
            "date": "2017-10-20",
            "count": 1
          },
          {
            "date": "2017-10-24",
            "count": 1
          },
          {
            "date": "2017-12-08",
            "count": 1
          },
          {
            "date": "2018-01-11",
            "count": 1
          },
          {
            "date": "2018-02-15",
            "count": 1
          },
          {
            "date": "2018-09-24",
            "count": 2
          },
          {
            "date": "2018-09-25",
            "count": 1
          },
          {
            "date": "2018-09-26",
            "count": 1
          },
          {
            "date": "2019-02-17",
            "count": 1
          },
          {
            "date": "2019-04-01",
            "count": 1
          },
          {
            "date": "2019-04-02",
            "count": 2
          },
          {
            "date": "2019-04-11",
            "count": 1
          },
          {
            "date": "2019-06-15",
            "count": 1
          },
          {
            "date": "2019-08-08",
            "count": 1
          },
          {
            "date": "2019-10-10",
            "count": 1
          },
          {
            "date": "2019-12-12",
            "count": 1
          },
          {
            "date": "2019-12-25",
            "count": 1
          },
          {
            "date": "2020-03-19",
            "count": 1
          },
          {
            "date": "2020-04-02",
            "count": 1
          },
          {
            "date": "2020-10-01",
            "count": 1
          },
          {
            "date": "2020-12-07",
            "count": 1
          },
          {
            "date": "2020-12-25",
            "count": 1
          },
          {
            "date": "2021-01-07",
            "count": 1
          },
          {
            "date": "2022-01-07",
            "count": 1
          },
          {
            "date": "2022-04-22",
            "count": 1
          },
          {
            "date": "2022-06-15",
            "count": 1
          },
          {
            "date": "2023-05-08",
            "count": 1
          },
          {
            "date": "2024-10-22",
            "count": 1
          },
          {
            "date": "2025-02-17",
            "count": 1
          },
          {
            "date": "2025-09-28",
            "count": 1
          },
          {
            "date": "2026-01-01",
            "count": 1
          },
          {
            "date": "2026-05-12",
            "count": 1
          },
          {
            "date": "2026-06-24",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 514,
        "total_stars": 514
      },
      "open_issues_and_prs": 3
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": 26967,
      "source_files_sampled": 47,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "Gemfile"
      ],
      "advisories": {
        "error": "No resolved dependencies carried a version and a supported ecosystem",
        "scope": "repository_graph",
        "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": 9,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "rubygems"
      ],
      "dependencies": [
        {
          "name": "benchmark-ips",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "rack",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "haml",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "fast_xs",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "actionpack",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "url_escape",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "actionpack",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "benchmark-ips",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "fast_xs",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "haml",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rack",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "url_escape",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "actionview",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "minitest",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rake-compiler",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 9,
        "direct_count": 6,
        "indirect_count": 3
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 2,
        "merged_prs": 28,
        "open_issues": 1,
        "closed_ratio": 0.973,
        "closed_issues": 36,
        "closed_unmerged_prs": 11
      },
      "bus_factor": 1,
      "bot_contributors": 0,
      "top_contributors": [
        {
          "type": "User",
          "login": "brianmario",
          "commits": 200,
          "avatar_url": "https://avatars.githubusercontent.com/u/11571?v=4"
        },
        {
          "type": "User",
          "login": "byroot",
          "commits": 35,
          "avatar_url": "https://avatars.githubusercontent.com/u/44640?v=4"
        },
        {
          "type": "User",
          "login": "tmm1",
          "commits": 10,
          "avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4"
        },
        {
          "type": "User",
          "login": "dylanahsmith",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/954402?v=4"
        },
        {
          "type": "User",
          "login": "ptoomey3",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/103360?v=4"
        },
        {
          "type": "User",
          "login": "Fryguy",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/52120?v=4"
        },
        {
          "type": "User",
          "login": "ktdreyer",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/620295?v=4"
        },
        {
          "type": "User",
          "login": "yury",
          "commits": 2,
          "avatar_url": "https://avatars.githubusercontent.com/u/5250?v=4"
        },
        {
          "type": "User",
          "login": "tenderlove",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/3124?v=4"
        },
        {
          "type": "User",
          "login": "quirkey",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/1097?v=4"
        }
      ],
      "contributors_sampled": 23,
      "top_contributor_share": 0.735
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "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": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 0,
            "reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
            "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": 3,
            "reason": "Found 7/23 approved changesets -- score normalized to 3",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 10 contributing companies or organizations",
            "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": 0,
            "reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "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": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "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": 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": "99eddde5423cfb86e0fcdc72be72b6c131843916",
        "ran_at": "2026-07-22T01:34:21Z",
        "aggregate_score": 3.5,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": null,
      "oldest_open_prs": [
        {
          "number": 61,
          "created_at": "2015-05-15T18:28:40Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 83,
          "created_at": "2022-09-18T20:33:51Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2023-05-22T20:25:38Z",
      "ci_last_conclusion": null,
      "oldest_open_issues": [
        {
          "number": 68,
          "created_at": "2016-08-08T04:44:28Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/brianmario/escape_utils",
    "host": "github.com",
    "name": "escape_utils",
    "owner": "brianmario"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "critical",
      "name": "Overall health",
      "note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
      "notes": [
        {
          "code": "jurisdiction_overall_adjustment",
          "params": {
            "cap": 49,
            "pct": 50
          }
        }
      ],
      "value": 20,
      "inputs": {
        "security": 18,
        "vitality": 25,
        "community": 45,
        "governance": 60,
        "engineering": 45,
        "high_risk_jurisdiction_cap": 49,
        "high_risk_jurisdiction_multiplier": 50,
        "weighted_overall_before_jurisdiction": 40,
        "overall_after_jurisdiction_multiplier": 20
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "critical",
        "name": "Vitality",
        "value": 25,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "critical",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 1,
            "inputs": {
              "commits_last_year": 0,
              "human_commit_share": 1,
              "days_since_last_push": 1156,
              "active_weeks_last_year": 0
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 1156 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 1156
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "0/52 weeks with commits",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 0
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "0 commits in the last year",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 0
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "moderate",
            "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": 60,
            "inputs": {
              "releases_count": 19,
              "latest_release_tag": "1.0.0",
              "releases_from_tags": false,
              "days_since_latest_release": 4648,
              "mean_days_between_releases": 0
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "19 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 19
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 4648 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 4648
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~0 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 0
                    }
                  }
                ],
                "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": "dormant",
              "guards": [],
              "signals": [
                "scorecard_unmaintained"
              ],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": 2,
              "unanswered_open_issues": 1,
              "days_since_last_merged_pr": 1156,
              "days_since_last_human_commit": 1156,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "no human commit for 1156 days, with nothing left unanswered",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_quiet",
                    "params": {
                      "days": 1156
                    }
                  }
                ],
                "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": 45,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "at_risk",
            "name": "Popularity & adoption",
            "note": "Inorganic Growth Policy discounts the stars and forks components by 40%. The finding describes the timing of public star and fork events; it does not establish that attention was purchased, or that the maintainers were involved.",
            "notes": [
              {
                "code": "growth_policy_discount",
                "params": {
                  "pct": 40
                }
              }
            ],
            "value": 41,
            "inputs": {
              "forks": 47,
              "stars": 514,
              "watchers": 13,
              "growth_state": "anomalous",
              "growth_signals": [
                "acquisition_burst",
                "fork_divergence",
                "missing_decay"
              ],
              "growth_windows": [
                "2010-06-09/2010-06-09"
              ],
              "growth_peak_days": 1,
              "growth_factor_pct": 60,
              "growth_peak_stars": 156,
              "growth_peak_window": "2010-06-09",
              "growth_peak_multiple": 156,
              "growth_top_days_share": 0.498,
              "growth_baseline_per_day": 1,
              "growth_history_complete": true
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "514 stars, discounted for inorganic growth: 156 stars over 1 day(s) from 2010-06-09, 156× the repository's own daily baseline",
                "points": 26.4,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 514
                    }
                  },
                  {
                    "code": "discounted_for_inorganic_growth",
                    "params": {
                      "days": 1,
                      "stars": 156,
                      "window": "2010-06-09",
                      "multiple": 156
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "47 forks, discounted for inorganic growth: 156 stars over 1 day(s) from 2010-06-09, 156× the repository's own daily baseline",
                "points": 8.3,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 47
                    }
                  },
                  {
                    "code": "discounted_for_inorganic_growth",
                    "params": {
                      "days": 1,
                      "stars": 156,
                      "window": "2010-06-09",
                      "multiple": 156
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "13 watchers",
                "points": 6,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 13
                    }
                  }
                ],
                "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 (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "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
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 60,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 38,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 23,
              "top_contributor_share": 0.735
            },
            "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 74% of commits",
                "points": 6,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 74
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "23 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 23
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 10 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 78,
            "inputs": {
              "merged_prs": 28,
              "open_issues": 1,
              "closed_issues": 36,
              "issue_closed_ratio": 0.973,
              "closed_unmerged_prs": 11
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "97% of issues closed",
                "points": 45.5,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 97
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "28/39 decided PRs merged",
                "points": 27.5,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 28,
                      "decided": 39
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 7/23 approved changesets -- score normalized to 3",
                "points": 4.5,
                "status": "partial",
                "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": 69,
            "inputs": {
              "followers": 946,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "brianmario",
              "public_repos": 38,
              "account_age_days": 6630
            },
            "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": "946 followers of brianmario",
                "points": 21.4,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 946,
                      "login": "brianmario"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "38 public repos, account ~18 yr old",
                "points": 23.6,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 38
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 18
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "at_risk",
        "name": "Engineering Quality",
        "value": 45,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "at_risk",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 48,
            "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": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "at_risk",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "topics": [],
              "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": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "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": 18,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "critical",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "jurisdiction_posture_adjustment",
                "params": {
                  "cap": 49,
                  "pct": 50
                }
              }
            ],
            "value": 18,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 3.5,
              "high_risk_jurisdiction_cap": 49,
              "high_risk_jurisdiction_multiplier": 50,
              "security_posture_after_multiplier": 18,
              "security_posture_before_jurisdiction": 35
            },
            "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": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "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 7/23 approved changesets -- score normalized to 3",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 10 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "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": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "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 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": "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": "high_risk_jurisdiction_exposure",
            "band": "moderate",
            "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": 50,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": true,
              "exposures": [
                {
                  "role": "top_contributor",
                  "count": 1,
                  "country": "Russia"
                }
              ],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 21
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "Russia: top_contributor (1)",
                "points": 50,
                "status": "partial",
                "details": [
                  {
                    "code": "jurisdiction_exposure",
                    "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": "at_risk",
        "name": "AI Readiness",
        "value": 39,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 16,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.3,
              "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": "30 of 100 human commits state their intent (structured subject or explanatory body)",
                "points": 16,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 30,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "at_risk",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 33,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": true,
              "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": "C (statically typed)",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "C"
                    }
                  }
                ],
                "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 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "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 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "primary_language": "C",
              "largest_source_bytes": 26967,
              "source_files_sampled": 47,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "C (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "C"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/47 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 47,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "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": [
    "No resolved dependencies carried a version and a supported ecosystem"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-22T01:34:38.381052Z",
  "schema_version": "0.26.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/brianmario/escape_utils.svg",
  "full_name": "brianmario/escape_utils",
  "license_state": "standard",
  "license_spdx": "MIT"
}

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.26.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statistics.