Update README.md
Browse files
README.md
CHANGED
@@ -49,4 +49,6 @@ json.loads(sboxlm("command: rm -rf /")[0]['generated_text'].split("verdict:")[1]
|
|
49 |
|
50 |
### Limitations
|
51 |
|
52 |
-
While SandboxLM performs realtively well in detecting potentially harmful shell commands (and can make some even surprisingly accurate prediction even when the context it provides seems to hellucinat!), it may not catch all edge cases or obscure security risks. It should not be solely relied upon for mission-critical systems. It is recommended to combine it with other security measures to ensure the safety of shell operations. Additionally, since it was trained on specific datasets, it may reflect any biases present in those datasets.
|
|
|
|
|
|
49 |
|
50 |
### Limitations
|
51 |
|
52 |
+
While SandboxLM performs realtively well in detecting potentially harmful shell commands (and can make some even surprisingly accurate prediction even when the context it provides seems to hellucinat!), it may not catch all edge cases or obscure security risks. It should not be solely relied upon for mission-critical systems. It is recommended to combine it with other security measures to ensure the safety of shell operations. Additionally, since it was trained on specific datasets, it may reflect any biases present in those datasets.
|
53 |
+
|
54 |
+
Copyright (c) Sivan Grünberg Vitakka Consulting
|