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 🙏

© 2026 – Pkg Stats / Ryan Hefner

miii-security

v1.0.3

Published

Security-focused `SKILL.md` packs for reviewing and hardening LLM systems.

Downloads

432

Readme

mii-ai-security

npm version npm downloads GitHub License: MIT

Security-focused SKILL.md packs for reviewing and hardening LLM systems.

Each skill is a self-contained review guide: a first principle, an attack mental model, a control lens table, named controls with Check/Action/Failure Mode sections, and a Quick Win. Fetch one, apply it to a codebase or design, ship the finding.

Quick Start

Install via npm: miii-security · Source: maruakshay/mii-ai-security

# Add a skill to your project (copies to .claude/skills/<name>/SKILL.md)
npx miii-security add rag-security

# List all available skills
npx miii-security list

# Print a skill to stdout
npx miii-security show fine-tuning-security

What's In Scope

58 skills across twelve buckets:

| Bucket | Count | Coverage | |---|---|---| | Base | 4 | Prompts, RAG, tools, system infrastructure | | Companion | 9 | Memory, governance, leakage, agentic trust, multimodal, model supply chain, indirect injection, fine-tuning, embedding attacks | | Framework | 14 | LangChain, LlamaIndex, Haystack, DSPy, Semantic Kernel, OpenAI APIs, AutoGen, CrewAI, llamafile, Ollama, LiteLLM, Guardrails AI, NeMo Guardrails | | Attack surface | 5 | Red-teaming, jailbreak taxonomy, adversarial robustness, model inversion, federated learning | | Runtime/deployment | 3 | Model watermarking, inference API abuse, KV cache security | | Agentic/multi-agent | 3 | Memory poisoning, tool schema injection, HITL bypass | | Data pipeline | 3 | Training data poisoning, dataset supply chain, synthetic data | | Identity/authz | 2 | Agent identity, multi-tenant isolation | | Evasion/detection | 3 | Content authenticity, output fingerprinting, AI social engineering | | Emerging | 3 | LLM DoS, multi-agent coordination attacks, browser agent security | | Infra/ops | 5 | MLOps pipelines, GPU infrastructure, model serving, containers, secrets detection | | Compliance/governance | 4 | Audit logging, red team programs, third-party model risk, AI privacy/PII | | Test & reference | — | Adversarial fixtures, severity guidance, OWASP/MITRE mappings |

Skill List

Base

  • core-llm-prompt-security
  • rag-security
  • tool-use-execution-security
  • system-infrastructure-security

Companion

  • data-leakage-prevention
  • agentic-trust-boundaries
  • memory-security
  • model-supply-chain-security
  • indirect-prompt-injection
  • multimodal-security
  • ai-governance-and-incident-response
  • fine-tuning-security
  • embedding-attack-security

Framework subskills

  • langchain-rag-security
  • llamaindex-rag-security
  • haystack-rag-security
  • dspy-program-security
  • semantic-kernel-tool-security
  • openai-responses-tool-file-security
  • openai-assistants-legacy-security
  • autogen-multiagent-security
  • crewai-agent-security
  • llamafile-local-model-security
  • ollama-security
  • litellm-proxy-security
  • guardrails-ai-security
  • nemo-guardrails-security

Attack surface

  • prompt-injection-red-teaming
  • jailbreak-taxonomy
  • adversarial-robustness
  • model-inversion-membership-inference
  • federated-learning-security

Infra/ops

  • mlops-pipeline-security
  • gpu-infrastructure-security
  • model-serving-security
  • container-ai-workload-security
  • secrets-in-prompts-detection

Runtime/deployment

  • model-watermarking-fingerprinting
  • inference-api-abuse-prevention
  • model-caching-security

Agentic/multi-agent

  • agent-memory-poisoning
  • tool-schema-validation-security
  • human-in-the-loop-bypass

Data pipeline

  • training-data-poisoning
  • dataset-supply-chain-security
  • synthetic-data-security

Identity/authz

  • ai-agent-identity-authz
  • multi-tenant-model-isolation

Evasion/detection

  • ai-content-authenticity
  • output-fingerprinting-detection
  • ai-assisted-social-engineering

Emerging

  • llm-dos-resource-exhaustion
  • multiagent-coordination-attacks
  • browser-agent-security

Compliance/governance

  • ai-audit-logging
  • ai-red-team-program
  • third-party-model-risk
  • ai-privacy-pii-compliance

Recommended Starting Points

New to AI security review — start here:

  • core-llm-prompt-security — prompt injection and output validation
  • rag-security — retrieval poisoning and boundary enforcement
  • tool-use-execution-security — agent tool call authorization
  • ai-governance-and-incident-response — enterprise ops baseline

Add framework depth:

  • langchain-rag-security, llamaindex-rag-security, haystack-rag-security
  • autogen-multiagent-security, crewai-agent-security
  • ollama-security, litellm-proxy-security
  • guardrails-ai-security, nemo-guardrails-security

Running a red team exercise:

  • prompt-injection-red-teaming — methodology and CI integration
  • jailbreak-taxonomy — technique catalog and detection signatures
  • adversarial-robustness — input normalization and classifier hardening

Privacy and compliance review:

  • ai-privacy-pii-compliance — GDPR/CCPA, DPIAs, data subject rights
  • ai-audit-logging — tamper-proof event logging schema
  • third-party-model-risk — vendor DPA, behavioral monitoring, fallback

Repository Layout

skills/                      58 SKILL.md files, one directory each
references/                  severity-and-reporting, test-patterns, framework-mappings
tests/adversarial-fixtures/  12 JSON fixtures for prompt injection variants
red-team-scripts/
scripts/validate_repo.py     manifest consistency and fixture checker
skills.json                  machine-readable skill index

Repo Guarantees

  • skills.json is the machine-readable index — every skill registered with controls and severity
  • every skill has last_reviewed frontmatter
  • every control has a severity (critical, high, medium, low)
  • python3 scripts/validate_repo.py validates all 58 skills and fixtures

Key Docs

License

Released under the MIT License.