Skip to content
Security
Command

/fort-report

Generate an auditor-ready HTML evidence report of this Mac's security posture

From plugin
fort
753 skills3 commands
Install
$ npx -y skills add djadmin/fort --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/fort-report

Context preview

What this command does when you run it.

Generate an auditor-ready HTML evidence report of this Mac's security posture

Command definition

fort-report.md
description: Generate an auditor-ready HTML evidence report of this Mac's security posture
tools:
  allowed: ["Bash", "Read"]

Generate a security evidence report with `fort` for an auditor or a personal record. This is read-only — it writes a file, it doesn't change any system settings.

1. Confirm fort is installed (`fort --version`); if not, tell the user `brew install djadmin/tap/fort` and stop. 2. Run `fort --report`. It writes `fort-report.html` in the current directory. 3. Tell the user the path and that it's a self-contained HTML file they can open in a browser or print to PDF for an auditor. 4. Briefly summarize what the report covers: the current posture and the SOC 2 / ISO 27001 / NIST CSF / CIS v8 control mappings for each check. Lead with the security picture; the framework mappings are there for whoever needs the audit trail.

$ARGUMENTS

Ships withfort

Know your Mac's security posture, fix the gaps, and keep it locked down. One command. fort runs 15+ security checks on your Mac, fixes what it safely can, and writes an auditor-ready report. No agent, no signup, no MDM enrollment. Just a single binary.

Get the whole plugin, auto-invoked
Stats
75
Stars
0
Views
2
Forks
Active
Maintenance
Go
Language
MIT
License
1mo ago
Last commit
2mo ago
Created

Repo: djadmin/fort