Install
$ agentstack add skill-dayfinggg-claude-code-codex-skills-delivery-verification ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Delivery Verification
Verification converts a completion claim into inspectable evidence. Passing one command is not sufficient when it does not cover the requested behavior.
Read [verification-evidence.md](references/verification-evidence.md) when constructing a multi-layer evidence matrix, validating a migration, or assessing a staged release. Read [sources.md](references/sources.md) before applying a quality, accessibility, security, supply-chain, or release standard; pin the exact version used.
Verification Workflow
- Reconstruct the acceptance contract.
- Extract requested outcomes, invariants, non-goals, compatibility requirements, allowed side effects, and evidence requirements.
- If criteria are vague, convert them into observable behavior without silently expanding scope.
- Inventory the actual change.
- Inspect current status, exact diff or artifact changes, affected call sites, tests, schemas, dependencies, generated files, and external state.
- Separate intended changes, pre-existing changes, and unexpected changes.
- Build a risk map.
- Rank surfaces by likelihood, impact, reversibility, and detectability.
- Include public contracts, data integrity, authentication and authorization, secrets, concurrency, persistence, migrations, performance, accessibility, compatibility, deployment, and rollback when relevant.
- Map criteria and risks to evidence.
- Use the cheapest check that can actually falsify each claim.
- Prefer focused tests and static checks first, then integration, build, end-to-end, manual, security, performance, or operational checks as risk warrants.
- Use independent evidence for critical claims when practical.
- Run checks from verified project commands.
- Discover commands from project guidance, manifests, CI, scripts, or help output.
- Record command, scope, exit status, relevant output, environment, and skipped coverage.
- Do not treat warnings, retries, partial suites, filtered tests, cached results, or flaky reruns as clean success without qualification.
- Inspect what automation misses.
- Review boundary data, user-visible behavior, error paths, cleanup, logs, telemetry, accessibility, migration ordering, rollout, and rollback.
- Confirm generated artifacts and lockfiles were updated only through the established workflow.
- Decide readiness.
- Mark each criterion
verified,failed,blocked, ornot checkedwith evidence. - A result is ready only when required criteria are verified and residual risk is acceptable and explicit.
- Keep authorization separate from readiness: verification may recommend a deploy, migration, rollback, or external write but does not authorize it.
Validation Ladder
Choose only relevant levels and stop escalating when evidence is sufficient:
- Artifact review: syntax, schema, exact diff, formatting, and structural validity.
- Focused static checks: compiler, type checker, linter, parser, migration validator, or policy check.
- Focused behavior: regression test, unit test, reproduction, or deterministic script.
- Boundary behavior: integration, contract, database, browser, CLI, or service test.
- Package or application health: build, broader suite, smoke test, or representative user flow.
- Operational fitness: security, performance, migration rehearsal, observability, staged rollout, backup, rollback, and recovery.
High-Risk Gates
- Data or migrations: dry run, affected-row preview, backup or restore path, expand-contract compatibility, rollback or compensating action, and staging rehearsal.
- Auth, security, payments, privacy, or secrets: focused threat review, negative authorization cases, redaction, least privilege, and current primary guidance.
- Concurrency or distributed work: deterministic stress where possible, ordering, idempotency, cancellation, retries, partial failure, and resource bounds.
- User interfaces: real interaction when available, keyboard and focus behavior, accessibility, responsive states, loading, empty, error, and recovery paths.
- Performance: defined metric and environment, before and after measurement, representative load, and regression budget.
- External writes or deploys: exact target, authorization, preview, health signal, stop threshold, rollback owner, and post-change verification.
Failure Handling
- Use failed output as evidence. Diagnose before changing code or weakening a check.
- For suspected flakes, reproduce under controlled conditions, preserve logs, and report both attempts. Do not rerun until green and call it success.
- Treat a cached result, skipped test, warning-only failure, filtered suite, stale artifact, or mismatched environment as qualified evidence, never an unqualified pass.
Evidence Matrix
Use a compact table when multiple claims need proof:
| Criterion or risk | Evidence | Status | Residual gap |
|---|---|---|---|
| Requested behavior | Focused test or inspected artifact | verified | None |
| Backward compatibility | Contract or integration check | not checked | Reason and impact |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dayfinggg
- Source: dayfinggg/claude-code-codex-skills
- License: MIT
- Homepage: https://dayfinggg.github.io/claude-code-codex-skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.