Jeffrey Martin
Jeffrey Martin
When evaluating available data to target a host via the `analyze` command only credentials in the current workspace are consider valid for use however since the workspace is not passed...
* Restrict `octokit` until Ruby 2.6 support ends for Framework This PR should have been auto-generated by [actions/github-script](https://github.com/actions/github-script). `bundle update` revealed the following gems have new version to be evaluated...
~When importing data from recent Qualys reports many `RESULT` tags contain extra long lines and significant content that result in extremely long processing times when parsed by REXML. By removing...
# Overview Many `garak._config` namespace variables such as `transient, run, reporting` are currently populated at state during execution. The management of these values between testing runs for a long running...
Fix #535 Implements two prompt obfuscation patterns based on [ArtPrompt](https://arxiv.org/abs/2402.11753) Testing work is still in progress here a new possible base case or `detector` specific to technique, may be needed....
The current generator interface expects to receive prompts as `str` see: https://github.com/leondz/garak/blob/4127ae5092ad3acaba680a32011018fc564cc92a/garak/generators/base.py#L66 This initial simple submission process has worked to date; however #587 show an example of a query prompt...
To be compatible with changes from #637 `rest.Generator` needs to return single responses as a list. Should I expand this and to check if singular key in `response_json_field` is already...
Maintain the distributed `plugin_cache.json` via github action preformed on merge of PRs to `main`. * more tolerant cache validation * cache rebuild allows for and empty cache file containing only...
Work in contributor forks does not require these actions. Disable them when not executing for the primary repository.
In some cases a pretrained model pipeline may not specify the tokenizer in the stored config. If missing attempt to get tokenizer by model name. An example of this as...