es — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited es (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Command-line interface to the Everything search engine for instant file system searches on Windows.
Everything desktop application must be running. ES communicates via IPC.
Always use this base format for searches:
es <searchterm> -instance 1.5a -double-quote -size -dc -dm -csvFlag breakdown:
| Flag | Purpose |
|---|---|
-instance 1.5a | Connect to Everything 1.5a instance |
-double-quote | Wrap paths/filenames in double quotes |
-size | Show file size column |
-dc | Show date created column |
-dm | Show date modified column |
-csv | Output in CSV format for easy parsing |
| Query | Description | |
|---|---|---|
"report.pdf" | Find files containing "report.pdf" | |
ext:py | All Python files | |
ext:jpg;png | JPG or PNG files | |
size:>1gb | Files larger than 1GB | |
dm:today | Modified today | |
!venv | Exclude "venv" | |
| `foo \ | bar` | Contains "foo" OR "bar" |
| Flag | Description |
|---|---|
-path <dir> | Search within directory |
-n <num> | Limit results |
-sort size | Sort by size |
-sort-descending | Descending order |
/ad | Folders only |
/a-d | Files only |
/ah | Hidden files |
-regex | Enable regex |
-export-csv <file> | Export to CSV |
-get-result-count | Count only |
.\es.exe "ext:py" -path "C:\projects\myapp" -instance 1.5a -double-quote -size -dc -dm -csv.\es.exe "size:>1gb" -instance 1.5a -double-quote -size -dc -dm -csv -sort size -sort-descending.\es.exe "dm:thisweek" -instance 1.5a -double-quote -size -dc -dm -csv.\es.exe "ext:jpg" -path "C:\Photos" -export-csv "C:\output\photos.csv" -instance 1.5a -no-header.\es.exe "ext:py !venv !__pycache__" -instance 1.5a -double-quote -size -dc -dm -csvIf ES returns a non-zero exit code, check references/ERROR-CODES.md. The most common error is code 8 — Everything is not running.
Load these on demand for detailed information:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.