JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 210,
"has_wiki": false,
"homepage": null,
"languages": {
"Shell": 905,
"Python": 141811,
"Batchfile": 762
},
"pushed_at": "2026-07-19T11:54:42Z",
"created_at": "2025-10-01T18:54:02Z",
"owner_type": "User",
"updated_at": "2026-07-11T14:21:55Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Vishnu Prashanth",
"type": "User",
"login": "vishnu-77",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/43298311?v=4",
"created_at": "2018-09-15T15:22:53Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 2866
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-07-17T14:58:15Z"
}
],
"recent_commits": [
{
"oid": "e6c1ed370e2d8325cef42925225d133c43e19080",
"body": "Release v0.4.0 — AI/MCP/agentic-first repositioning + reliability fixes",
"is_bot": false,
"headline": "Merge pull request #12 from vishnu-77/develop",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T14:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "037c623acb1f629c244ccef3d5bcbd44048599c0",
"body": "Scanning secchecker's own repo produces false positives about its own\npattern-definition regexes, sample reports, test fixtures, and the\nintentional demo/. Uploading that SARIF filled the Security tab with noise\nand made the GitHub code-scanning check fail on every commit.\n\nKeep the SARIF as a downl\n[…]\nstead. Downstream consumers still\nget Security-tab integration through the composite action, which uploads\ntheir own scan results.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(security): don't upload self-scan SARIF to the Security tab",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T14:19:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "68d02e6b2c6b5a94f7c77671049011881300f057",
"body": "The Security Scan workflow scans secchecker's own repo, which unavoidably\nmatches its own pattern-definition regexes (patterns.py, llm_patterns.py),\nsample reports, test fixtures, and the intentionally-vulnerable demo/. The\n\"Fail on CRITICAL findings\" gate therefore failed permanently on every run.\n\n[…]\nin .secchecker.yml is not currently enforced by the\nscanners, so noise cannot yet be filtered via config — tracked as a follow-up.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(security): make self-scan informational instead of hard-failing",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T14:15:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64323fb4554d0e8d9b0e2e636c057fbaa0be492e",
"body": "…dings)\n\nGitHub Actions runs bash with `set -e`, so a bare `secchecker ...` command\nthat exits 1 (findings — the normal case) aborted the step before the\n`rc=$?` exit-code check could treat 1 as success. This failed every CI job\non the 0.4.0 PR even though the tool behaved correctly.\n\nMake the scan \n[…]\necurity.yml: HTML report step now `rc=0; secchecker ... || rc=$?`\n\nOnly 2+ (runtime/reporting errors) fail the build, as intended.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): stop set -e from failing smoke tests on expected exit 1 (fin…",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T14:04:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df55b0068592ba555c05143e6a6ff18a626c1a5f",
"body": "Replace the named \"Bandit, Gitleaks, and Checkov\" reference with the neutral\n\"general-purpose scanners\" now that the comparison table is gone.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: soften competitor mention in \"Why secchecker\"",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T13:51:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "69ae611bbb82edc396ee59ec01aab4a8ec0dfce6",
"body": "Replace the count-forward metrics list (52+/18+/28+), which reads as small\nnext to enterprise tools, with a value-forward \"Why secchecker\" section that\nleads with the AI/MCP/agentic security layer, single-pass coverage, actionable\nOWASP-tagged output, validation, and zero dependencies. Raw counts remain in\n\"Coverage at a glance\" and \"What gets detected\".\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: reframe Metrics as \"Why secchecker\" around differentiation",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T13:50:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1216c5064995911fd3194fa2b03f657ce902e631",
"body": "Drop the competitor comparison table (vs Bandit, detect-secrets, Gitleaks,\nCheckov) and its footnotes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: remove Comparison section from README",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T13:48:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1e6c878f366ee5b16cdb28be5a3c3584f302b236",
"body": "Update the simulated report header in demo/record_demo.py from v0.3.0 to\nv0.4.0 to match the current release. Cosmetic only — scripted demo output.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: bump secchecker version in demo animation to v0.4.0",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T13:42:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1c144c4beeb79c5b8d5b45e80848218d9e2bad46",
"body": "Add a self-contained demo/ directory showcasing what secchecker detects:\n- app.py — LangChain/OpenAI app with a hardcoded key, prompt injection,\n eval of LLM output, and RAG data leakage\n- Dockerfile — unpinned base image, secret in ENV, curl-pipe-bash\n- terraform/main.tf — open security group, pub\n[…]\nentials are well-known public placeholders (AWS docs EXAMPLE keys,\nfake OpenAI key). DO NOT deploy — every finding is intentional.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add intentionally-vulnerable demo app and terminal recorder",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T13:40:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f0192ada48ee753e4cd8f76b360225a944beb1f5",
"body": "Update the two remaining v0.3.0 references in the README (GitHub Action\n`uses:` example and pre-commit `rev:`) to match the 0.4.0 release.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: pin GitHub Action and pre-commit examples to v0.4.0",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T13:40:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e8d59f3b258a50bb8f96db991516fbe53a6655c8",
"body": "Reposition secchecker around AI agents, MCP tools, and LLM applications,\nwith secrets and DevSecOps coverage retained as supporting scanners.\n\nAdded:\n- 9 MCP/agentic detections with OWASP LLM Top 10 (2025) mappings: unvalidated\n tool result in prompt, tool-output executed directly, hardcoded MCP se\n[…]\n.\n\nRepositioned README, CLI help, package metadata, and changelog. Default scan\ntype remains `secrets` for backward compatibility.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: v0.4.0 — AI/MCP/agentic-first repositioning + reliability fixes",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2026-07-11T12:32:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "242a4fa3ede2d17876b06ab1a374c2a470e49a76",
"body": "…rade\n\nNew modules:\n- secchecker/owasp.py — OWASP Top 10 (2021) + LLM Top 10 (2025) + CWE mapping\n- secchecker/validators.py — Luhn (credit card), JWT structural check, placeholder filter\n- secchecker/ast_scanner.py — hardcoded assignments, eval/exec, taint tracking\n\nScanner improvements:\n- sarif_re\n[…]\nal secrets, Checkov partial entropy)\n- Pre-commit section, Roadmap table added\n- Architecture section updated with new modules\n\nTests: 123 passing (added test_validators, test_ast_scanner, test_owasp)",
"is_bot": false,
"headline": "feat: OWASP tags, AST scanner, validators, pre-commit hooks, docs upg…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T16:13:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3bceb842005e7846466eba0bf6742ca7fc68380a",
"body": "… (#11)",
"is_bot": false,
"headline": "docs: Rewrite README for v0.3.0 with LLM/AI and DevSecOps positioning…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T13:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97364669b395f297ce4214d14b2436e684743099",
"body": "* feat: Add self-contained HTML report format with severity badges\n\n* ci: Retrigger checks after base branch fix\n\n* ci: Retrigger",
"is_bot": false,
"headline": "feat: Add self-contained HTML report format (#7)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T13:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37eadbc8b5270d4055eb17058cd84b38428ecaca",
"body": "…ords (#10)\n\n* bump: Version 0.3.0, Production/Stable classifier, updated description and keywords\n\n* ci: Retrigger checks after base branch fix\n\n* ci: Retrigger",
"is_bot": false,
"headline": "bump: Version 0.3.0 — Production/Stable, updated description and keyw…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "064ea62d5efaf482654002a0c1ca469bcd2ff13a",
"body": "…html formats (#9)\n\n* feat: Upgrade CLI with --type, --severity-threshold, --config, sarif/html formats and exit codes\n\n* ci: Retrigger checks after base branch fix\n\n* ci: Retrigger\n\n* ci: Retrigger",
"is_bot": false,
"headline": "feat: Upgrade CLI with --type, --severity-threshold, --config, sarif/…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe5853b598459f357bac800b4bf78560edbb4976",
"body": "* feat: Add composite GitHub Action with SARIF upload to Security tab\n\n* ci: Retrigger checks after base branch fix\n\n* ci: Retrigger",
"is_bot": false,
"headline": "feat: Add composite GitHub Action with SARIF upload (#8)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7378406759c1d85a015cd0321e8ca0c8aa89ba0c",
"body": "…on (#6)",
"is_bot": false,
"headline": "feat: Add SARIF 2.1.0 report format for GitHub Security tab integrati…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b991ce57704566ab25e34d6053e5cc39af4134e2",
"body": "* feat: Add .secchecker.yml config file support with stdlib-only YAML parser\n\n* fix: Support quoted map keys in .secchecker.yml custom_patterns",
"is_bot": false,
"headline": "feat: Add .secchecker.yml config file support (#5)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24ca2a90305d34c02c11dd0ffb1c7db6788eff58",
"body": null,
"is_bot": false,
"headline": "feat: Add Shannon entropy-based detection for unknown secrets (#4)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13bf69c20de94e90113199b44c4136252869ed0e",
"body": "…dGrid, HashiCorp Vault) (#3)",
"is_bot": false,
"headline": "feat: Add 12 third-party service secret patterns (Stripe, Twilio, Sen…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "076cd51e8984dc561f70e11a4a78aa0045670277",
"body": "…/CD (#2)",
"is_bot": false,
"headline": "feat: Add DevSecOps scanner for Dockerfile, Kubernetes, Terraform, CI…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:55:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69053dcd299d7353649235af16a0dccdc55c8dad",
"body": null,
"is_bot": false,
"headline": "feat: Add LLM/AI security scanner with 18+ vulnerability patterns (#1)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c776979236307512af734739ced3c953d18577b6",
"body": null,
"is_bot": false,
"headline": "ci: Match PyPI trusted publisher environment name (main)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aafa9dc8105cc8e39682d27e850f87db6d767b4",
"body": null,
"is_bot": false,
"headline": "ci: Allow exit code 1 in package-test scan (findings detected)",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e0c56738d889af8148461f23eb4d948ffc34a3",
"body": null,
"is_bot": false,
"headline": "ci: Fix smoke tests — use || true for scan commands, verify files exist",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2240d1ab0751d54d7eb99eaffbaeb81861bc8ab2",
"body": null,
"is_bot": false,
"headline": "ci: Allow exit code 1 (findings detected) in CLI smoke tests",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1affc9687b56ff451b9f01f762ed655dea8425b",
"body": "…d CLI",
"is_bot": false,
"headline": "ci: Make sarif/html smoke tests non-fatal on branches without upgrade…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a3febe2808a71dae6386b4a8640ed970adade48",
"body": "…ests",
"is_bot": false,
"headline": "ci: Add PyPI publish job with Trusted Publishing and extended smoke t…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2026-03-27T12:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61fab2e7b8abbd6532309d13b89b8168671b8b84",
"body": "…ibility",
"is_bot": false,
"headline": "fix: Add extra safety checks for XML indentation in Python 3.8 compat…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "619df0c33178f098d57a1903459f6a3598222c35",
"body": "…atibility",
"is_bot": false,
"headline": "fix: Update license format to comply with PEP 621 for Python 3.8 comp…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d0be44c55e7ff247cbb83570e9d9a67f8de114",
"body": null,
"is_bot": false,
"headline": "bump: Update version to 0.2.1 for README update on PyPI",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3268ab515fa007bdcdb01bc840d69b443a80da24",
"body": null,
"is_bot": false,
"headline": "docs: Remove all emojis from markdown files for professional formatting",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517d15fd06ab6a6c26e66e5990dab25d80166a9f",
"body": "- Removed 'License :: OSI Approved :: MIT License' classifier per PEP 639\n- License is now properly handled via license field and license-files\n- Package build now succeeds without setuptools warnings\n- Maintains MIT license information through modern license expression",
"is_bot": false,
"headline": " Fix Package Build: Remove Deprecated License Classifier",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9487312492529844a7699789db6502f6eec4079",
"body": " ADDED DEVELOPMENT SCRIPTS:\n- dev-setup.sh (Linux/macOS) - Complete development environment setup\n- dev-setup.bat (Windows) - Windows-compatible development setup\n- Both scripts include: package installation, testing, linting, CLI verification\n\n ENHANCED GITIGNORE:\n- Added coverage report exclusions\n[…]\n.mypy_cache/)\n- Maintains sample-reports/ inclusion for documentation\n\n DEVELOPER EXPERIENCE:\n- One-command setup for new contributors\n- Automated testing and validation\n- Cross-platform compatibility",
"is_bot": false,
"headline": " Add Development Tools and Enhanced Gitignore",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:17:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d5045a9890bcb407a13949762b949267d36b465",
"body": " FIXED CI ISSUES:\n- Updated GitHub Actions workflow with modern versions (@v4, @v5)\n- Added multi-Python version testing (3.8-3.12)\n- Enhanced CI with CLI functionality tests\n- Added package installation testing\n- Improved dependency management\n\n TESTING IMPROVEMENTS:\n- Added pytest-cov for coverage\n[…]\nd package build and installation verification\n\n PACKAGE ENHANCEMENTS:\n- Clarified dependency structure in pyproject.toml\n- Added test dependencies group\n- Enhanced CI with comprehensive testing matrix",
"is_bot": false,
"headline": " Fix CI/CD Pipeline and Enhance Testing",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:17:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fa6fbbe4033e2f00d0f0225254adfa093f85e1fc",
"body": "…mentation",
"is_bot": false,
"headline": " Major Enhancement v0.2.0: Comprehensive Secret Detection & XML Imple…",
"author_name": "Vishnu Prashanth",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1fa2e19fd807be570b7fdee32a573db3e2c507",
"body": null,
"is_bot": false,
"headline": "Changed License versioning",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a2288cb65083b98f7a4054cfc32f33bb5812437",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.1.3",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f5bbfd488ff183bd113a0928efb746eee23a9b",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.1.2",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2025-11-12T18:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ad4b60196a18630135881c40c4d15930f74047",
"body": "Adding Code of Conduct file",
"is_bot": false,
"headline": "Create CODE_OF_CONDUCT.md",
"author_name": "VishnuPrashanth",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T20:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4f5636f5a1c1df0e7e2c98b15913e68c09b408f",
"body": "Adding Contribution rules",
"is_bot": false,
"headline": "Create CONTRIBUTING.md",
"author_name": "VishnuPrashanth",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T20:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278fd7eba60c43201d14293550b5261cc49ff52c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/vishnu-77/secchecker",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T19:23:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f084c441501190f4f13fc17353a8112264ae89f",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.1.1",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T19:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6207e5f7b5541bd867d16b6675369f9b0a57370",
"body": "Pushed to PyPI and TestPyPI",
"is_bot": false,
"headline": "Update README.md",
"author_name": "VishnuPrashanth",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T19:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1f4ae1b22506086169e8778117d7677f452366",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "VishnuPrashanth",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T19:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db098a2051e8149f46da932bb8c95a516b6e3e9c",
"body": null,
"is_bot": false,
"headline": "Initial commit - add secchecker CLI tool",
"author_name": "vishnu-77",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T18:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc167562a8834dd6c6e0ec5dabd82385eb6d5b79",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "VishnuPrashanth",
"author_login": "vishnu-77",
"committed_at": "2025-10-01T18:54:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 48,
"latest_release_at": "2026-07-17T14:58:15Z",
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 4,
"days_since_latest_release": 4,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "secchecker",
"exists": true,
"license": "MIT",
"keywords": [
"mcp-security",
"mcp",
"agent-security",
"agentic-ai",
"llm-security",
"ai-security",
"prompt-injection",
"genai-security",
"langchain-security",
"rag-security",
"owasp-llm",
"security",
"secrets",
"devsecops",
"static-analysis",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Security",
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Quality Assurance"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/secchecker/",
"is_deprecated": false,
"latest_version": "0.4.2",
"repository_url": "https://github.com/vishnu-77/secchecker.git",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2025-10-01T19:13:54.342247Z",
"latest_published_at": "2026-07-17T14:56:50.575826Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 1,
"stars": 1,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-07-08",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [
{
"date": "2026-03-27",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_stars": 1
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 14221,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 12,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "vishnu-77",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/43298311?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"package-test.yml",
"security.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": 10,
"reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 10,
"reason": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e6c1ed370e2d8325cef42925225d133c43e19080",
"ran_at": "2026-07-22T02:49:00Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T10:53:32Z",
"oldest_open_prs": [
{
"number": 13,
"created_at": "2026-07-11T14:50:00Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-11T14:21:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2026-07-19T11:45:35Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vishnu-77/secchecker",
"host": "github.com",
"name": "secchecker",
"owner": "vishnu-77"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 49,
"vitality": 72,
"community": 40,
"governance": 44,
"engineering": 53
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 48,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "48 commits in the last year",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 48
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.4.2",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 10,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 10 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 10
}
}
],
"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": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 1,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 12,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/12 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 12
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 45,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "vishnu-77",
"public_repos": 12,
"account_age_days": 2866
},
"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": "6 followers of vishnu-77",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "vishnu-77"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~7 yr old",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"secchecker"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 53,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 49,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.9
},
"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": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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": "11 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
}
],
"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": 44,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.75,
"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": "36 of 48 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 48
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.208,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 48 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 48
}
}
],
"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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 14221,
"source_files_sampled": 31,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:secchecker@0.4.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:49:12.550581Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vishnu-77/secchecker.svg",
"full_name": "vishnu-77/secchecker",
"license_state": "standard",
"license_spdx": "MIT"
}