Score breakdown0 Version history1 Source
Category Weight Category score Contribution
Security prompt, exec, net, exfil, eval
35%
100
35.0 pts
Supply chain hash, typosquat, maintainer, lockfile
20%
100
20.0 pts
Maintenance staleness, pinning, CI
15%
100
15.0 pts
Transparency SKILL.md, perms, README
15%
100
15.0 pts
Community installs, verify, response
15%
100
15.0 pts
Findings & checks · 0 flagged
Security score 100 · 0 findings
✓ — All security checks passedNo findings in this category for the latest scan. pass
Supply chain score 100 · 0 findings
✓ — All supply chain checks passedNo findings in this category for the latest scan. pass
Maintenance score 100 · 0 findings
✓ — All maintenance checks passedNo findings in this category for the latest scan. pass
Transparency score 100 · 0 findings
✓ — All transparency checks passedNo findings in this category for the latest scan. pass
Community score 100 · 0 findings
✓ — All community checks passedNo findings in this category for the latest scan. pass
Every scanned point with the score it earned and what moved between them.
1 scans · 90 days d97a2e4 latest
Jun 23, 2026 100 d97a2e4
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
library/specializations/ai-agents-conversational/skills/langgraph-checkpoint/SKILL.md · 1 file library/specializations/ai-agents-conversational/skills/langgraph-checkpoint/SKILL.md 1.3 KB · Markdown Rendered Raw ⧉ Copy
name : langgraph-checkpoint
description : LangGraph checkpoint and persistence configuration for stateful workflow management
allowed-tools :
- Read
- Write
- Edit
- Bash
- Glob
- Grep
LangGraph Checkpoint Skill Capabilities Configure LangGraph checkpointing systems Implement state persistence with various backends Set up checkpoint serialization strategies Design state recovery and replay mechanisms Handle checkpoint versioning and migration Implement checkpoint pruning strategies Target Processes langgraph-workflow-design conversational-memory-system Implementation Details Checkpoint Backends MemorySaver : In-memory checkpointing for developmentSqliteSaver : SQLite-based persistencePostgresSaver : PostgreSQL backend for productionRedisSaver : Redis-based high-performance checkpointingConfiguration Options Checkpoint frequency settings State serialization format Compression options TTL and retention policies Thread-safe access configuration Best Practices Use appropriate backend for scale Implement proper serialization for custom state Design for checkpoint size optimization Plan for migration between backends Dependencies langgraph langgraph-checkpoint Backend-specific clients