@pwddd/skills-scanner 3.0.12 → 3.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  "id": "skills-scanner",
3
3
  "name": "Skills Scanner",
4
4
  "description": "Security scanner for OpenClaw Skills to detect potential threats",
5
- "version": "3.0.12",
5
+ "version": "3.0.13",
6
6
  "author": "pwddd",
7
7
  "skills": ["./skills"],
8
8
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pwddd/skills-scanner",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "OpenClaw Skills security scanner plugin - detect malicious code, data exfiltration, and prompt injection",
5
5
  "type": "module",
6
6
  "main": "./index.ts",
package/src/cron.ts CHANGED
@@ -120,7 +120,6 @@ async function ensureCronJobViaCLI(logger: any): Promise<void> {
120
120
  const openclawCmd = getOpenClawCommand();
121
121
  logger.info(`[skills-scanner] Using CLI command: ${openclawCmd}`);
122
122
 
123
- const state = loadState() as any;
124
123
  const state = loadState() as any;
125
124
 
126
125
  try {