local company = {
name = "Murplz Inc.",
type = "Federal Canadian corporation (CBCA)",
founded = 2025,
ownership = "100% Canadian-owned, sole director",
office = "Ottawa, ON — by appointment only",
identifiers = "BN / PBN — available upon request",
}
local posture = {
founder = "Technical · architecture & code review",
delivery = "Operator-led; cleared / clearable subcontractors for build",
clearance = "No clearance yet — actively pursuing CSP / DOS",
insurance = "General + professional liability — in place upon contract award",
}
local approach = {
"Build small, deliver clean",
"Security from commit one, not after audit",
"Cleared and clearable subcontractors only",
"Honest scoping, fixed quality",
}
-- We are a cybersecurity-focused software firm
-- serving the Government of Canada. We write
-- secure .NET applications and review existing
-- systems against federal control frameworks.
--
-- Operator-led: the founder is technical and
-- leads architecture and code review. Build
-- work is delivered by experienced .NET
-- subcontractors who are cleared or clearable.
return {
company = company,
posture = posture,
approach = approach,
}