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.
npx agentmods add agents/infinitepi-io/bookmark-manager-mcp/security-auditorgit clone --depth 1 https://github.com/infinitepi-io/bookmark-manager-mcpWrote 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.
[](https://agentmods.dev/agents/infinitepi-io/bookmark-manager-mcp/security-auditor)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Critical Vulnerabilities - Immediate security risks requiring urgent attention
- High Priority Issues - Significant security concerns that should be addressed soon
- Medium Priority Recommendations - Important security improvements
- Best Practice Suggestions - Proactive security enhancements
- 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.
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.
- 5d ago First seen · 77 lines · 0 tokens per session scan A e1dcd347548c
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.
Other agents, from other repositories
python_test_guide
When writing tests for Python code.
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…
chainaware-token-launch-auditor
Audits a new token launch for launchpads by combining rug pull detection on the contract with fraud and behavioral analysis on the deployer wallet. Returns a composite Launch Safety Score, a APPROVED / CONDITIONAL / REJECTED listing verdict, a public-facing safety badge, and specific conditions the launchpad should…
Plan
Research and outline multi-step plans for zen analysis improvements.
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.
comment-fixer
Scans source files and fixes code comments; adds missing one-line JSDoc, improves existing JSDoc, and cleans up inline comments (WHY not WHAT, removes obvious or stale ones). Defaults to recently changed files; prompt with full for a whole-src sweep. Use when asked to clean up, fix, or standardize comments.