settings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited settings (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Validation landing pages for technical founders. Capture signal before you build.
Stack: Nuxt 4 · Tailwind v4 · TypeScript
npx create-foundry my-project
cd my-project
npm install
npm run devOr install the layer directly:
npm install @incubrain/foundry// nuxt.config.ts
export default defineNuxtConfig({
extends: ['@incubrain/foundry']
})Email Capture — Test interest before creating content Presales — Collect payment before building (external links to Stripe/LemonSqueezy) Service Bookings — Sell calls via Cal.com/Calendly, learn from delivery
layer/ Nuxt layer (npm: @incubrain/foundry)
examples/
├── foundry/ Demo site
└── incubrain/ Incubation platform example
.starters/
└── default/ Minimal template (used by CLI)
cli/ create-foundry CLIEdit content files, not code:
content/
├── config/ Site config (YAML)
├── pages/ Landing pages (Markdown)
└── faq/ FAQ entries (YAML)Set up webhooks:
cp .env.example .env
NUXT_WEBHOOK_URL=https://discord.com/api/webhooks/...AI agents can query your site via the Model Context Protocol:
| Tool | Purpose |
|---|---|
list-pages | Browse docs with content hashes |
get-page | Retrieve full markdown + hash |
list-decisions | Browse decision log entries |
get-decision | Retrieve full decision markdown |
what-changed | Lightweight polling — paths + SHA-256 hashes with since filter |
Tools are auto-registered from server/mcp/tools/. Visit /_mcp/tools in dev to verify.
Set NUXT_FOUNDRY_REGISTER=true in production to auto-register with the Incubrain mentorship network. Your site's MCP endpoint and RSS feeds are shared so mentors can track your progress.
These belong in your product, not your validation tool.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.