Skip to content

Commit a4d8fd1

Browse files
committed
feat(benchmark): add runtime/entry/install to SKILL.md for deployment agent
Added YAML frontmatter fields (runtime: node, entry: scripts/run-benchmark.cjs, install: none) and ## Setup section so the Aegis deployment agent knows there are zero dependencies and can skip npm install.
1 parent 13d55d0 commit a4d8fd1

File tree

1 file changed

+15
-0
lines changed
  • skills/analysis/home-security-benchmark

1 file changed

+15
-0
lines changed

skills/analysis/home-security-benchmark/SKILL.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,27 @@ name: Home Security AI Benchmark
33
description: LLM & VLM evaluation suite for home security AI applications
44
version: 2.0.0
55
category: analysis
6+
runtime: node
7+
entry: scripts/run-benchmark.cjs
8+
install: none
69
---
710

811
# Home Security AI Benchmark
912

1013
Comprehensive benchmark suite evaluating LLM and VLM models on **131 tests** across **16 suites** — context preprocessing, tool use, security classification, prompt injection resistance, alert routing, knowledge injection, VLM-to-alert triage, and scene analysis.
1114

15+
## Setup
16+
17+
**No installation required.** This skill has zero external dependencies — it uses only Node.js built-in modules. No `npm install` needed.
18+
19+
Entry script: `scripts/run-benchmark.cjs`
20+
21+
### Verification
22+
23+
```bash
24+
node scripts/run-benchmark.cjs --help
25+
```
26+
1227
## Quick Start
1328

1429
### As an Aegis Skill (automatic)

0 commit comments

Comments
 (0)