Commit 3dc78d9
[Docs] Add Security & Data Handling sections for plugin directory submission
Surface the (already-implemented) API-key and data-flow guarantees where
reviewers and users can see them up front, ahead of submitting to the
official Claude plugin directory:
- meshy-3d-generation / meshy-3d-printing SKILL.md: add a "Security & Data
Handling" block (key sources, Bearer-only transmission, never-logged-in-full,
.env-only persistence on request, api.meshy.ai as sole endpoint, trust_env
bypass, filesystem footprint). Printing also documents that it launches only
already-installed slicers and never downloads/installs software.
- README.md: add a "Security & Data" section mirroring the same guarantees.
Wording matches actual script behavior; scripts never write shell profiles —
they only print persistence instructions for the user to run. Docs-only; no
generated build outputs touched. `build.py --check` and `claude plugin
validate` both pass.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent aa7da0f commit 3dc78d9
3 files changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
208 | 227 | | |
209 | 228 | | |
210 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
29 | 39 | | |
30 | 40 | | |
31 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
| |||
0 commit comments