Files
awesome-copilot/plugins/security-best-practices/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

24 lines
631 B
JSON

{
"name": "security-best-practices",
"description": "Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"security",
"accessibility",
"performance",
"code-quality",
"owasp",
"a11y",
"optimization",
"best-practices"
],
"skills": [
"./skills/ai-prompt-engineering-safety-review/"
]
}