Trusted — Risk Score 0/100
Last scan:2 days ago Rescan
0 /100
skill-sync
One source of truth for local AI agent skills: audit, deduplicate, and migrate skills across Codex, Claude, OpenClaw, OpenCode, and workspace roots with restorable backups.
skill-sync is a legitimate skill management tool that audits, deduplicates, and converges AI agent skills via symlinks with proper backup/restore safeguards. No malicious behavior, credential harvesting, or network exfiltration was found.
Skill Nameskill-sync
Duration27.2s
Enginepi
Safe to install
This skill is safe to use. No security concerns require action.
ResourceDeclaredInferredStatusEvidence
Filesystem READ WRITE ✓ Aligned SKILL.md declares scanning (filesystem:READ), install.sh and --apply mode use sy…

File Tree

7 files · 81.7 KB · 2503 lines
Python 2f · 1927L Markdown 3f · 453L Shell 1f · 119L YAML 1f · 4L
├─ 📁 agents
│ └─ 📋 openai.yaml YAML 4L · 404 B
├─ 📁 references
│ └─ 📝 compatibility.md Markdown 55L · 1.6 KB
├─ 📁 scripts
│ └─ 🐍 skill_sync.py Python 1797L · 61.6 KB
├─ 📁 tests
│ └─ 🐍 test_skill_sync_cli.py Python 130L · 4.7 KB
├─ 🔧 install.sh Shell 119L · 2.7 KB
├─ 📝 README.md Markdown 288L · 6.9 KB
└─ 📝 SKILL.md Markdown 110L · 3.8 KB

Security Positives

✓ No network requests or external IP communications detected
✓ No credential harvesting (no ~/.ssh, ~/.aws, .env access for theft)
✓ No base64, eval(), or obfuscated code patterns
✓ No remote script execution (no curl|bash, wget|sh)
✓ No hidden functionality — all operations are documented in SKILL.md
✓ Backup before mutation: originals are moved to ~/.skill-sync/backups/<run-id>/originals/ before symlink creation
✓ Restore mechanism replays backups in reverse, blocking if destination is no longer a symlink
✓ Dry-run preview available via --apply flag control
✓ Manifest-based cross-machine migration is additive-only (creates symlinks, never overwrites without backup)
✓ File content hashing (SHA-256) used only for deduplication comparison, not exfiltration
✓ Environment variables used only for path configuration (SKILL_SYNC_*_ROOT), not credential access
✓ Comprehensive test suite uses isolated temp directories with no side effects