find — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited find (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.
Find code using natural language. Automatically routes to the right search backend.
find_code with the query:autopathsinclude_tests: truedebug: trueHigh confidence (strong matches from multiple sources):
gather_context on the #1 candidate's symbol to provide ready-to-use contextMedium confidence (reasonable matches, single source):
find_pattern if the query has a structural shapeLow confidence (weak or no matches):
find_pattern with an AST pattern insteadpathsgather_context on the top candidate's symbolcall_hierarchy on the symbolimpact_trace on the symbolapi_guard on the filestats.partialResult is true or warnings is non-empty, mention it clearly so the user knows the search was incomplete.| Query | What happens |
|---|---|
/find useEffect | Identifier search → all useEffect call sites |
/find useEffect that returns cleanup conditionally | Structural → useEffect with conditional cleanup |
/find useEffect that sets state based on previous state | React recipe → functional state updater pattern |
/find where do we validate permissions | Behavior → permission validation entrypoints |
/find where is the feature flag configured | Config → JSON/YAML/env entries |
/find where is this endpoint defined | Route → route definitions + handler code |
/find switch without default | Structural → switch statements missing default |
/find retry logic in packages/core | Scoped behavior search |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.