Pack comparison
Two packs, side-by-side. Merged comparisons, shared shape, and diff highlights in one view.
seven-safety-layers
Defense-in-depth for tool execution. Deny > ask > allow. All 7 layers, in order, with honest failure modes.
Install
npx attrition-sh pack install seven-safety-layersToken budget
—
Pass rate
—
Avg tokens
—
Publisher
Agent Workspace
Compatibility
injection-surface-audit
Every agent product ships injection surfaces. Audit them before an attacker does.
Install
npx attrition-sh pack install injection-surface-auditToken budget
—
Pass rate
—
Avg tokens
—
Publisher
Agent Workspace
Compatibility
Shared shape
What both packs have in common
Overlap across canonical pattern, compatibility, tags, and required packs.
Compatibility
Tags
Merged comparisons
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).
| Source | Alternative | Axis | Winner | Note |
|---|---|---|---|---|
| A | injection-surface-audit | maintainability | Tie | This 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. |
| A | turn-execution-pipeline | complexity | Alternative | Turn 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. |
| A | owasp-llm-top10 | accuracy | A | OWASP 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. |
| B | owasp-llm-top10 | maintainability | B | OWASP LLM Top-10 is a vocabulary; this pack is an actionable checklist tied to specific code patterns. Use together: OWASP for framing, this pack for line-level audit. |
| B | llm-guardrails-middleware | complexity | Alternative | Runtime guardrail middleware (NeMo, Guardrails AI) adds automated filtering — lower manual effort, adds a dependency. This pack is zero-runtime and targets design-time holes. Layered defence uses both. |
| B | red-team-engagement | accuracy | Alternative | A professional red-team engagement finds novel classes a checklist can't. Use this pack monthly; commission a red-team annually. |
Diff highlights
What each pack brings that the other doesn't
Unique coverage and any measurable gap between the two.
Unique to A — Seven Safety Layers
Comparisons not in B
Compatibility A-only
Tags A-only
Unique to B — Injection Surface Audit
Comparisons not in A
Compatibility B-only
Tags B-only
Swap / reset