Feature Extraction
Transformers
static_canary
ctf
model-scanning
supply-chain-canary
static-analysis
custom_code
Instructions to use WWTCyberLab/static-canary-pt-loader-risk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WWTCyberLab/static-canary-pt-loader-risk with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="WWTCyberLab/static-canary-pt-loader-risk", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("WWTCyberLab/static-canary-pt-loader-risk", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add CTF flag to scanner evidence metadata
Browse files
canary_manifest.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"checkpoint": "model.pt",
|
| 4 |
"checkpoint_sha256": "62367b6107f5aaafaf556b33a228588059dc3edcc9b679d6fbce86d490d9fab4",
|
| 5 |
"contains_active_payload": false,
|
|
|
|
| 6 |
"expected_static_indicators": [
|
| 7 |
"pickle GLOBAL __builtin__ set",
|
| 8 |
"HF auto_map remote-code review path",
|
|
@@ -18,10 +19,10 @@
|
|
| 18 |
"safetensor_mib_each": 32,
|
| 19 |
"safetensor_profile": "lora-template",
|
| 20 |
"safetensors_sha256": {
|
| 21 |
-
"cozy-book-800.safetensors": "
|
| 22 |
-
"cozy-book-800_000000250.safetensors": "
|
| 23 |
-
"cozy-book-800_000000500.safetensors": "
|
| 24 |
-
"cozy-book-800_000000750.safetensors": "
|
| 25 |
},
|
| 26 |
"template_repo": "fffiloni/cozy-book-800"
|
| 27 |
}
|
|
|
|
| 3 |
"checkpoint": "model.pt",
|
| 4 |
"checkpoint_sha256": "62367b6107f5aaafaf556b33a228588059dc3edcc9b679d6fbce86d490d9fab4",
|
| 5 |
"contains_active_payload": false,
|
| 6 |
+
"ctf_flag": "CTF{model_scanner_expand_the_evidence}",
|
| 7 |
"expected_static_indicators": [
|
| 8 |
"pickle GLOBAL __builtin__ set",
|
| 9 |
"HF auto_map remote-code review path",
|
|
|
|
| 19 |
"safetensor_mib_each": 32,
|
| 20 |
"safetensor_profile": "lora-template",
|
| 21 |
"safetensors_sha256": {
|
| 22 |
+
"cozy-book-800.safetensors": "e49cd32409fcd10a4f89392c8683a17fdadd02e022a62ce890b47ab53b16517d",
|
| 23 |
+
"cozy-book-800_000000250.safetensors": "793870f9c93b3acb2bb4429fd24d6cb928b4830d25be7b804240b7c7fbb401c0",
|
| 24 |
+
"cozy-book-800_000000500.safetensors": "34997fec42055a980d5ededd53c0873ad565875d2fb573142cdfa116bcad1dbe",
|
| 25 |
+
"cozy-book-800_000000750.safetensors": "816141817fbf2904e4fd49b4cdab97e673914e72e679999686eb2356a685632c"
|
| 26 |
},
|
| 27 |
"template_repo": "fffiloni/cozy-book-800"
|
| 28 |
}
|
cozy-book-800.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e49cd32409fcd10a4f89392c8683a17fdadd02e022a62ce890b47ab53b16517d
|
| 3 |
+
size 171969883
|
cozy-book-800_000000250.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:793870f9c93b3acb2bb4429fd24d6cb928b4830d25be7b804240b7c7fbb401c0
|
| 3 |
+
size 171969883
|
cozy-book-800_000000500.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34997fec42055a980d5ededd53c0873ad565875d2fb573142cdfa116bcad1dbe
|
| 3 |
+
size 171969883
|
cozy-book-800_000000750.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:816141817fbf2904e4fd49b4cdab97e673914e72e679999686eb2356a685632c
|
| 3 |
+
size 171969883
|