| 1 | # Hermes scans from this skill directory, not the repository root. |
| 2 | # Keep non-runtime packaging/dev/eval artifacts out of install-time security scans. |
| 3 | assets/ |
| 4 | agents/ |
| 5 | scripts/build-skill.sh |
| 6 | scripts/compare.sh |
| 7 | scripts/evaluate_search_quality.py |
| 8 | scripts/test_device_auth.py |
| 9 | scripts/test-v1-vs-v2.sh |
| 10 | scripts/verify_v3.py |
| 11 | |
| 12 | # Vendored third-party X-search client (node_modules analog); excluded from scan, still installed. |
| 13 | scripts/lib/vendor/ |
| 14 |