Stack · Security

Security and access review desk

Reviews the code, the identities and the exposure of one service, and writes down what it found rather than a score.

Built for: The engineer given a week to answer whether a service is safe enough to put in front of customers.

Install all 10 parts

The button opens the checkout, where 6 servers and 4 skills are listed one by one with what each does to the bill — free, already yours, monthly or a one-off licence. Nothing is charged until you confirm it there, in Stripe’s own card frame on that page rather than a redirect, and each paid member keeps its own budget cap.

$19/mo
6 servers at their publishers’ prices, with one-off licences spread over 12 months
$0
the free-tier version keeps 5 servers and 1 skill — 39 of the 43 tools
$0
4 skills with no monthly cost, plus $133 paid once
15.7k
tokens of context the skills add to every session
01 · Outcome

What your agent can do with this

The reason to buy a stack rather than five listings: each line below needs more than one member connected at the same time.

  1. 01

    Scan an MCP server's own source for secrets, injection risk and misconfiguration before it is added to anything.

  2. 02

    Review authentication and authorisation code statically — session handling, identity checks, permission gaps.

  3. 03

    Look up an attacker technique in MITRE ATT&CK and check whether the detection for it exists at all.

  4. 04

    Check an address against AbuseIPDB when a log line raises the question of who that was.

02 · Assembly

The assembly, part by part

What each part contributes, and why it was picked over the obvious alternative. Prices and permissions are read from the listings, so nothing here can disagree with the catalogue.

6 servers4 skills43 tools
SE01

Scans MCP servers for vulnerabilities, secrets, injection risk and misconfiguration — the check that belongs before an install, not after.

4 readread-onlyruns on your machine A v1.0.2 credential not declared · runs locally
from $19/mo
$19 of the monthly total
MI02

MITRE ATT&CK lookups and detection-coverage analysis, so a review talks about named techniques instead of adjectives.

39 readread-onlyruns on your machine A v2.0.4 credential not declared · runs locally
Free
$0 of the monthly total
AB03

Checks the reputation of an address from inside the review, which is the question a suspicious log line always raises next.

read/write split not recordedruns on your machine A v1.0.0 credential not declared · runs locally
Free
$0 of the monthly total
GI04

The code under review, its history and the merge request the findings will be attached to.

read/write split not recordedruns on your machine A v1.8.0 credential not declared · runs locally
Free
$0 of the monthly total
PO05

Read-only access to see what data the service can actually reach — the difference between a theoretical exposure and a real one.

read/write split not recordedruns on your machine A v0.4.2 credential not declared · runs locally
Free
$0 of the monthly total
CL06

The public surface as DNS presents it: what resolves, what points where, and which record nobody remembers creating.

read/write split not recordedruns on your machine A v1.6.0 credential not declared · runs locally
Free
$0 of the monthly total
and the instructions that drive them A skill is a prompt file, not a server: it adds context and a procedure, never a tool or a permission of its own.
AU07
Auth Review Agent skill Guardrail by descope

A static review specifically for authentication and authorisation flaws, which is where most real findings in an application review come from.

9.5k tokens of context never asks for a write 5 files · MIT needs no server of its own
$49
$4.08 of the monthly total
AU08
Audit Dependencies Agent skill Workflow by payloadcms

Turns the dependency audit into the specific upgrades, so the supply-chain half of the review ends with actions.

2.8k tokens of context never asks for a write 1 files · MIT needs no server of its own
$69
$5.75 of the monthly total
RE09
repo-scan Agent skill Workflow by affaan-m

Installs the external repository scanner from a pinned, reviewable commit — a supply-chain habit worth having in a security desk of all places.

1.8k tokens of context never asks for a write 1 files · MIT needs no server of its own
$15
$1.25 of the monthly total
IM10
Impact Analysis with GitNexus Agent skill Guardrail by abhigyanpatwari

Answers what breaks if this changes, which is what turns a finding into a fix somebody is willing to merge.

1.6k tokens of context never asks for a write 2 files · Source-available needs no server of its own
Free
no monthly cost
03 · Cost

What it costs, and on what assumption

Every member is a subscription or a licence bought once, so the monthly figure is a price rather than an estimate: what moves it is adding or dropping a member, not how hard the stack is worked. The one assumption is that a one-off licence is spread over a year so it can sit in the same column as a subscription.

PartWhat you are paying forMonthly, as quoted
Security Auditor from $19/mo $19/mo
Mitre Free
Abuseipdb Free
Gitlab Free
Postgres Free
Cloudflare DNS Free
Skills
Auth Review $49 · $4.08/mo over 12 months $4.08/mo
Audit Dependencies $69 · $5.75/mo over 12 months $5.75/mo
repo-scan $15 · $1.25/mo over 12 months $1.25/mo
Impact Analysis with GitNexus Free · context cost only
Everything above $19 of servers plus $11 of skills, the same in a quiet month and a busy one $30/mo

Subscriptions at their monthly plan price; one-off licences spread over 12 months. One-off purchases in this stack total $133 — Auth Review $49, Audit Dependencies $69, repo-scan $15 — paid once and spread here so they sit in the same column as a subscription. Everything arrives on one mcprush invoice, taken by Stripe from the card on your account, not one per publisher — mcprush.com is the merchant of record and each publisher is paid out of it.

The free-tier version$0/mo

Install only these and the bill is nothing: 5 servers and 1 skill, 39 of the 43 tools.

Left out, and what goes with it:

  • Security Auditor · from $19/moScans MCP servers for vulnerabilities, secrets, injection risk and misconfiguration — the check that belongs before an install, not after.
  • Auth Review · $49A static review specifically for authentication and authorisation flaws, which is where most real findings in an application review come from.
  • Audit Dependencies · $69Turns the dependency audit into the specific upgrades, so the supply-chain half of the review ends with actions.
  • repo-scan · $15Installs the external repository scanner from a pinned, reviewable commit — a supply-chain habit worth having in a security desk of all places.
What moves the bill
Flat every month$19 · 1 subscription
Carries a call allowance1 member
Paid once$133
Traffic assumed5k calls / month

Security Auditor at from $19/mo. Each of those plans states the calls it includes in a month, and running past one never arrives as a larger invoice: the gateway refuses the call over the allowance and returns an MCP error naming the plan. The figure above is what the stack costs in a busy month as well as a quiet one — what a heavy month changes is which plan you need, not what this one bills.

Budget caps are set per install and enforced at the gateway, so a retry loop is refused at the cap rather than left to run through an allowance overnight.

04 · Setup

Setting it up, in order

One step per part, in the order they are useful: connect what the work reads before what it writes, and install the skills that decide how the work is done last. Each step is a command you can read before you run it.

1
Read-only everywhere
Every credential this desk takes should be read-only. A security review that can change what it is reviewing is a worse review.
2
Point the scanner at the source
The MCP security scanner reads a server's package before you install it — which is the moment it is useful, not after.
3
Scope the database connection
Read-only Postgres on a replica, so checking what a service can reach never becomes a load event.
4
Install repo-scan deliberately
It is a bootstrap that installs an external skill from a pinned commit. Read the commit it pins before you let it run — that is the whole point of the pin.
One command10 parts
npx mcprush@latest stack add sec-review

Nothing in this stack installs from one command today: 10 members are either paid, run from its own source, or a skill with its own command — the steps above name each one. Nothing is connected until you approve it.

Before you start
  • 6 members have not declared what credential they need — check each one’s own page before you start.
  • What this stack can write is not recorded — 4 members of 6 have no imported tool surface. Section 05 says what is known before you approve anything.
  • 6 members can run on your own machine instead of ours, if you would rather they did.
05 · Permissions

What the whole stack can reach

Installed together, these tool surfaces add up. It is the first thing a security reviewer asks for, so what has been counted — and what nobody has counted yet — is on the page rather than in a PDF.

tools that only read
Which tools read and which write is counted from the surface a publisher imports, and 4 members of 6 have no imported tool surface.
tools that can change something
Not recorded, and not estimated: a total added up from the members that have a surface would be read as the whole stack’s. The table below is what is known, member by member.
0
tools that reach the network
43 of the 43 never leave your machine — they belong to the local members.
Who grants the write accessnot recorded
MemberTool surfaceWrite tools
Abuseipdb not imported not recorded
Cloudflare DNS not imported not recorded
Gitlab not imported not recorded
Postgres not imported not recorded
Reading the number

A stack's blast radius is the union of its members, not the worst of them. That union cannot be taken here, because 4 members of 6 have no imported tool surface — so the figure a review asks for is missing rather than low, and a member marked not imported is one nobody has counted rather than one that cannot write.

Tools in total43
Write sharenot recorded
Members that can writenot recorded
Surface imported2 of 6 members
06 · Swaps

Sensible swaps

A stack is a default, not a verdict. These are the substitutions the maintainer would make, and what each one costs or saves.

A second scanner over the same package, with different engines behind it; run it when a finding needs a second opinion rather than instead of the first.

saves about $19/mo 0 tools instead of 4 grade C instead of grade A

The same review against a repository hosted on Bitbucket, for teams whose code never moved to GitLab.

same money at 5k calls the same 0 tools both grade A
07 · Limits

Where this stack stops

Written by the maintainer, kept on the page rather than in a support thread.

  • It is not a penetration test. Everything here reads code, configuration and public reputation data — nothing here attacks a running system.

  • It cannot revoke anything. Findings come out as text; changing a role, a key or a rule stays with whoever owns it.

  • A clean pass here is not a certification. The MCP scanner covers MCP servers, the auth review covers your code, and neither speaks for the other.

08 · Maintenance

Who keeps this current

A stack has an owner: whoever keeps it re-checks the combination when a member changes, and the members themselves are published by the people named on each row.

Maintainer
mcprush
Publishes this stack only
Version
null
Set by the curator
Member installs
none yet
Added up across the parts. Nothing counts installs of the set as one thing.
Member rating
No reviews yet
None of the parts has been reviewed, and neither has the stack.
Composition
6 + 4
6 servers, 4 skills
Nearby

Stacks that share parts with this one

All 20 stacks