Static Analysis
Every skill repo is cloned in a sandbox. We parse manifests, scan scripts for network calls, filesystem access, and secret extraction patterns. No execution occurs.
A skill is executable trust — you install someone's instructions and their scripts into an agent that can touch your files, your keys, your machine. A supply chain needs a gate — and good skills to run behind it. Here are both.
Enter CatalogEvery skill repo is cloned in a sandbox. We parse manifests, scan scripts for network calls, filesystem access, and secret extraction patterns. No execution occurs.
Skills must declare capabilities (fs, net, exec, secrets). The gate rejects undeclared or excessive permissions. Score penalizes broad scopes.
Score any skill, repo, or agent answer 0–8 with file:line evidence, before you trust it. Every point points back at a file and a line.
This site never executes target code. Read-only by design — the auditors never execute the target.