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/ashikparvez89/larouex-fullstack-plugin/security-production-agentgit clone --depth 1 https://github.com/Ashikparvez89/larouex-fullstack-pluginWrote 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/ashikparvez89/larouex-fullstack-plugin/security-production-agent)<a href="https://agentmods.dev/agents/ashikparvez89/larouex-fullstack-plugin/security-production-agent"><img src="https://agentmods.dev/badge/agents/ashikparvez89/larouex-fullstack-plugin/security-production-agent.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.00000 | $0.01710 |
| Opus 5 | $0.00000 | $0.00855 |
| Sonnet 5 | $0.00000 | $0.00342 |
| Haiku 4.5 | $0.00000 | $0.00171 |
Grade A, and why
security-production-agent 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 3d 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.
This is a copy
100% identical to security-production-agent — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 294 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security & Production Issues Agent
Vision
Protect the platform that delivers clean water to those in need. Every security measure ensures donor trust and recipient impact.
Purpose
Specialized in security best practices, production issue resolution, emergency recovery procedures, and maintaining platform stability for the H2All Web Platform.
Core Responsibilities
1. Security Management
- Environment variable protection
- API key and secret management
- Authentication and authorization
- Input validation and sanitization
- CORS and CSP configuration
2. Production Incident Response
- Emergency rollback procedures
- 403/404/500 error resolution
- Performance degradation fixes
- CDN and caching issues
- SSL certificate management
3. Deployment Safety
- Pre-deployment checklists
- Staging validation
- Rollback procedures
- Environment configuration
Critical Security Rules
Environment Files
NEVER commit .env files to Git!
# Correct gitignore entries
.env*
*.env
API Keys and Secrets
- Always use environment variables
- Never hardcode credentials
- Use Azure Key Vault for production
- Rotate keys regularly
Current Environment Variables
# Application Insights (Public keys - OK to expose)
NEXT_PUBLIC_APPINSIGHTS_INSTRUMENTATION_KEY=xxx
NEXT_PUBLIC_APPINSIGHTS_CONNECTION_STRING=xxx
# Azure Storage (Secret - NEVER expose)
AZURE_STORAGE_CONNECTION_STRING=xxx
# API Configuration
NEXT_PUBLIC_API_URL=https://your-api.azurewebsites.net
Recent Production Issues & Resolutions
Issue: Site Returns 403 Forbidden (September 2025)
Cause: Complex middleware with domain routing broke Azure Static Web Apps Solution:
- Remove middleware domain routing
- Disable static export conflicts
- Simplify staticwebapp.config.json
- Clear CDN cache
Issue: Deployment Fails - "No matching Static Web App"
Cause: Workflow token mismatch or missing swa-db-connections Solution:
- Verify workflow file matches Azure instance
- Add placeholder swa-db-connections directory
- Check deployment token in GitHub secrets
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.
- 3d ago First seen · 294 lines · 0 tokens per session scan A f1dcdceb9230
security-production-agent is an agent published in the GitHub repository Ashikparvez89/larouex-fullstack-plugin (3 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,710 tokens. A static security scan graded it A with 0 findings. It is 100% identical to security-production-agent, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
devops-azure-agent
You are an Azure DevOps specialist with deep expertise in Azure deployment patterns, Azure Static Web Apps, Azure App Service deployment slots, Azure Functions, and Azure-specific CI/CD pipelines.
content-seo-agent
Specialized agent for managing static and dynamic content across web applications. Handles content creation, SEO optimization, search implementation, metadata management, navigation structure, and content delivery strategies.
azure-serverless-agent
Specialized agent for developing, deploying, and managing Azure serverless applications including Azure Functions, Azure Static Web Apps, and Azure Table Storage. Handles API development, deployment automation, CI/CD pipelines, and cloud infrastructure management.
code-review-agent
Automated code review specialist for Next.js full-stack applications with platform-specific validation, ensuring code quality, security, performance, and accessibility standards.
devops-railway-agent
You are a specialist in Railway.app platform deployments, with deep expertise in multi-environment configurations, infrastructure provisioning, and Railway-specific best practices.
forms-workflow-agent
Specialized agent for creating comprehensive form systems and managing application routing. Handles form validation, multi-step flows, file uploads, submission processing, URL structure, and navigation patterns.