BD everything-search
使用 Python 通过 Everything SDK IPC 或本机 HTTP JSON 快速搜索 Windows 本机文件与文件夹,并直接返回完整路径,不依赖 es.exe,也不打开 Everything 图形搜索窗口。支持 SSH、Windows 服务和普通桌面会话,以及定位 Codex 会话产生的 rollout JSONL 日志。适用于用户要求查找本机文件、目录、Codex 对话日志、按 Everything 搜索语法过滤结果、仅返回路径,或明确要求调用 Everything.exe 后台索引能力时。
使用 Python 通过 Everything SDK IPC 或本机 HTTP JSON 快速搜索 Windows 本机文件与文件夹,并直接返回完整路径,不依赖 es.exe,也不打开 Everything 图形搜索窗口。支持 SSH、Windows 服务和普通桌面会话,以及定位 Codex 会话产生的…
As a process D 41/100 · Unfinished process — weak spots: result and completion, when it triggers, inputs and preconditions
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 8
✓ No critical or high findings
Medium and low: 8
-
low Obfuscation
obf-base64-blobassets/everything-sdk/payload/Everything32.dll.txt:1Long base64-looking blob (documentation of a security skill)TVqQAAMAAAAEAAAA//8AAL…Hln+W0XN…Ptt
security skill -
low Secrets in code
secret-high-entropy-tokenassets/everything-sdk/payload/Everything32.dll.txt:1High-entropy token-like string (may be an id, hash or a credential)TVqQAAMAAAAEAAAA//8AAL…Hln+W0XN…Ptt
-
low Obfuscation
obf-base64-blobassets/everything-sdk/payload/Everything64.dll.txt:1Long base64-looking blob (documentation of a security skill)TVqQAAMAAAAEAAAA//8AAL…tkP
security skill -
low Secrets in code
secret-high-entropy-tokenassets/everything-sdk/payload/Everything64.dll.txt:1High-entropy token-like string (may be an id, hash or a credential)TVqQAAMAAAAEAAAA//8AAL…tkP
-
low Obfuscation
obf-base64-blobassets/everything-sdk/payload/EverythingARM.dll.txt:1Long base64-looking blob (documentation of a security skill)TVqQAAMAAAAEAAAA//8AAL…Abh/dAG4…Ae4
security skill -
low Secrets in code
secret-high-entropy-tokenassets/everything-sdk/payload/EverythingARM.dll.txt:1High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)TVqQAAMAAAAEAAAA//8AAL…Abh/dAG4…Ae4
detector -
low Obfuscation
obf-base64-blobassets/everything-sdk/payload/EverythingARM64.dll.txt:1Long base64-looking blob (documentation of a security skill)TVqQAAMAAAAEAAAA//8AAL…AbJ/dAGy…Aey
security skill -
low Secrets in code
secret-high-entropy-tokenassets/everything-sdk/payload/EverythingARM64.dll.txt:1High-entropy token-like string (may be an id, hash or a credential)TVqQAAMAAAAEAAAA//8AAL…AbJ/dAGy…Aey
Files scanned: 10. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 41/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 40Consistency. Frontmatter name (everything-search) differs from the folder (everything-search-ipc)
- 60Tools and files. Uses tools (bash, python) that frontmatter does not declare
- 100Steps. 21 steps
- 100Execution cost. Instruction body is 804 tokens
- 100Running it twice. No mutating operations
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +4No input/output examples
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +3Description length 258: enough signal without eating the budget
- +4Structure: 6 headings
- +3Step-by-step instructions: 21 items
- +3All 1 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 69.