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:
@@ -1932,6 +1932,11 @@
|
||||
"SUMMARIZE",
|
||||
"BUSINESS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"patternName": "greybeard_secure_prompt_engineer",
|
||||
"description": "Creates secure, production-grade system prompts with NASA-style mission assurance. Outputs include hardened prompts, developer prompts, prompt-injection test suites, and evaluation rubrics. Enforces instruction hierarchy, resists adversarial inputs, and maintains auditability.",
|
||||
"tags": ["security", "prompt-engineering", "system-prompts", "prompt-injection", "llm-security", "hardening"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user