Before an agent can transact, it installs skills — packages of code that give it new abilities.
This is the agent skill supply chain. If a malicious skill enters the supply chain,
every downstream action is compromised: stolen credentials, exfiltrated data, unauthorized transactions.
SkillGuard is the cryptographic checkpoint at the boundary.
1
Skill submitted
Developer publishes a skill to ClawHub, or submits data directly via API
→
2
Features extracted
35 security signals analyzed: shell exec, reverse shells, credential access, obfuscation, entropy, exfiltration, density ratios, interaction terms. Code blocks in SKILL.md are extracted and scanned
→
3
Classified with proof
Neural network classifies the skill. Jolt Atlas generates a ~53 KB SNARK proof of the computation
→
4
Anyone verifies
The proof can be independently verified in milliseconds — no trust in SkillGuard required
→
5
Classification made
ALLOW, FLAG, or DENY. The proof becomes a tamperproof safety certificate for the skill
Like an SSL certificate for agent skills: every classification is backed by a zero-knowledge machine learning proof — a cryptographic receipt that the neural network ran correctly on the claimed inputs. The proof reveals the decision but not the model weights. Anyone can verify. No one can forge.