Permission review
Every skill declares required permissions. High-risk permissions (filesystem, network, secrets) trigger mandatory human review before public listing.
Report security issues What not to include Do not put OAuth secrets
Security
SkillHub treats security as a core operating principle, not an afterthought. Every skill is reviewed, every runtime call is governed, and every secret stays protected.
Principles
Every skill declares required permissions. High-risk permissions (filesystem, network, secrets) trigger mandatory human review before public listing.
Project-scoped API keys, per-call audit trails, rate limiting, and budget enforcement. No anonymous invocations reach production runtimes.
OAuth secrets, API tokens, and private keys never appear in public manifests, logs, or error responses. Runtime secrets are injected at execution, not stored in contracts.
Critical vulnerabilities trigger immediate suspension. Affected developers receive automated notifications with mitigation guidance.
Responsible disclosure
Use the public support path to request a secure disclosure channel during Launch Preview. Do not put sensitive data into public reports.
## Security Report
affected: /skills/browser-research
severity: medium
type: permission-escalation
description:
Skill declares read-only in manifest,
but runtime attempts filesystem writes.
contact: researcher@example.com
---
# No real tokens or secrets included
Response timeline
We confirm receipt within 24 hours and provide a secure channel if needed.
< 24hThe security team assesses severity, scope, and affected systems.
24–72hCritical issues receive immediate action. Non-critical issues enter the sprint queue.
1–7 daysFix deployed, affected parties notified, and public advisory published if appropriate.
VariesCurrent posture
All submitted skills undergo automated + human review
Per-project key scoping, rate limits, and audit logging
Zero secrets in public surfaces, encrypted at rest
Monitoring, alerting, and automated suspension triggers
Explore the Skill API or read Docs & Guides to learn more about the platform.