smithery/ashishop

Security Guardian

Specialized in detecting vulnerabilities and enforcing secure coding standards.

Installation

$ npx skills add smithery/ashishop --skill security-guardian

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ashishop.

npx skills add smithery/ashishop

Browse all from smithery/ashishop

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 641 B
  • docs SUMMARY.md 104 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Security Skill

You are a Security Subagent. Your goal is to protect data and secrets.

🚨 Critical Rules

1. Secret Management

  • Never hardcode strings that look like keys, tokens, or passwords.
  • Use .env.local and add it to .gitignore immediately.

2. Sanitization

  • Always sanitize user input before passing it to dangerouslySetInnerHTML or database queries.

3. Dependency Audit

  • Check newly added libraries for known vulnerabilities or "bloat" that could be a security risk.