Agent Workspace

Pack comparison

Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.

ACommunitysecurityv0.1.0Recommended
Seven Safety Layers

seven-safety-layers

Defense-in-depth for tool execution. Deny > ask > allow. All 7 layers, in order, with honest failure modes.

npx attrition-sh pack install seven-safety-layers

Token budget

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex
BCommunityreferencev0.1.0Recommended
Nine Context Sources

nine-context-sources

CLAUDE.md is user context, not system prompt. 9 sources, 4 hierarchy levels, zero embeddings.

npx attrition-sh pack install nine-context-sources

Token budget

Pass rate

Avg tokens

Publisher

Agent Workspace

claude-codecursorcodex

What both packs have in common

Overlap across canonical pattern, compatibility, tags, and required packs.

claude-codecursorcodex
claude-code-internalsdive-into-claude-code

Head-to-head claims from both packs

Each row is attributed to the pack that authored it. The winner column is normalised to this compare view (A / B / Tie).

SourceAlternativeAxisWinnerNote
Ainjection-surface-auditmaintainabilityTieThis pack is the architecture; injection-surface-audit is the checklist. Use the architecture for design decisions, the checklist for per-release audits. Complementary, not substitutes.
Aturn-execution-pipelinecomplexityAlternativeTurn pipeline describes the outer 9-step loop; this pack expands step 7 (permission gate) into its 7-layer decomposition. Pipeline is simpler because it treats the gate as one step; safety layers are the hard part.
Aowasp-llm-top10accuracyAOWASP LLM Top 10 is a vocabulary for LLM-app vulnerabilities; this pack is a specific architecture. Use OWASP to name the risks, this pack to verify the layers.
Bclaude-code-guidemaintainabilityTieClaude Code Guide is the operator recipe (how to write AGENTS.md/CLAUDE.md); this pack is the architectural why (what CLAUDE.md is and is not). Use the guide to write the file, this pack to decide what belongs in it.
Brag-hybrid-bm25-vectorcomplexityBVector-DB RAG is the canonical retrieval pattern; Claude Code's file-based memory is the opposite bet (no embeddings, LLM scan of up to 5 file headers). Compare costs: vector adds index + latency + opacity; file-based is simple and auditable. Start with file-based; measure before adopting vector.
Bseven-safety-layersaccuracyAlternativeSafety layers are where enforcement lives deterministically; CLAUDE.md is where instruction lives probabilistically. For hard rules, safety-layers wins on accuracy because it actually blocks calls; this pack explains why CLAUDE.md can't.

What each pack brings that the other doesn't

Unique coverage and any measurable gap between the two.

Comparisons not in B

injection-surface-auditturn-execution-pipelineowasp-llm-top10

Compatibility A-only

(none)

Tags A-only

securitypermissionsdefense-in-depthssrf-and-sandbox

Comparisons not in A

claude-code-guiderag-hybrid-bm25-vectorseven-safety-layers

Compatibility B-only

(none)

Tags B-only

referencecontextclaude-mdmemory