trace-harness-launch-failure

trace-harness-launch-failure is a skill for Claude Code, Codex from ashutoshsinghpr7/wikiskill. It costs 31 tokens per session (420 once invoked), scanned A, original, MIT.

A guide for diagnosing failed agent-training runs by checking whether the session actually started before judging its behavior.

In plain words
What is it for?
It is for checking API calls, tool calls, messages, and launch errors, then comparing saved deliverables with the expected grader results.
Why use it?
It prevents empty traces and grading scores from being mistaken for evidence of how an agent performed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for checking API calls, tool calls, messages, and launch errors, then comparing saved deliverables with the expected grader results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ashutoshsinghpr7/wikiskill --skill trace-harness-launch-failure
Clone the repo
git clone --depth 1 https://github.com/ashutoshsinghpr7/wikiskill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trace-harness-launch-failure

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure/github.svg)](https://agentmods.dev/skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure)
Your own site
<a href="https://agentmods.dev/skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure"><img src="https://agentmods.dev/badge/skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trace-harness-launch-failure

Your own site · 80×15
<a href="https://agentmods.dev/skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure"><img src="https://agentmods.dev/badge/skills/ashutoshsinghpr7/wikiskill/trace-harness-launch-failure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 420 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00420
Opus 5 $0.00015 $0.00210
Sonnet 5 $0.00006 $0.00084
Haiku 4.5 $0.00003 $0.00042

Measured 3d ago against content hash 95b06112310e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

trace-harness-launch-failure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/trace-harness-launch-failure/SKILL.md · 42 lines

What it actually says

Trace Harness Launch Failure — empty sessions, scores from deliverables

Problem

Four training traces contain ONLY the initial task prompt: 1 message, 0 tool calls, 0 API calls, ~1 s duration. No agent reasoning, tool call, or final answer anywhere — yet meta.json carries scores (0.0 / 1.0).

Root cause

Every recorded run died at launch: runs/<task>/stdout.txt shows "HTTP 400: default is not a valid model ID" — the harness sent an invalid model ID instead of the configured model, so the agent never executed. The scores were produced by grading the on-disk deliverables against the exact-match graders in tasks.json — not from any recorded agent behavior.

Fix

  • Before analyzing "agent behavior", verify the session actually ran: check api_call_count / tool_call_count / message_count in the trace and stdout.txt for launch errors. Empty trace == no behavioral evidence.
  • When traces are empty, reconstruct ground truth by diffing the on-disk deliverable against the task's grader expectation (tasks.jsongrader.expected), and read spec.md + input data to explain the score.
  • Treat prior-iteration behavioral claims as unverifiable until new traces confirm them; flag evidence status in the run log.
  • Surface the harness bug so the runner is fixed before the next iteration, otherwise every proposal rests on inferred data.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 42 lines · 31 tokens per session scan A 95b06112310e

Subscribe to this mod's changes

trace-harness-launch-failure is a skill published in the GitHub repository ashutoshsinghpr7/wikiskill (133 stars, last pushed 7d ago), licensed MIT. It adds 31 tokens to every session and 420 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.