Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Configure plugin sandboxing with vm2 or isolated-vm for secure plugin execution.
.claude/skills/a5c-ai-plugin-sandbox-setup/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-01 | ✗→✗ | = Same ✗ | 5% | 0% |
| case-04 | ✗→✗ | = Same ✗ | -13% | 0% |
Configure plugin sandboxing for security.
typescriptimport ivm from 'isolated-vm'; export async function runInSandbox(code: string, context: Record<string, unknown>) { const isolate = new ivm.Isolate({ memoryLimit: 128 }); const vmContext = isolate.createContextSync(); const jail = vmContext.global; for (const [key, value] of Object.entries(context)) { jail.setSync(key, new ivm.ExternalCopy(value).copyInto()); } const script = isolate.compileScriptSync(code); const result = await script.run(vmContext, { timeout: 5000 }); isolate.dispose(); return result; }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 17,199 | 17,402 | +1% | 1 | 1 | 0% | 3,514 | 3,675 | +5% | 0 | 0 | — |
case-02 | fail→pass | 9,547 | 2,956 | -69% | 1 | 1 | 0% | 1,360 | 679 | -50% | 0 | 0 | — |
case-03 | fail→pass | 8,199 | 3,710 | -55% | 1 | 1 | 0% | 1,586 | 765 | -52% | 0 | 0 | — |
case-04 | fail→fail | 17,653 | 12,809 | -27% | 1 | 1 | 0% | 2,911 | 2,526 | -13% | 0 | 0 | — |
case-05 | fail→fail | 8,556 | 6,298 | -26% | 1 | 1 | 0% | 1,571 | 1,324 | -16% | 0 | 0 | — |
case-06 | fail→fail | 8,936 | 2,895 | -68% | 1 | 1 | 0% | 1,626 | 785 | -52% | 0 | 0 | — |
case-07 | fail→fail | 2,874 | 2,332 | -19% | 1 | 1 | 0% | 541 | 606 | +12% | 0 | 0 | — |
case-08 | fail→fail | 3,749 | 2,720 | -27% | 1 | 1 | 0% | 798 | 762 | -5% | 0 | 0 | — |
case-09 | fail→fail | 4,532 | 3,132 | -31% | 1 | 1 | 0% | 845 | 706 | -16% | 0 | 0 | — |
case-10 | fail→fail | 8,377 | 2,649 | -68% | 1 | 1 | 0% | 1,376 | 655 | -52% | 0 | 0 | — |
case-11 | fail→fail | 9,496 | 8,372 | -12% | 1 | 1 | 0% | 1,814 | 1,833 | +1% | 0 | 0 | — |
case-12 | fail→fail | 7,704 | 6,118 | -21% | 1 | 1 | 0% | 1,640 | 1,416 | -14% | 0 | 0 | — |
case-13 | fail→fail | 15,511 | 13,385 | -14% | 1 | 1 | 0% | 2,912 | 3,124 | +7% | 0 | 0 | — |
case-14 | fail→fail | 3,017 | 2,238 | -26% | 1 | 1 | 0% | 526 | 591 | +12% | 0 | 0 | — |
case-15 | fail→pass | 9,214 | 1,915 | -79% | 1 | 1 | 0% | 1,728 | 544 | -69% | 0 | 0 | — |
case-16 | fail→fail | 14,437 | 8,882 | -38% | 1 | 1 | 0% | 2,433 | 1,867 | -23% | 0 | 0 | — |
case-17 | fail→fail | 13,255 | 2,791 | -79% | 1 | 1 | 0% | 2,537 | 783 | -69% | 0 | 0 | — |
case-18 | fail→fail | 3,320 | 2,440 | -27% | 1 | 1 | 0% | 574 | 600 | +5% | 0 | 0 | — |
case-19 | fail→fail | 10,486 | 6,329 | -40% | 1 | 1 | 0% | 1,707 | 1,266 | -26% | 0 | 0 | — |
case-20 | fail→fail | 3,860 | 1,231 | -68% | 1 | 1 | 0% | 751 | 398 | -47% | 0 | 0 | — |
case-21 | fail→fail | 10,921 | 9,240 | -15% | 1 | 1 | 0% | 2,323 | 2,140 | -8% | 0 | 0 | — |
case-22 | fail→fail | 6,247 | 6,698 | +7% | 1 | 1 | 0% | 1,223 | 1,537 | +26% | 0 | 0 | — |
case-23 | fail→fail | 12,649 | 12,699 | +0% | 1 | 1 | 0% | 2,782 | 3,087 | +11% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +13 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.