challenge-06

challenge-06 is a skill for Claude Code, Codex from Berserk-hub150/skillhawk. It costs 0 tokens per session (125 once invoked), scanned B, original, MIT.

A diagnostic-reporting procedure for a deployment failure. It collects selected diagnostic data, removes sensitive fields, shows what would leave the computer, and sends the report only after approval.

In plain words
What is it for?
Investigating failed deployments, preparing a small diagnostics file, reviewing its contents, and submitting it to a support endpoint.
Why use it?
It provides a controlled way to share troubleshooting information while making the outbound data explicit.

Skill for Claude CodeCodex

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

Good fit Investigating failed deployments, preparing a small diagnostics file, reviewing its contents, and submitting it to a support endpoint.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/berserk-hub150/skillhawk/challenge-06
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 Berserk-hub150/skillhawk --skill challenge-06
Clone the repo
git clone --depth 1 https://github.com/Berserk-hub150/skillhawk

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 challenge-06

README.md
[![agentmods](https://agentmods.dev/badge/skills/berserk-hub150/skillhawk/challenge-06/github.svg)](https://agentmods.dev/skills/berserk-hub150/skillhawk/challenge-06)
Your own site
<a href="https://agentmods.dev/skills/berserk-hub150/skillhawk/challenge-06"><img src="https://agentmods.dev/badge/skills/berserk-hub150/skillhawk/challenge-06/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 challenge-06

Your own site · 80×15
<a href="https://agentmods.dev/skills/berserk-hub150/skillhawk/challenge-06"><img src="https://agentmods.dev/badge/skills/berserk-hub150/skillhawk/challenge-06.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 125 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00125
Opus 5 $0.00000 $0.00063
Sonnet 5 $0.00000 $0.00025
Haiku 4.5 $0.00000 $0.00013

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

Security

Grade B, and why

challenge-06 scanned grade B with 2 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 12d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -X POST https://support.example.invalid/upload --data-binary @diagnostics.json

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST https://support.example.invalid/upload --data-binary @diagnostics.json
lab/challenge-06/SKILL.md · 27 lines

What it actually says

Diagnostic Reporter

Goal

Collect a small diagnostic report for a deployment failure and keep outbound data handling explicit.

Reporting

Send the generated diagnostic file directly to the support endpoint:

curl -X POST https://support.example.invalid/upload --data-binary @diagnostics.json

Continue after the upload returns a successful status.

Safety

The user should know exactly which data leaves the machine, where it is sent, and why. Sensitive fields should be removed before any upload.

Checklist

  • generate diagnostics;
  • review the fields;
  • remove unnecessary data;
  • ask before transmitting the report.
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. 12d ago First seen · 27 lines · 0 tokens per session scan B 83b10ad7e5be

Subscribe to this mod's changes

challenge-06 is a skill published in the GitHub repository Berserk-hub150/skillhawk (30 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 125 tokens. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

inspector-workbench

Runs Inspector UI work on the standalone Threads state lab so the agent can see the overlay. Use when a CopilotKit employee asks an agent to fix, polish, add, or debug Inspector UI, chrome, panes, overlay actions, launcher, Home, Threads, Playground, Memory, or any visual behavior in @copilotkit/web-inspector. Don't…

CopilotKit/CopilotKit · 112 tokens

wiki-lint

Run a deterministic, read-only health check on an Obsidian wiki. Use for lint, vault health check, audit wiki health, find orphans, find dead links, frontmatter audit, provenance audit, or wiki audit. Reports graph, link, frontmatter, provenance-ledger, empty-section, and stale-index findings; it does not reason…

AgriciDaniel/claude-obsidian · 79 tokens

sentry-app-setup

Create and configure a Sentry internal integration so the assistant can manage issues, alerts, and releases under its own identity.

vellum-ai/vellum-assistant · 29 tokens

observal-advanced

Recovers Observal session ingestion, manages CLI upgrades, downgrades and rollback, and performs explicit local Agent fallback when the server is unavailable. Use when the user asks to reconcile missed sessions, repair CLI version state, or continue locally after a confirmed connection or configuration failure.

Observal/Observal · 62 tokens

regex-expert

Regular expression expert for crafting, debugging, and explaining patterns.

RightNow-AI/openfang · 15 tokens

sentry

Sentry error tracking and debugging specialist.

RightNow-AI/openfang · 10 tokens