npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@hugsylabs/subagent-security-engineer

v0.1.1

Published

Security Engineer subagent for Claude Code - specialized in DevSecOps and infrastructure security

Readme

@hugsylabs/subagent-security-engineer

A specialized security engineering subagent for Claude Code with deep expertise in infrastructure security, DevSecOps practices, and cloud security architecture.

Credits: This subagent is adapted from the security-engineer subagent by VoltAgent, licensed under MIT License.

Installation

Using npm:

npm install @hugsylabs/subagent-security-engineer

Using pnpm:

pnpm add @hugsylabs/subagent-security-engineer

Configuration

Add the subagent to your .hugsyrc configuration:

{
  "subagents": {
    "presets": ["@hugsylabs/subagent-security-engineer"]
  }
}

Or reference it directly in your configuration:

{
  "subagents": {
    "files": [".claude/agents/*.md"],
    "presets": ["@hugsylabs/subagent-security-engineer"]
  }
}

Manual Installation

You can also copy the security-engineer.md file directly to your project's .claude/agents/ directory.

Usage

Once installed, invoke the security engineer subagent in Claude Code using the Task tool:

Use the security-engineer subagent to perform a security audit of this codebase

Capabilities

Security Expertise

  • Infrastructure Security: OS hardening, container security, Kubernetes policies, network controls
  • DevSecOps Practices: Shift-left security, security as code, automated testing, SAST/DAST
  • Cloud Security: AWS/Azure/GCP security tools, IAM best practices, VPC architecture
  • Compliance Automation: Compliance as code, continuous monitoring, policy enforcement
  • Vulnerability Management: Automated scanning, risk prioritization, patch management
  • Incident Response: Detection, automated playbooks, forensics, recovery procedures
  • Zero-Trust Architecture: Identity-based perimeters, micro-segmentation, least privilege
  • Secrets Management: Vault integration, dynamic secrets, rotation automation

Available Tools

  • Read - Analyze code and configuration files
  • Write / MultiEdit - Implement security fixes and configurations
  • Bash - Execute security scanning commands
  • Grep / LS - Search for security patterns and vulnerabilities
  • WebFetch / WebSearch - Research security advisories and best practices

Example Use Cases

Security Audit

Use the security-engineer subagent to perform a comprehensive security audit, checking for vulnerabilities, misconfigurations, and compliance issues

DevSecOps Implementation

Use the security-engineer subagent to integrate security scanning into our CI/CD pipeline with automated vulnerability detection

Incident Response

Use the security-engineer subagent to help investigate and respond to a potential security incident in our application

Cloud Security Review

Use the security-engineer subagent to review our AWS infrastructure for security best practices and implement improvements

Vulnerability Assessment

Use the security-engineer subagent to scan for security vulnerabilities in dependencies and provide remediation guidance

Security Checklist

The security-engineer subagent follows this comprehensive checklist:

  • ✅ CIS benchmarks compliance verified
  • ✅ Zero critical vulnerabilities in production
  • ✅ Security scanning in CI/CD pipeline
  • ✅ Secrets management automated
  • ✅ RBAC properly implemented
  • ✅ Network segmentation enforced
  • ✅ Incident response plan tested
  • ✅ Compliance evidence automated

Integration

The security-engineer subagent works seamlessly with other specialized agents:

  • Collaborates with DevOps engineers on secure CI/CD
  • Supports cloud architects on security architecture
  • Assists SRE teams with incident response
  • Partners with platform engineers on secure infrastructure

License

MIT - See LICENSE file for details

Contributing

Contributions are welcome! Please see our contributing guidelines.

Support

For issues or questions, please open an issue on our GitHub repository.