security-awareness
FeaturedSecurity best practices for safe command execution, URL handling, credential management, and supply chain safety. Guidance on avoiding common attack vectors like reverse shells, command injection, and malware distribution.
Install
Quality Score: 90/100
Skill Content
Details
- Author
- gendigitalinc
- Repository
- gendigitalinc/sage
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
web-security
Enforce web security and avoid security vulnerabilities
security
Application security best practices and patterns
secure-coding
Apply a baseline of secure-coding standards to code being written or reviewed. Covers auth, secrets management, input validation, injection prevention, password hashing, PII handling, dependency hygiene, rate limiting, CORS, security headers, HTTPS, error/logging discipline, and infra hardening. Use proactively whenever the user writes or edits authentication/authorization logic, login/session/token code, API endpoints, database queries, file uploads or external input handling, credential storage, secret/config loading, CORS or header configuration, error handlers, logging, or any Dockerfile/k8s/IAM config. Also trigger on explicit asks like "security review", "is this safe", "audit this", "check for vulnerabilities", or mentions of OWASP, injection, XSS, CSRF, or SSRF. Even if the user doesn't ask for a security check, flag clear violations in code they're touching.