{"id":50455143,"url":"https://github.com/lordbuffcloud/ck42x-pl-arch","last_synced_at":"2026-06-01T02:01:03.615Z","repository":{"id":361263575,"uuid":"1253787886","full_name":"lordbuffcloud/ck42x-pl-arch","owner":"lordbuffcloud","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-29T21:08:15.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T22:10:03.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lordbuffcloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-29T20:17:38.000Z","updated_at":"2026-05-29T21:08:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lordbuffcloud/ck42x-pl-arch","commit_stats":null,"previous_names":["lordbuffcloud/ck42x-pl-arch"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lordbuffcloud/ck42x-pl-arch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fck42x-pl-arch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fck42x-pl-arch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fck42x-pl-arch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fck42x-pl-arch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lordbuffcloud","download_url":"https://codeload.github.com/lordbuffcloud/ck42x-pl-arch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordbuffcloud%2Fck42x-pl-arch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33756581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-01T02:01:03.000Z","updated_at":"2026-06-01T02:01:03.602Z","avatar_url":"https://github.com/lordbuffcloud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ck42x-pl-arch\n\n**CK42X Payload Lab Architect** — a cross-platform TUI for authorized Flipper Zero training labs.\n\nSource: https://github.com/lordbuffcloud/ck42x-pl-arch\n\nForge mission bundles:\n\n| Artifact | Use |\n|----------|-----|\n| `launch-\u003cslug\u003e.txt` | Flipper BadUSB / Payload Bay inject |\n| `agent-\u003cslug\u003e.ps1` | Windows host agent |\n| `agent-\u003cslug\u003e-linux.sh` | Linux host agent |\n| `agent-\u003cslug\u003e-mac.sh` | macOS host agent |\n| `manifest.json` | Metadata + reviewer notes |\n\n## Install (website one-liner)\n\n**Linux / macOS**\n\n```bash\ncurl -fsSL https://www.ck42x.com/install/ck42x-pl-arch.sh | bash\n```\n\n**Windows (PowerShell)**\n\n```powershell\nirm https://www.ck42x.com/install/ck42x-pl-arch.ps1 | iex\n```\n\n## Run\n\n```bash\nck42x                  # interactive TUI (alias: ck42x-pl-arch)\nck42x forge --title \"repo-check\" --goal \"Safe git health snapshot\" --deploy\nck42x deploy --slug repo-check   # flash last bundle to Flipper\n```\n\n### Deploy to Flipper (USB serial)\n\nAfter forging a Windows handoff mission, `ck42x` can:\n\n1. Upload `launch-\u003cslug\u003e.txt` to `/ext/ck42x-payloads/` (Flipper BadUSB payload).\n2. Place `agent-\u003cslug\u003e.ps1` on the PAYLOADBAY Exfil Disk under `scripts/` — either by copying to an already-mounted `PAYLOADBAY` volume, or by patching `payloadbay.img` and uploading it to `/ext/apps_data/mass_storage/payloadbay.img`.\n\nRequirements: Flipper on the normal desktop (not USB Storage mode), qFlipper closed, Python deps installed (`pyserial`, `pyfatfs`). Set `flipper_port` to `COM10` (or your port) in `~/.config/ck42x-pl-arch/config.json` if auto-detect fails.\n\n## Config\n\n`~/.config/ck42x-pl-arch/config.json`\n\n- `DEEPSEEK_API_KEY` env var is also read when forging with AI agents\n- Output default: `~/Documents/CK42X-PL-Arch/missions/`\n\n## Dev\n\n```bash\ncd ck42x-pl-arch\npython3 -m venv .venv \u0026\u0026 .venv/bin/pip install -e .\n.venv/bin/ck42x-pl-arch\n```\n\n## Safety\n\nAuthorized lab systems only. No keys in generated payloads. Review all artifacts before inject.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordbuffcloud%2Fck42x-pl-arch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flordbuffcloud%2Fck42x-pl-arch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordbuffcloud%2Fck42x-pl-arch/lists"}