Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › cover vs detecting-insecure-deserialization

cover vs detecting-insecure-deserialization

Two Dev Tools Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namecoverdetecting-insecure-deserialization
DescriptionGenerate and run comprehensive test suites — unit tests, integration tests with real services (testcontainers/docker-compose), and Playwright E2E tests. Analyzes coverage gaps, spawns parallel test-generator agents per…Scan a source tree for unsafe-by-default deserialization APIs: Python pickle.loads / cPickle / shelve / dill, Ruby Marshal.load / YAML.load (pre-3.1 default), Java ObjectInputStream.readObject, PHP unserialize, .NET…
CategoryDev ToolsDev Tools
Sub-categoryscaffolderslinters-formatters
Tagstool:docker type:generator type:integrationlang:python lang:javascript type:audit
AuthorOrchestKitJeremy Longshore <[email protected]>
LicenseMITMIT
Install/add-skill cover/add-skill detecting-insecure-deserialization

Tag overlap

Shared

Only in cover tool:docker, type:generator, type:integration

Only in detecting-insecure-deserialization lang:javascript, lang:python, type:audit

Sample code from each SKILL.md

cover

/ork:cover authentication flow
/ork:cover --model=opus payment processing
/ork:cover --tier=unit,integration user service
/ork:cover --real-services checkout pipeline

detecting-insecure-deserialization

python3 ${CLAUDE_PLUGIN_ROOT}/skills/detecting-insecure-deserialization/scripts/scan_deserialization.py /path/to/repo

When to choose each

cover — Generate and run comprehensive test suites — unit tests, integration tests with real services (testcontainers/docker-compose), and Playwright E2E tests. Analyzes coverage gaps, spawns parallel test-generator agents per…

detecting-insecure-deserialization — Scan a source tree for unsafe-by-default deserialization APIs: Python pickle.loads / cPickle / shelve / dill, Ruby Marshal.load / YAML.load (pre-3.1 default), Java ObjectInputStream.readObject, PHP unserialize, .NET…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open cover → Open detecting-insecure-deserialization →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Dev Tools skills · Top 100