mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
feat: add greybeard_secure_prompt_engineer pattern for secure prompts
- Add greybeard_secure_prompt_engineer pattern to create secure system prompts - Update pattern explanations and renumber existing entries - Refactor build process to use npm hooks for copying JSON files - Remove manual web static file copying from extract script - Update .gitignore to exclude generated data and tmp directories - Modify suggest_pattern categories to include new security pattern - Delete redundant web static data file, rely on build hooks
This commit is contained in:
@@ -58,6 +58,10 @@ Format predictions for tracking/verification in markdown prediction logs.
|
||||
|
||||
Extract insights from AI agent interactions, focusing on learning.
|
||||
|
||||
### greybeard_secure_prompt_engineer
|
||||
|
||||
Create secure, production-grade system prompts with injection test suites and evaluation rubrics.
|
||||
|
||||
### improve_prompt
|
||||
|
||||
Enhance AI prompts by refining clarity and specificity.
|
||||
@@ -834,6 +838,10 @@ Create narratives for security program improvements in remediation efficiency.
|
||||
|
||||
Extract techniques from CTF writeups to create learning resources.
|
||||
|
||||
### greybeard_secure_prompt_engineer
|
||||
|
||||
Create secure, production-grade system prompts with injection test suites and evaluation rubrics.
|
||||
|
||||
### improve_report_finding
|
||||
|
||||
Enhance security report by improving clarity and accuracy.
|
||||
|
||||
Reference in New Issue
Block a user