find-models — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited find-models (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.
The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore.
Always start by querying the Replicate API. Use search and collections to discover what's currently available, then read schemas to understand inputs and outputs before running anything.
https://replicate.com/{owner}/{model}/llms.txtAccept: text/markdown when requesting docs pages for Markdown responses.GET /v1/search?query=...) to find models by task. Returns models, collections, and docs.tags, generated_description, and run_count.official collection contains always-warm models with stable APIs and predictable pricing.GET /v1/collections. Get one by slug with GET /v1/collections/{slug}.GET /v1/models/{owner}/{name}).model.latest_version.openapi_schema.components.schemas.Input.propertiestype, description, default, minimum/maximum, enum, format (e.g. uri for file inputs).image-generation, video, audio, etc.).owner/name format (e.g. owner/model-name). Routes to the latest version automatically.owner/name:version_id. You must pin a specific version. Community models can cold-boot and take time to start.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.