Install payload
Install payload is broadly covered in current results.
100% (12/12)
1 trusted · 18 review in this set — compare to see which signals differ.
19 results in this view
3 trust signals differ in this sample: Package trust, Source provenance, Submitter
Signals differ on Package trust, Source provenance, Submitter — add entries to compare before you install.
Rollout signal scan
Biggest gaps: metadata review, package integrity. 0 entries have 2+ required gaps.
Install payload
Install payload is broadly covered in current results.
100% (12/12)
Most at-risk entries in this view
Claude Code Sandboxed Bash Policy Capability Pack Skill
No required rollout gaps
Destructive SQL Bash Guardrail Hook
No required rollout gaps
Package Download Checksum Guard - Claude Code Hook
No required rollout gaps
Sandboxed Bash Setup For Autonomous Coding Agents
No required rollout gaps
API Latency Breakdown - Statuslines
No required rollout gaps
Adoption queue
0/19 visible results are ready for staged adoption under this preset.
1 blockers: Metadata review
70/100
Request metadata review from maintainers or internal owners.
skills/log-parsing-incident-timeline · trust trusted · confidence 83%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
statuslines/api-latency-breakdown · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
skills/claude-code-checkpoint-recovery-capability-pack · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
skills/claude-code-sandboxed-bash-policy-capability-pack · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
hooks/dead-code-eliminator · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
hooks/unsafe-shell-command-blocker-hook · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
statuslines/five-hour-window-tracker · trust review · confidence 67%
1 blockers: Metadata review
50/100
Request metadata review from maintainers or internal owners.
Collect package checksum or signed artifact information.
statuslines/git-status-statusline · trust review · confidence 67%
Decision confidence
1/19 results are high-confidence for the selected preset.
Confident candidate for staged adoption.
74/100
skills/log-parsing-incident-timeline · trust trusted
Address Metadata review, Package integrity before broader rollout.
54/100
statuslines/api-latency-breakdown · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
skills/claude-code-checkpoint-recovery-capability-pack · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
skills/claude-code-sandboxed-bash-policy-capability-pack · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
hooks/dead-code-eliminator · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
hooks/unsafe-shell-command-blocker-hook · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
statuslines/five-hour-window-tracker · trust review
Address Metadata review, Package integrity before broader rollout.
54/100
statuslines/git-status-statusline · trust review
Freshness distribution
Median age 165 days; 6 fresh of 12 scanned. Re-verify the oldest entries.
Theme distribution
63% of this view shares the top theme. Leading themes: bash, claude-code, hooks.
70 distinct themes across 19 scanned
Expert Claude Code sandboxed bash policy capability pack applying documented /sandbox enablement, filesystem and network boundaries, autoAllowBashIfSandboxed review, and fail-closed settings for autonomous shell workflows.
PreToolUse Bash guardrail implementing the Claude Code hooks guide drop-table example: exit 2 with stderr feedback when Bash command text contains a case-insensitive DROP TABLE pattern.
PreToolUse hook that reviews proposed Bash commands for package, installer, and archive downloads, then blocks curl or wget download commands that do not include an adjacent checksum or signature verification step.
Enable Claude Code bash sandboxing for autonomous agents: filesystem and network boundaries, auto-allow rules, dependency checks, and fail-closed settings.
A Claude Code statusline that reads the session JSON on stdin and splits total_duration_ms into API processing time versus network/waiting time (total minus API).
A Claude Code statusline script (bash) that reads cost.total_duration_ms from the statusline JSON on stdin via jq, converts it to elapsed minutes, and renders a 20-character progress bar, a percent-used figure, and a countdown against a 300-minute (5-hour) ceiling, with green/yellow/red ANSI color coding at the 50%.
A Claude Code statusline command (bash) that detects concurrent Claude Code sessions.
A Claude Code SessionEnd hook that scans a project for dead code and writes a report to .claude/reports. It runs available tools per language: ESLint and Knip for JS/TS, autoflake or pylint for Python, Knip for unused npm dependencies, ripgrep for unreferenced src files, and jq to flag zero-coverage files.
Parse web, application, and system logs into structured incidents and timelines with anomaly detection.
Read-only Claude Code PostToolUse hook that runs ShellCheck diagnostics after Claude writes or edits shell scripts, reporting shell portability, quoting, expansion, error-handling, and command-safety issues without modifying files.
Read-only Claude Code PostToolUse hook that runs shfmt diff checks after Claude writes or edits shell scripts, surfacing POSIX shell, Bash, Zsh, and mksh formatting drift without rewriting files or executing scripts.
Clean, performance-optimized statusline with Powerline glyphs showing model, directory, and token count
Source-backed agent that reviews Claude Code's sandboxed Bash configuration for safe boundaries, checking filesystem allow/deny paths, network allowlists, unsandboxed escape hatches, excluded commands, and credential read scope, grounded in the official Claude Code sandboxing docs.
Git-focused statusline showing branch, dirty status, ahead/behind indicators, and stash count alongside Claude session info
Comprehensive multi-line statusline displaying detailed session information across two lines with organized sections and visual separators
Time-tracking statusline showing elapsed session duration, tokens per minute rate, and estimated cost with productivity metrics
Ultra-lightweight plain text statusline with no colors or special characters for maximum compatibility and minimal overhead
Expert Claude Code checkpoint recovery capability pack for auditing automatic edit tracking, choosing restore versus summarize actions in /rewind, and recovering from bad turns without losing git history.
A Claude Code statusline that recreates the Oh My Zsh robbyrussell theme: the cyan ➜ arrow, the working-directory basename, and git:(branch) with a red ✗ when the tree is dirty, plus the active model name. A bash script parses the status JSON with jq.