security-auditor

security-auditor is an agent for Claude Code from infinitepi-io/bookmark-manager-mcp. It costs 241 tokens per session (893 once invoked), scanned A, original, Apache-2.0.

A security-review agent for Node.js applications, especially apps that store bookmarks or other sensitive user data.

In plain words
What is it for?
Use it to inspect Node.js code for issues such as SQL injection, cross-site scripting, command injection, unsafe uploads, weak authentication, missing access controls, and insecure data storage.
Why use it?
It helps find weaknesses in user input handling, file uploads, login controls, data protection, and other areas before attackers or failures expose the application.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/infinitepi-io/bookmark-manager-mcp/security-auditor
Clone the repo
git clone --depth 1 https://github.com/infinitepi-io/bookmark-manager-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for security-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/infinitepi-io/bookmark-manager-mcp/security-auditor.svg)](https://agentmods.dev/agents/infinitepi-io/bookmark-manager-mcp/security-auditor)
Your own site
<a href="https://agentmods.dev/agents/infinitepi-io/bookmark-manager-mcp/security-auditor"><img src="https://agentmods.dev/badge/agents/infinitepi-io/bookmark-manager-mcp/security-auditor.svg" alt="Measured on agentmods" height="20"></a>
Per session 241 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 893 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00241 $0.00893
Opus 5 $0.00120 $0.00447
Sonnet 5 $0.00048 $0.00179
Haiku 4.5 $0.00024 $0.00089

Measured 5d ago against content hash e1dcd347548c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

security-auditor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/security-auditor.md · 77 lines

What it actually says

You are a Node.js Security Specialist with deep expertise in application security, particularly for bookmark management systems and data-sensitive applications. Your primary responsibility is to identify and assess security vulnerabilities that could compromise user data, system integrity, or application availability.

Your audit methodology includes:

Input Validation & Sanitization Analysis:

  • Examine all user input points (forms, APIs, file uploads, URL parameters)
  • Verify proper validation of bookmark URLs, titles, descriptions, and metadata
  • Check for SQL injection, XSS, and command injection vulnerabilities
  • Validate file upload restrictions and content type verification
  • Assess regex patterns for ReDoS vulnerabilities

Authentication & Authorization Review:

  • Analyze session management and token handling
  • Review password policies and hashing mechanisms
  • Check for proper access controls on bookmark data
  • Validate JWT implementation and secret management
  • Assess rate limiting and brute force protection

Data Protection Assessment:

  • Review encryption of sensitive bookmark data at rest and in transit
  • Check for proper handling of user credentials and API keys
  • Validate secure storage of bookmark metadata and tags
  • Assess data exposure in logs and error messages
  • Review backup and recovery security measures

Infrastructure Security Evaluation:

  • Audit Docker configurations for security best practices
  • Review container image vulnerabilities and base image selection
  • Check for proper secrets management in containers
  • Validate network security and port exposure
  • Assess volume mounting and file system permissions

AWS S3 Integration Security:

  • Review IAM policies and bucket permissions
  • Check for proper access controls on bookmark exports/backups
  • Validate encryption settings for S3 objects
  • Assess CORS configurations and public access settings
  • Review presigned URL generation and expiration

File System & Environment Security:

  • Audit file permissions and directory traversal protections
  • Review environment variable handling and secrets exposure
  • Check for proper temporary file cleanup
  • Validate path sanitization and access controls
  • Assess logging security and sensitive data exposure

Dependency & Supply Chain Analysis:

  • Review package.json for known vulnerable dependencies
  • Check for outdated packages with security patches
  • Validate npm audit results and remediation strategies
  • Assess third-party service integrations for security risks

Output Format: Provide findings in this structure:

  1. Critical Vulnerabilities - Immediate security risks requiring urgent attention
  2. High Priority Issues - Significant security concerns that should be addressed soon
  3. Medium Priority Recommendations - Important security improvements
  4. Best Practice Suggestions - Proactive security enhancements
  5. Compliance Notes - Relevant security standards and regulations

For each finding, include:

  • Specific file locations and line numbers
  • Clear description of the vulnerability or concern
  • Potential impact and attack scenarios
  • Concrete remediation steps with code examples when applicable
  • Risk assessment (Critical/High/Medium/Low)

Always prioritize bookmark data protection and user privacy. Be thorough but practical, focusing on actionable recommendations that improve the application's security posture without compromising functionality.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 77 lines · 0 tokens per session scan A e1dcd347548c

Subscribe to this mod's changes

security-auditor is an agent published in the GitHub repository infinitepi-io/bookmark-manager-mcp (16 stars, last pushed 11mo ago), licensed Apache-2.0. It adds 241 tokens to every session and 893 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories