Security
How we keep your credentials safe, your machine protected, and skills trustworthy.
Core Principles
Credentials stay local
Your API keys for third-party services are stored on your machine and used directly by your agent. They never pass through LarryBrain servers.
Skills run locally
Every skill executes on your machine. LarryBrain serves text files. Your agent decides what to run. We have no remote execution capability.
Fully transparent
All skill files are plain text. You can inspect every line before your agent runs anything. No obfuscated code, no hidden logic.
GitHub-verified authors
Every publisher must connect a GitHub account. Skills are tied to real, accountable identities. No anonymous submissions.
How Credentials Work
Skills that integrate with third-party services (APIs, social platforms, databases) reference credentials as environment variables. Here's the full flow:
The only credential that touches LarryBrain servers is your LarryBrain API key, used to authenticate skill downloads. This is separate from any credentials used by the skills themselves.
Skill Review Process
Every skill is reviewed before appearing in the marketplace. Two-stage process:
Automated security scan
Every submission is scanned automatically before human review:
Human review
A real person reads every skill file, tests the setup instructions, and verifies the skill does what it claims. We check for misleading descriptions, hidden functionality, and anything the automated scan might miss. No skill goes live without human sign-off.
What LarryBrain Never Does
Full Transparency
You are always in control. Before your agent runs any skill:
- All downloaded files are stored locally. You can inspect them at any time.
- Skill files are plain text. No compiled code, no binaries, no obfuscation.
- Your agent operates within its normal permissions. Skills don't elevate access.
- You can delete any skill at any time by removing its local directory