@pilllesss/yorn 1.0.188 → 1.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @pilllesss/yorn might be problematic. Click here for more details.
- package/dist/providers/data/.manifest.json +1 -1
- package/dist/skills/anthropic-cybersecurity-skills/README.md +7 -1074
- package/dist/skills/anthropic-cybersecurity-skills/SKILL.md +10 -1064
- package/dist/skills/security-best-practices/SKILL.md +1 -1
- package/dist/yorn.cjs +627 -627
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "security-best-practices"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Language and framework specific security best practices and secure-by-default review. Use whenever the user asks about security guidelines, secure coding patterns, web/backend vulnerability assessment, secret protection, or input sanitization in Python, JavaScript/TypeScript, Go, React, Express, FastAPI, Django, Next.js, and Node.js."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Security Best Practices
|