#7 Add OpenPAKT v0.1 example security scenarios#21
Merged
meisterware-admin merged 5 commits intomainfrom Mar 15, 2026
Merged
Conversation
Collaborator
Author
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 52928960fb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
nerd114
approved these changes
Mar 15, 2026
Collaborator
|
updated your PR description to fit the (other) repo changes @meisterware-admin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds canonical OpenPAKT v0.1 example security scenario files at
examples/.The examples are intended to help implementers understand how portable security scenarios can be written for OpenPAKT-compatible tools. It demonstrates how adversarial inputs, expected behaviour, and validation criteria can be represented in a small, implementation-agnostic format.
Type of change
Select all that apply:
Specification classification (if applicable)
Related issue
Link the related issue number.
Closes #7
Specification changes should normally be linked to a Proposal or Specification Change issue.
What changed
Summarize the main changes introduced by this PR.
examples/scenario-example.yamltoexamples/scenario-prompt-injection-example.yamlexamples/scenario-data-exfiltration-example.yamlexamples/scenario-tool-abuse-example.yamlspec-validation.ymlworkflowexamples/README.mdto describe the purpose of the example filesImpact
Describe the expected impact of this change.
This change improves implementation clarity by providing a concrete reference for scenario-based testing in OpenPAKT. It should make it easier for tool developers and contributors to understand how adversarial inputs and expected safe outcomes are represented.
The change is non-normative and does not alter specification behaviour. It mainly improves onboarding, implementation guidance, and consistency across future tooling and examples.
Compatibility
Choose one:
If "Breaking change", explain migration considerations.
Checklist
Notes for reviewers
Reviewers should check that the example remains consistent with the current v0.1 draft scenario format and does not introduce new required fields or semantics.
The example should be treated as illustrative guidance only, not as a normative expansion of the specification.