plugin-syncer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plugin-syncer (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
This skill requires Python 3.8+ and standard library only.
Synchronizes all plugins managed by plugin-sources.json. It will sequentially install/update all registered plugins from their designated sources (GitHub or local directories), and then automatically prune any orphaned capabilities left by removed plugins.
Run the sync script:
python ./scripts/sync_with_inventory.pyDry Run Mode: If the user wants to preview without executing, use: python ./scripts/sync_with_inventory.py --dry-runCleanup Only: If the user only wants to clean orphans without reinstalling, use: python ./scripts/sync_with_inventory.py --cleanup-only~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.