codex-utils — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited codex-utils (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use these built-ins when they materially improve accuracy, safety, or speed. Prefer the lightest tool that resolves the need.
functions.update_plan for non-trivial multi-step work. Keep one stepin_progress and mark completed steps as you advance.
functions.request_user_input before risky edits or when a decisioncannot be inferred safely. Ask 1-3 short multiple-choice questions, put the recommended option first, and keep options mutually exclusive.
functions.view_image to inspect a local image from disk when visualdetails matter. Pass an absolute path. Use detail: original only when high-fidelity inspection is necessary.
web.search_query for current facts, source-backed answers, officialdocumentation, or external verification. Search narrowly and prefer primary sources.
web.open to read a result directly or jump to relevant lines.web.click to follow numbered links inside an opened page.web.find to locate exact text in a long page before opening morecontext.
web.screenshot only for PDFs when a page image is needed.web.image_query when reference imagery or visual comparison helps.web.time when you need the current time for a specific UTC offset.tool_search.tool_search_tool to discover extra MCP tools or pluginsbefore assuming a capability is unavailable.
multi_tool_use.parallel only for independent developer-tool calls thatare safe to run concurrently, such as parallel reads or separate inspections. Do not parallelize dependent steps or tools marked as non-parallel.
answer is already clear and stable.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.