Skip to content

Commit c416469

Browse files
Merge pull request #2 from github-samples/prompt-injection-attack-callout
Prompt injection attack callout in readme
2 parents cc6b4b5 + d4b46ae commit c416469

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This repository contains a collection of [GitHub Actions](https://github.com/fea
88
| [Bug Reproduction Check](/workflows/bug-reproduction-check/bug-reproduction-check.yml) | Comments with request for better reproduction details, if needed. | @phazonoverload |
99
| [Add Merged PR to Changelog](/workflows/add-merged-pr-to-changelog/add-merged-pr-to-changelog.yml) | Appends a summary of a merged pull request to an issue. | @phazonoverload |
1010

11+
> [!IMPORTANT]
12+
> Whenever workflows explicitly accept user input, a malicious actor could open an issue, pull request, or discussion instructing a model to do something you don't want. By carefully writing prompts and providing minimum permissions, you can help mitigate these risks.
13+
14+
1115
## License
1216

1317
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE) for the full terms.
@@ -18,4 +22,4 @@ See maintainers in the [CODEOWNERS](https://github.com/github-samples/models-in-
1822

1923
## Support
2024

21-
Our team will try their best to respond to issues and pull requests in a timely manner. However, please note that this is an open source project and support may be limited.
25+
Our team will try their best to respond to issues and pull requests in a timely manner. However, please note that this is an open source project and support may be limited.

0 commit comments

Comments
 (0)