issue

A command that opens a pre-filled GitHub Issue, a public ticket for reporting repository problems or requests, in your default browser. It targets the dxkit project and includes the information you provide.

In plain words
What is it for?
Use it to report bugs, false positives, missing findings, feature requests, or documentation problems.
Why use it?
It removes the need to manually find the project, choose an issue type, and assemble basic diagnostic details. Reports are kept in GitHub's searchable issue-tracking system.

Command

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.

agentmods
npx agentmods add commands/vyuh-labs/dxkit/issue
Clone the repo
git clone --depth 1 https://github.com/vyuh-labs/dxkit
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,196 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01196
Opus 5 $0.00000 $0.00598
Sonnet 5 $0.00000 $0.00239
Haiku 4.5 $0.00000 $0.00120

Measured 2d ago against content hash 735613ad5f01, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

issue 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 2d 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.

docs/commands/issue.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

vyuh-dxkit issue

Open a pre-filled GitHub Issue against vyuh-labs/dxkit in your default browser. Use it when you want to report a false positive, a missing finding, a dxkit bug, a feature request, or a docs gap.

The dxkit team triages issues in GitHub Issues — this CLI is the fastest path from "I noticed something" to "the team has a ticket they can search, dedup, and assign."

Why this exists

The team needs customer signal to improve dxkit:

  • False positives tell us a scanner rule is too noisy.
  • Missing findings tell us a rule is too narrow.
  • Bugs tell us the install / hook / report pipeline broke.
  • Feature requests tell us where the product should grow.
  • Docs gaps tell us where the install/usage story confuses real users.

Sending these to GitHub Issues (rather than email or a web form) keeps triage centralized — labels, assignees, dedup search, notifications. You also get a public link to your own issue so you can subscribe to status updates.

Usage

# Interactive — opens browser to the new-issue form pre-filled
# with env info + your description
vyuh-dxkit issue --type=bug --about="vyuh-dxkit doctor crashes on macOS arm64"

# Report a false positive against a specific finding
vyuh-dxkit issue --type=false-positive \
    --fingerprint=a3f9c0e8b7d2e1f4 \
    --about="the scanner flags my intentional test-fixture API key"

# Feature request — no fingerprint needed
vyuh-dxkit issue --type=feature-request \
    --about="add SARIF export to vulnerabilities subcommand"

# Print URL to stdout instead of opening a browser
# (useful in CI / SSH sessions without a browser handler)
vyuh-dxkit issue --type=docs --about="..." --no-browser

Types

--type When to use GitHub label
false-positive Scanner flagged something that isn't actually an issue false-positive
missing-finding Scanner should have flagged something but didn't missing-finding
bug dxkit itself is broken (CLI crashes, report wrong, etc.) bug
feature-request New functionality you'd like enhancement
docs Documentation is wrong / missing / unclear documentation

Read the full file on GitHub · 133 lines

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. 2d ago First seen · 133 lines · 0 tokens per session scan A 735613ad5f01

Subscribe to this mod's changes

issue is a command published in the GitHub repository vyuh-labs/dxkit (10 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,196 tokens. 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-08-31.