Skip to content

Add MseeP.ai badge#7

Open
mseep-ai wants to merge 175 commits intocentminmod:masterfrom
mseep-ai:add-mseep-badge
Open

Add MseeP.ai badge#7
mseep-ai wants to merge 175 commits intocentminmod:masterfrom
mseep-ai:add-mseep-badge

Conversation

@mseep-ai
Copy link
Copy Markdown

Hi there,

This pull request shares a security update on my-claude-code-setup.

We also have an entry for my-claude-code-setup in our directory, MseeP.ai, where we provide regular security and trust updates on your app.

We invite you to add our badge for your MCP server to your README to help your users learn from a third party that provides ongoing validation of my-claude-code-setup.

You can easily take control over your listing for free: visit it at https://mseep.ai/app/centminmod-my-claude-code-setup.

Thanks,

The MseeP Team
MCP servers you can trust


MseeP.ai Security Assessment Badge

centminmod and others added 29 commits April 25, 2026 13:05
…ssion-report

Adds three new auto-hiding sections at every scope (session / --project-cost
/ --all-projects), inspired by Anthropic's official session-report skill:

- Cache breaks: single turns whose input + cache_creation exceed a
  configurable threshold (--cache-break-threshold, default 100_000), each
  with ±2 user-prompt context slice.
- Skills & slash commands: invocations / turns / input / cache % / output
  / cost per named skill or /slash command. Slash prefixes de-slashed so
  they merge with Skill-tool invocations of the same name.
- Subagent types: spawn count always; token + cost under --include-
  subagents, with meta.json → filename-regex → fork fallback for type.

Also adds UUID-based cross-file dedup at project + instance scope so
resumed sessions can't double-count; single-session scope keeps the
message.id streaming-split dedup.

HTML/MD/CSV/JSON coverage. 14 new unit tests, 468 total passing.
…t attribution

Rolls subagent token usage onto the user prompt that spawned the chain
via three new additive turn-record fields (attributed_subagent_*). HTML
prompts table sorts by parent + attributed cost by default and shows a
"Subagents +$" column when any top-N row has attribution. Includes
nested-chain support, cycle guard, two new CLI flags
(--no-subagent-attribution, --sort-prompts-by), 14 new unit tests, and
documentation updates.
Fix console theme turn drawer showing transparent background — the
group panel selector set background to rgba(165,139,255,.03) on all
panels including the drawer; override restores var(--bg) (#08080A).
Adds per-turn latency + session wall-clock surfacing, the new
benchmark-effort-prompt multi-variant sweep skill, latency charts
for both benchmark skills, and bugfixes from the dual-AI code review
(stale timestamp inheritance, cross-side averaging halving, 8-col
fallback row, heatmap all-NaN guard, list-content scanner depth).
…cation

Adds Turn Character & Efficiency Signals: classifies every assistant turn
into one of 9 waste categories (productive, retry, cache-heavy, cache payload,
reasoning, file re-read, verbose edit, stuck/truncated, subagent dispatch).
Dashboard shows stacked bar + drill-down cards; detail timeline shows Turn
Character column; JSON/CSV/MD exports include new waste fields.
When a turn carries advisor calls, the per-turn drawer now shows
Advisor input and Advisor output token rows beneath Cache write in the
TOKENS section. Rows are hidden on non-advisor turns.
Bug fix: guard against iterations:null in usage when advisor is not
enabled. Synthetic resume-marker turns from environments without the
advisor feature emit "iterations": null rather than omitting the key,
causing TypeError on project-scope runs. Fixed with `or []` guard in
_cost and _advisor_info.
… within-session split + warm-up columns

- Headline "Subagent share of cost" KPI card with --include-subagents branching
  and lower-bound disclosure when orphan turns exist. Card structure mirrors
  the other KPI cards (kpi-label / big kpi-val / two thin kpi-sub lines).
- Subagent attribution coverage section (themed models-table) — surfaces
  orphans, cycles, max nesting depth, spawn → attributed-turn fanout.
- Within-session spawning split table — median combined cost on spawning vs.
  non-spawning turns per session (≥3 turns each bucket). Descriptive
  correlation, not a counterfactual estimate.
- Two warm-up columns in by_subagent_type: median first-turn cost share +
  SP-amortisation rate.
- Per-prompt badge: appended (NN% of combined cost). Labelled "combined" not
  "of turn".
- Render-time only — no parser changes, no _SCRIPT_VERSION bump.
- 8 new tests; 514 passed, 1 skipped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants