hackmyagent-core 0.3.4 → 0.3.5

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.
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * @hackmyagent/core
3
3
  * Core library for HackMyAgent security scanning
4
4
  */
5
- export declare const VERSION = "0.3.3";
5
+ export declare const VERSION = "0.3.5";
6
6
  export { checkSkill, parseSkillIdentifier, analyzePermissions, } from './checker';
7
7
  export type { CheckResult, CheckOptions, PublisherInfo, PermissionInfo, RevocationInfo, RiskLevel, SkillIdentifier, PermissionAnalysis, } from './checker';
8
8
  export { HardeningScanner } from './hardening';
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.Scanner = exports.isValidBenchmark = exports.AVAILABLE_BENCHMARKS = exports.calculateRating = exports.getCheckIdsForLevel = exports.getControlsForCategory = exports.getControlsForLevel = exports.OASB_1_NAME = exports.OASB_1_VERSION = exports.OASB_1_CATEGORIES = exports.getPayloadsByIntensity = exports.getPayloadsByCategory = exports.getPayloadById = exports.getPayloads = exports.PAYLOAD_STATS = exports.ALL_PAYLOADS = exports.ATTACK_CATEGORIES = exports.AttackScanner = exports.ExternalScanner = exports.HardeningScanner = exports.analyzePermissions = exports.parseSkillIdentifier = exports.checkSkill = exports.VERSION = void 0;
8
8
  exports.createScanner = createScanner;
9
- exports.VERSION = '0.3.3';
9
+ exports.VERSION = '0.3.5';
10
10
  // Checker module
11
11
  var checker_1 = require("./checker");
12
12
  Object.defineProperty(exports, "checkSkill", { enumerable: true, get: function () { return checker_1.checkSkill; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hackmyagent-core",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Core security scanning library for AI agents",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",