Skip to content

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:19
· 1 commit to main since this release

CloverSec CTF For Example 0.4.1

Install as a Codex marketplace from GitHub:

codex plugin marketplace add D1a0y1bb/CloverSec-CTF-ForExample --ref v0.4.1
codex plugin add cloversec-ctf-forexample@cloversec-ctf

Highlights

  • Added cloversec_ctf_collect_execute, a real collection executor that runs task_plan.search_tasks and writes search_results.json, ctf_cases.jsonl, and evidence files.
  • Added material collection from search results: direct attachment URL preview, GitHub Release lookup, repository tree preview, download sandbox output, and clear failure reasons.
  • Added cloversec_ctf_resource_route to classify a local material directory and route it to Dockerizer, attachment packaging, writeup generation, or manual review.
  • Added Dockerizer handoff output for source, Dockerfile, compose, image tar, and service-style challenges so upstream Docker assets are not mistaken for CloverSec platform deliverables.
  • Added Hub session state tracking for logged-in Chrome assisted filling, upload status, pre-submit screenshot, manual submit state, and visible Hub id.
  • Updated skill prompts so Codex starts from task-level actions instead of exposing users to many internal tools.
  • Simplified plugin display text around the actual user work: collect, download, identify, convert, write manuals, prepare Hub, and deliver Chinese handoff packages.

Validation

  • Full unit test suite passed.
  • Official plugin validation passed.
  • Release validation passed.
  • Real CLI smoke tests covered collection execution, material collection, resource routing, and Hub session state.