{"id":48845272,"url":"https://github.com/zack-dev-cm/publish-guard","last_synced_at":"2026-04-15T05:01:37.835Z","repository":{"id":350988237,"uuid":"1206911119","full_name":"zack-dev-cm/publish-guard","owner":"zack-dev-cm","description":"Pre-release audit skill for GitHub repos and ClawHub packages. Catch leaks, weak launch copy, and broken first-run paths.","archived":false,"fork":false,"pushed_at":"2026-04-13T04:11:17.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T06:17:59.350Z","etag":null,"topics":["clawhub","linting","open-source","openclaw","readme","release-engineering","security"],"latest_commit_sha":null,"homepage":"https://clawhub.ai/zack-dev-cm/public-surface-review","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zack-dev-cm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-10T11:31:09.000Z","updated_at":"2026-04-13T04:11:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zack-dev-cm/publish-guard","commit_stats":null,"previous_names":["zack-dev-cm/publish-guard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zack-dev-cm/publish-guard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-dev-cm%2Fpublish-guard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-dev-cm%2Fpublish-guard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-dev-cm%2Fpublish-guard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-dev-cm%2Fpublish-guard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zack-dev-cm","download_url":"https://codeload.github.com/zack-dev-cm/publish-guard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zack-dev-cm%2Fpublish-guard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31826902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["clawhub","linting","open-source","openclaw","readme","release-engineering","security"],"created_at":"2026-04-15T05:01:37.078Z","updated_at":"2026-04-15T05:01:37.821Z","avatar_url":"https://github.com/zack-dev-cm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publish Guard\n\n**Review a repo, README, `SKILL.md`, and release surface before you publish.**\n\nPublish Guard is a small public OpenClaw skill for pre-release audits. It catches obvious leak risks,\npublic-audience mismatch, broken first-run copy, and launch-surface problems before a GitHub repo or\nClawHub skill goes live.\n\n## Proof\n\n```md\n# Publish Guard Audit\n\n- Recommendation: **Publish**\n- Launch copy score: **100/100** (publish-ready)\n- Leak scan: **0** findings\n- Public surface scan: **0** findings\n```\n\n## Quick Start\n\n```bash\npython3 skill/publish-guard/scripts/scan_leaks.py \\\n  --root . \\\n  --out /tmp/publish-guard-leaks.json\n\npython3 skill/publish-guard/scripts/scan_public_surface.py \\\n  --root . \\\n  --out /tmp/publish-guard-surface.json\n\npython3 skill/publish-guard/scripts/score_launch_copy.py \\\n  --readme README.md \\\n  --out /tmp/publish-guard-copy.json\n\npython3 skill/publish-guard/scripts/render_public_audit.py \\\n  --repo . \\\n  --leaks /tmp/publish-guard-leaks.json \\\n  --surface /tmp/publish-guard-surface.json \\\n  --copy /tmp/publish-guard-copy.json \\\n  --out /tmp/publish-guard-audit.md\n```\n\n## What It Catches\n\n- absolute paths, localhost URLs, websocket endpoints, and token-shaped strings\n- operator-facing or internal language near the top of a public README\n- missing or buried quick starts\n- oversized public `SKILL.md` files\n- internal launch docs accidentally left in a public repo\n- public prompts and metadata that read like internal control text instead of a user-facing product\n\n## Included\n\n- `skill/publish-guard/SKILL.md`\n- `skill/publish-guard/agents/openai.yaml`\n- `skill/publish-guard/scripts/scan_leaks.py`\n- `skill/publish-guard/scripts/scan_public_surface.py`\n- `skill/publish-guard/scripts/score_launch_copy.py`\n- `skill/publish-guard/scripts/render_public_audit.py`\n\n## Use Cases\n\n- review a GitHub repo before making it public\n- review a ClawHub skill before publishing or bumping a version\n- compare two README directions and choose the cleaner public story\n- audit release notes and social copy for leaks and audience mismatch\n\n## License\n\nMIT No Attribution (MIT-0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzack-dev-cm%2Fpublish-guard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzack-dev-cm%2Fpublish-guard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzack-dev-cm%2Fpublish-guard/lists"}