gist-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gist-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when you need to create, read, update, or manage GitHub Gists. Fills the gap the official GitHub MCP server leaves for Gists.
| Tool | What it does |
|---|---|
gist_list | List your gists (paginated) |
gist_get | Get a gist by ID (includes file contents) |
gist_create | Create a new gist (public or secret) |
gist_update | Update description or file contents |
gist_delete | Delete a gist |
gist_starred | List your starred gists |
gist_star | Star a gist |
gist_unstar | Unstar a gist |
gist_create to save code snippets — specify public: false for secret gists (default)gist_list to browse existing gistsgist_get with a gist ID to read file contentsgist_update to modify description or filespublic: true for publicly discoverable gistsgist_create accepts multiple files — useful for multi-file snippetsgist_get returns full file contents — use it to read existing gist codeGITHUB_TOKEN with the gist scopegist_delete — deletions are permanent~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.