JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 159,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 211655,
"Just": 347,
"Shell": 8255
},
"pushed_at": "2026-05-01T17:05:12Z",
"created_at": "2026-02-18T00:02:03Z",
"owner_type": "Organization",
"updated_at": "2026-05-01T17:05:31Z",
"description": null,
"is_archived": true,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Iron.sh",
"type": "Organization",
"login": "ironsh",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/232963428?v=4",
"created_at": "2025-09-17T23:00:04Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 311
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-03-30T21:56:03Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-29T07:15:04Z"
},
{
"tag": "v0.4.1-alpha.1",
"kind": "prerelease",
"published_at": "2026-03-29T06:20:43Z"
},
{
"tag": "v0.4.0-alpha.1",
"kind": "prerelease",
"published_at": "2026-03-27T18:00:59Z"
},
{
"tag": "v0.3.0-alpha.3",
"kind": "prerelease",
"published_at": "2026-03-17T05:22:58Z"
},
{
"tag": "v0.3.0-alpha.2",
"kind": "prerelease",
"published_at": "2026-03-18T22:17:39Z"
},
{
"tag": "v0.3.0-alpha.1",
"kind": "prerelease",
"published_at": "2026-03-07T02:44:47Z"
},
{
"tag": "v0.2.0-alpha.2",
"kind": "prerelease",
"published_at": "2026-03-02T05:26:32Z"
},
{
"tag": "v0.2.0-alpha.1",
"kind": "prerelease",
"published_at": "2026-03-01T23:49:06Z"
},
{
"tag": "v0.1.0-alpha.6",
"kind": "prerelease",
"published_at": "2026-02-27T17:28:01Z"
},
{
"tag": "v0.1.0-alpha.5",
"kind": "prerelease",
"published_at": "2026-02-26T22:05:32Z"
},
{
"tag": "v0.1.0-alpha.4",
"kind": "prerelease",
"published_at": "2026-02-23T21:44:09Z"
},
{
"tag": "v0.1.0-alpha.3",
"kind": "prerelease",
"published_at": "2026-02-22T23:09:29Z"
},
{
"tag": "v0.1.0-alpha.2",
"kind": "prerelease",
"published_at": "2026-02-20T05:16:47Z"
},
{
"tag": "v0.1.0-alpha.1",
"kind": "prerelease",
"published_at": "2026-02-20T00:46:44Z"
}
],
"recent_commits": [
{
"oid": "12c57240912b3000e9a00a8fc0b9e626e7ac6aae",
"body": null,
"is_bot": false,
"headline": "docs: add deprecation notice for May 31, 2026 shutdown (#26)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-05-01T17:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3a511bae92db67e9497d57f0dbc728ccf7a03b",
"body": "Add mosh_port field to SSHResponse and a --mosh flag to irons ssh that\nconnects via mosh instead of SSH, using the mosh_port returned by the API.",
"is_bot": false,
"headline": "feat: Add mosh support to irons ssh (#25)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-30T21:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd3881f46fc337fa2cb94f87b2d746b16a2b9560",
"body": "…ding (#24)",
"is_bot": false,
"headline": "docs: Rewrite README to cover agents, secrets, egress, and new onboar…",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T07:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e990ebbc4956880d94e17b7a2eb1cb3f5131bbb",
"body": "* fix: Read stdin directly for Enter prompt to avoid buffering issues\n\nbufio.NewReader can conflict with tap/bubbletea's raw-mode terminal\nhandling, causing the Enter prompt to not register. Read one byte at a\ntime from os.Stdin directly instead.\n\n* fix: Use tap.Text for Enter prompt instead of raw \n[…]\nk: Use SAMPLE_SECRET for example secret, update hint message\n\n* cleanup: Remove unused restoreTerminal, syscall.Exec handles it\n\n* fix: Restore indentation and add back restoreTerminal before SSH exec",
"is_bot": false,
"headline": "fix: Read stdin directly for onboard Enter prompt (#23)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T07:12:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea67931b006fdfa8ac7840332b7dc207f3b6fda8",
"body": "* refactor: Split onboarding into agent and SSH explore paths\n\nAfter sign-up and SSH key registration, prompt the user to either start\ncoding with an agent or create a VM to poke around. The agent path\ncollects a GitHub PAT and harness choice, then launches an agent. The\nSSH path creates an example \n[…]\norld), spins up an \"explore\"\nVM, and drops the user into an SSH session where they can run printenv\nto see secrets injection in action.\n\n* tweak: Update onboarding choice labels to be more descriptive",
"is_bot": false,
"headline": "refactor: Split onboarding into agent and SSH explore paths (#22)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T06:54:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "050be0a12b2fe40d71fe01392b342f0f43c1e575",
"body": "Adds irons env set/destroy/list subcommands backed by the existing\nenv var API endpoints.",
"is_bot": false,
"headline": "feat: Add env command for managing environment variables (#21)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T06:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed69bfe88f8a80045a78d8607a16eb74654a7c59",
"body": "* feat: Add PostHog install telemetry to install.sh\n\nSend a lightweight anonymous event to PostHog on successful install,\ncapturing version, OS, and architecture. Uses a random UUID as the\ndistinct ID to avoid collecting any PII. The request runs in the\nbackground with a short timeout so it never bl\n[…]\nbeing killed when the script exits. Uses a\nsubshell instead of disown for POSIX sh compatibility.\n\n* fix: Rename telemetry event to irons_installed\n\n* fix: Use correct PostHog event ingestion endpoint",
"is_bot": false,
"headline": "feat: Add PostHog install telemetry (#20)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T06:15:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "acf403e657859183fd8b81464ed29d6877982191",
"body": "These options are no longer needed. Removes --prompt, --prompt-file\nflags and -- agent-args passthrough from the agents new command, along\nwith the corresponding fields in the API request/response structs.",
"is_bot": false,
"headline": "refactor: Remove prompt and agent-args options from agents new CLI (#19)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T06:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "505188d6c3c439ae2d3a93ffc7bf2cce4aa3dc6f",
"body": "…rness picker (#18)\n\nThe onboarding agent provider step now just selects a harness (Claude\nCode or Codex) and saves it to config. Claude API key is no longer\nrequired as an onboarding secret or for agent creation.\n\nCo-authored-by: ubuntu <ubuntu@agent-irons>",
"is_bot": false,
"headline": "refactor: Remove Claude API key requirement, make agent provider a ha…",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T03:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca412a3df51e39f741beb640716084684f576053",
"body": "The OAuth credential discovery and storage (keychain, disk, Claude Code\nlogin) added complexity without enough value. Simplify to only support\nAPI keys via $ANTHROPIC_API_KEY or manual paste.\n\nCo-authored-by: ubuntu <ubuntu@agent-irons>",
"is_bot": false,
"headline": "refactor: Remove OAuth secret storage from onboarding flow (#17)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-29T03:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e5846d0e5c23716f4d6843c65c0e898df989f4d",
"body": "Resolves the agent by name or ID, then opens a plain SSH session to\nthe underlying VM. Unlike `agents attach`, this gives a regular shell\nrather than attaching to the agent's tmux session. Supports passing\nremote commands, --tty, and --command flags.",
"is_bot": false,
"headline": "feat: Add agents ssh subcommand for plain SSH to agent VMs (#16)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-27T16:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584d8626fba441d8adbcdaa8ea777d0d3de3639e",
"body": "… (#15)\n\nReplace exec-based SSH in `agents attach` with a Go-native SSH\nconnection (x/crypto/ssh) that supports toggling between a raw PTY\npassthrough and a bubbletea-based egress monitoring TUI via Ctrl-].\n\nFeatures:\n- Raw PTY passthrough with status bar showing egress counts\n- Status bar alerts (r\n[…]\ny\n controls, and detail view\n- Double Ctrl-C (within 1s) exits the session\n- Background poller scoped to session start, drains all pages\n- Proper terminal cleanup (mouse tracking, cursor, alt screen)",
"is_bot": false,
"headline": "feat: Add SSH session with toggleable egress monitor to agents attach…",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-27T16:23:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ef83ed707ea005815847a47b0893dc2a4b64b90",
"body": "…esponse[T] (#14)",
"is_bot": false,
"headline": "refactor: Replace per-resource list response types with generic ListR…",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-27T03:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "718eb005c86a8ce2abb71448790d1caa9bb011c3",
"body": "Adds `irons agents new`, `attach`, `list`, and `destroy` commands for\ncreating and managing AI agent sessions backed by VMs with tmux.\n\nAlso adds a post-onboarding prompt that lists the user's GitHub repos\nand offers to start their first agent session immediately.",
"is_bot": false,
"headline": "feat: Add agents subcommands for managing agent sessions (#13)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-27T03:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e3cdc66e52ae02d34ff1ca42a3687adc85f810",
"body": "Run go vet, go mod tidy check, and tests on pushes to main and PRs.",
"is_bot": false,
"headline": "ci: Add GitHub Actions CI workflow (#11)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-26T20:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1212456b08467430a90ad2ab29a047e84ae16e",
"body": "* feat: Add onboard command for first-run setup\n\nInteractive setup flow that walks users through iron.sh account\ncreation, GitHub token configuration, Claude Code credential\nstorage, and SSH key registration. Each step is idempotent and\nsupports --refresh to re-pull and overwrite stored credentials.\n[…]\nATA\nenv var rather than a third secret, keeping secrets for proxy-swappable\nvalues and env vars for structured non-sensitive data.\n\n* feat: Include subscriptionType and rateLimitTier in OAuth metadata",
"is_bot": false,
"headline": "feat: Add onboard command for first-run setup (#10)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-26T20:44:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65c7ae093ffd69149f20ce90d12499f8e505c39a",
"body": "Add list, add, and remove subcommands under `public-keys` to manage\nSSH public keys via the API.\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add public-keys subcommand for managing SSH keys (#9)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-16T20:29:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a072c72f6b79f62f8555ac7e3339ed0e30fd7357",
"body": "* feat: Add snapshot subcommands (create, list, get, delete)\n\nImplement full snapshot lifecycle management: create snapshots from VMs,\nlist/get/delete them, and restore VMs from snapshots via `vm create --snapshot`.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n* refactor: Rename snapsho\n[…]\ny@anthropic.com>\n\n* feat: Default fork name to <vm-name>-fork-<snapshot-id>\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add snapshot subcommands (#8)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-09T23:10:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5e397ecbcedb32afbcad96f98db64a760f3775c4",
"body": "Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: Update ssh example commands (#7)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-07T02:43:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58a969db986989a4e9ca5cdc39d65d98ffc9b4e4",
"body": null,
"is_bot": false,
"headline": "docs: Update installation link",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-07T02:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6070c197c8cfa42565bc8a99d1b4ee5bd56b10",
"body": "Accept varargs after the VM identifier to pass a remote command to SSH,\nmimicking native ssh behavior. Add -t/--tty flag for pseudo-TTY allocation.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Support remote command execution via ssh subcommand (#6)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-07T02:37:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "48ff3603a534826bbcd7f62b4003239e17f14aa1",
"body": "Per CLAUDE.md, tests should use require from testify for assertions.\nReplaces all assert calls with require to fail fast on first error.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Use require instead of assert in all tests (#5)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-07T02:07:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "806b2cec15a89ae4263bd09dc3b155d495839013",
"body": null,
"is_bot": false,
"headline": "ops: Add CLAUDE.md",
"author_name": "ubuntu",
"author_login": "mslipper",
"committed_at": "2026-03-07T02:05:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39484613d970edfa442a4fb783d07870cfc0fe2a",
"body": "Introduces a reusable test harness that builds the binary once via\nTestMain and runs each test as a subprocess, eliminating cobra/viper\nstate leaking between tests. Adds new test coverage for piped stdin,\nempty list output, hosts display, and table columns.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Replace cobra/viper CLI tests with os/exec test harness (#4)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-07T02:05:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "75518a20c785ef4f3791ceb3f6ff79a0b57bd55d",
"body": "Secrets are no longer tied to a specific provider. Instead, they support\nhost-based scoping via a repeatable --host flag, allowing fine-grained\ncontrol over which hosts can access each secret.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Replace provider with hosts scoping for secrets (#3)",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-07T01:58:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e59a8527d11577e07158a24d58f58bb8c1822772",
"body": "feat: Add --debug-tls-skip-verify flag",
"is_bot": false,
"headline": "Merge pull request #2 from ironsh/feat/debug-tls-skip-verify",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-05T23:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff1baea9103801f2434a7c7df2aaa67bc06939c",
"body": "…ation\n\nUseful for debugging against local or development API servers with\nself-signed certificates.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add --debug-tls-skip-verify flag to disable certificate verific…",
"author_name": "ubuntu",
"author_login": "mslipper",
"committed_at": "2026-03-05T23:51:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf01ae521e33b753e4f7e49b678d9400e3f8285e",
"body": "feat: Add secrets management CLI commands",
"is_bot": false,
"headline": "Merge pull request #1 from ironsh/feat/secrets-cli",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-05T06:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4756281729a4f1136a8a48f7149f6c1aa918e5",
"body": "Add `secrets` subcommand group with list, add, show, update, and remove\ncommands. Includes API client methods, name/ID resolution, interactive\nsecret input with confirmation, and piped stdin support.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add secrets management CLI commands",
"author_name": "ubuntu",
"author_login": "mslipper",
"committed_at": "2026-03-05T06:26:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d39599499d5d33ab69421fc58d6e58522460b6a0",
"body": null,
"is_bot": false,
"headline": "fix: Add some initial output when watching for audit events",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-01T23:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ade7ec312256a68c312787bd80f315e4e65789d1",
"body": null,
"is_bot": false,
"headline": "docs: API key",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-01T20:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdcee63b4cbbcf0546fdd03fdca441775a361cf5",
"body": null,
"is_bot": false,
"headline": "feat: Config-based auth",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-01T20:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835b65a8d8fc79e6e30f008f757064ac6d8ed3e0",
"body": null,
"is_bot": false,
"headline": "docs: Update readme",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-01T07:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fbd27f196d59cce1fdaf63cc1e0fc0e6ac0707f",
"body": null,
"is_bot": false,
"headline": "fix: Post-update test fixes",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-01T07:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde64eda981d25eba87a3ac326963fe8ec13fef4",
"body": "Migrate from legacy API (elrond.ironcd.dev) to new base URL\n(api.iron.sh/v1). Switch from sandbox/name-based addressing to\nVM/ID-based addressing, add cursor-based pagination, restructure\negress management (rules with add/remove instead of allow/deny),\nand update auth endpoints to /auth/device/*.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Update CLI and client to match new v1 API spec",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-03-01T06:38:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "26e85cad9fff76b39924a91652b53195b8bf336d",
"body": null,
"is_bot": false,
"headline": "fix: Handle ctrl+c while waiting",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-28T20:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9cbc400e567b4819360c09f3477877c25b9416f",
"body": null,
"is_bot": false,
"headline": "feat: Scan for additional key types",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-27T17:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf2e04660f5dc1124ed09e38cf618772196a1d7",
"body": null,
"is_bot": false,
"headline": "feat: SCP command",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-26T21:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "637b1a437c16b7bef9f9190c7d072c50a5b074fb",
"body": null,
"is_bot": false,
"headline": "feat: Device code login",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-26T19:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa46fa5aa90f2cdd2439242f8776e9173b1f1cb4",
"body": null,
"is_bot": false,
"headline": "feat: Protocol logging, term colors",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-23T21:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67dd158cfcfebd716bfdc806b5c7f2ea93f238f1",
"body": null,
"is_bot": false,
"headline": "docs: Link to site",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-23T03:29:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f53d2caee1688ecf74302c18b38a322025153ac",
"body": null,
"is_bot": false,
"headline": "feat: Port forwarding",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-22T20:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "933e51613a4c26eb9cb9d9e10ca73d9a811131e3",
"body": null,
"is_bot": false,
"headline": "fix: .dev not .com",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-21T15:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27e93210b580d6f6fb9447e82c886ba0fbd3b25",
"body": null,
"is_bot": false,
"headline": "fix: Default API URL",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T20:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef7ae4909b819d4e2b1e9135da3c53a72c0cf086",
"body": null,
"is_bot": false,
"headline": "docs: Remove unnecessary info in README",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T17:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b32d2212bbeaf57a3f04ff72dcc8ee071a0613d",
"body": null,
"is_bot": false,
"headline": "install: Add installation script",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T17:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "143399ee7c5513c7ee21bfa0cf99133560a129ed",
"body": null,
"is_bot": false,
"headline": "chore: Rename package",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T17:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed04017662671166f2eb9e6489aac5073222d6f",
"body": null,
"is_bot": false,
"headline": "docs: Update API name",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T17:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bf9ced8a9c68f9c6d97004fff81ff168a341710",
"body": null,
"is_bot": false,
"headline": "fix: Remove debugging code",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T05:14:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72811015f92ff75795192bcc8ccfa3f351f5217f",
"body": null,
"is_bot": false,
"headline": "feat: Add list command",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T05:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5498755179236e8e4b34930a4605ee0981529ed",
"body": null,
"is_bot": false,
"headline": "docs: Link to binary release",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd6d1713b24f3715d70e4184b571c4aca29e790",
"body": null,
"is_bot": false,
"headline": "docs: Add get access heading",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e45dbc557a6ae7f6b0eb4909c7c0777edddf6da",
"body": null,
"is_bot": false,
"headline": "docs: Add call CTA",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6e6fb393e01f816ea7162e37db93498e6f6eea",
"body": null,
"is_bot": false,
"headline": "feat: Version output",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cfbd51a97f5e7aafd7b8d6e3d8fca7ec562dabf",
"body": null,
"is_bot": false,
"headline": "ci: Add release automation",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae13bf6bc9650daa32c7899a3b9c154191e3a687",
"body": null,
"is_bot": false,
"headline": "cli,docs: Remove --name flag, update root docs",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "793e7a2b8254dea77294bd98463bc1a5e8f3e04d",
"body": null,
"is_bot": false,
"headline": "feat: Update readme",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c746a300c507d44b3a609ef3eddc5318628b706",
"body": null,
"is_bot": false,
"headline": "feat: Audit command",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-20T00:16:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "080c20acacbc0966c53444213003e6cdf69be454",
"body": null,
"is_bot": false,
"headline": "feat: Remove secrets for now",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T23:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64105aaecdec2a71e51feed145e275c511617cc3",
"body": null,
"is_bot": false,
"headline": "feat: Update README",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T23:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9353ebd175af827d76a72f38cfd21cb76bbaf68b",
"body": null,
"is_bot": false,
"headline": "feat: Toggle strict host key checking",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T23:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239ee228af0f7e0e7870937ffc7ab78b4b7a9d58",
"body": null,
"is_bot": false,
"headline": "feat: Egress mode, refactor waits",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T22:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258630e4a01be358e6e5c2a81d482aa0dc670601",
"body": null,
"is_bot": false,
"headline": "feat: Watch for ready state",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T16:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b1fd3ab389230f063f3666f3f1fc09ff6f2561",
"body": null,
"is_bot": false,
"headline": "feat: Add force flag",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T06:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b563a08eee4ac3429977683be6e7362b300dc6",
"body": null,
"is_bot": false,
"headline": "feat: Add async flag",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T06:32:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e7887a86bf78a6e7b52fb730d5d4ad75727068e",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Matthew Slipper",
"author_login": "mslipper",
"committed_at": "2026-02-19T06:26:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 66,
"latest_release_at": "2026-03-30T21:56:03Z",
"latest_release_tag": "v0.5.1",
"releases_from_tags": false,
"days_since_last_push": 85,
"active_weeks_last_year": 8,
"days_since_latest_release": 117,
"mean_days_between_releases": 3.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/ironsh/irons",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ironsh/irons",
"is_deprecated": false,
"latest_version": "v0.5.1",
"repository_url": "https://github.com/ironsh/irons",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-03-30T21:24:48Z",
"latest_version_yanked": null,
"days_since_latest_publish": 117
}
]
},
"popularity": {
"forks": 2,
"stars": 27,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-03",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 33117,
"source_files_sampled": 36,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 475
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.49.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 65
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 64
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.35.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 11
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"critical": 1
},
"advisory_count": 29,
"affected_count": 3,
"assessed_count": 50,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/fatih/color",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.18.0"
},
{
"name": "github.com/olekukonko/tablewriter",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.3"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/viper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.21.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/yarlson/tap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.13.1"
},
{
"name": "go.yaml.in/yaml/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.4"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.49.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.41.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/charmbracelet/bubbles",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbletea",
"direct": true,
"version": "v1.3.10",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": true,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/olekukonko/tablewriter",
"direct": true,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/viper",
"direct": true,
"version": "v1.21.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/yarlson/tap",
"direct": true,
"version": "v0.13.1",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": true,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.49.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": true,
"version": "v0.41.0",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.11.6",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.15",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/displaywidth",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/stringish",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/erikgeiser/coninput",
"direct": false,
"version": "v0.0.0-20211004153227-1c3628e74d0f",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-localereader",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.19",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-tty",
"direct": false,
"version": "v0.0.7",
"ecosystem": "go"
},
{
"name": "github.com/muesli/ansi",
"direct": false,
"version": "v0.0.0-20230316100256-276c6243b2f6",
"ecosystem": "go"
},
{
"name": "github.com/muesli/cancelreader",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/olekukonko/cat",
"direct": false,
"version": "v0.0.0-20250911104152-50322a0618f6",
"ecosystem": "go"
},
{
"name": "github.com/olekukonko/errors",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/olekukonko/ll",
"direct": false,
"version": "v0.1.4-0.20260115111900-9e59c2286df0",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "v2.2.4",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/sagikazarmark/locafero",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/sourcegraph/conc",
"direct": false,
"version": "v0.3.1-0.20240121214520-5f936abd7ae8",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/subosito/gotenv",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.42.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 50,
"direct_count": 12,
"indirect_count": 38
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 25,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mslipper",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/67953?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "15 out of 25 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/28 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": 0,
"reason": "project is archived",
"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": 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 0,
"reason": "16 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "12c57240912b3000e9a00a8fc0b9e626e7ac6aae",
"ran_at": "2026-07-26T02:53:31Z",
"aggregate_score": 2.7,
"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": "2026-05-01T17:06:03Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-05-01T17:05:12Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ironsh/irons",
"host": "github.com",
"name": "irons",
"owner": "ironsh"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 40% multiplier to weighted overall health and gives it a ceiling of 29.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 29,
"pct": 40
}
}
],
"value": 18,
"inputs": {
"security": 34,
"vitality": 56,
"community": 36,
"governance": 52,
"engineering": 48,
"abandonment_cap": 29,
"abandonment_state": "declared",
"abandonment_multiplier": 40,
"weighted_overall_before_abandonment": 46,
"overall_after_abandonment_multiplier": 18
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"commits_last_year": 66,
"human_commit_share": 1,
"days_since_last_push": 85,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 85 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 85
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "66 commits in the last year",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 66
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project is archived",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.5.1",
"releases_from_tags": false,
"days_since_latest_release": 117,
"mean_days_between_releases": 3.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 117 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 117
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "at_risk",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"cap": 29,
"state": "declared",
"guards": [],
"signals": [],
"red_flag": true,
"multiplier_pct": 40,
"declared_reason": "archived",
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "the repository is archived on GitHub",
"points": 40,
"status": "partial",
"details": [
{
"code": "abandonment_archived",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 2,
"stars": 27,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "27 stars",
"points": 23,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 27
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 52,
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"merged_prs": 25,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "25/26 decided PRs merged",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 25,
"decided": 26
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 17,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ironsh",
"public_repos": 11,
"account_age_days": 311
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17 followers of ironsh",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "ironsh"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~0 yr old",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ironsh/irons"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 117
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 117 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 117
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": "15 out of 25 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 2.7
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "15 out of 25 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 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": "project is archived",
"points": 0,
"status": "missed",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "16 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 50 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 50
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "osv",
"advisories": 29,
"affected_packages": 3,
"assessed_packages": 50,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, unknown 2",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/crypto v0.49.0 (critical 10.0)",
"points": 7,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/crypto v0.49.0 (critical 10.0)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 50,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 81,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.97,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 475
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "64 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 64,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.152,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 66 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 66
}
}
],
"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": "Go",
"largest_source_bytes": 33117,
"source_files_sampled": 36,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/36 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 36,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T02:53:45.444610Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/ironsh/irons.svg",
"full_name": "ironsh/irons",
"license_state": "standard",
"license_spdx": "MIT"
}