isnad-scan 0.3.0__tar.gz → 0.3.1__tar.gz
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.
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/PKG-INFO +1 -1
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/pyproject.toml +1 -1
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/uv.lock +1 -1
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/.gitignore +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/PLAN.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/README.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/package-lock.json +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/package.json +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/analyzer.ts +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/cli.ts +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/index.ts +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/__init__.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/ast_analyzer.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/binary_scanner.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/cli.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/cve_checker.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/js_analyzer.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/patterns.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/isnad_scan/scanner.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/oracle.ts +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/patterns.ts +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/src/service.ts +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/ast-evasion-skill/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/ast-evasion-skill/aliased.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/binary-test/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/binary-test/stego.png +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/evasion-skill/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/evasion-skill/evasion.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/evasion-skill/requirements.txt +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/malicious-skill/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/malicious-skill/run.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/minified-js/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/minified-js/bundle.min.js +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/safe-skill/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/safe-skill/weather.py +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/vulnerable-deps/SKILL.md +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tests/fixtures/vulnerable-deps/requirements.txt +0 -0
- {isnad_scan-0.3.0 → isnad_scan-0.3.1}/tsconfig.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: isnad-scan
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Security scanner for AI agent skills - detects code injection, prompt injection, credential exfiltration, and supply chain attacks
|
|
5
5
|
Project-URL: Homepage, https://isnad.md
|
|
6
6
|
Project-URL: Documentation, https://isnad.md/docs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "isnad-scan"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.1"
|
|
4
4
|
description = "Security scanner for AI agent skills - detects code injection, prompt injection, credential exfiltration, and supply chain attacks"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|