Hardstop Audit Log banner
frmoretto frmoretto

Hardstop Audit Log

Security community intermediate

Description

Show recent entries from the Hardstop audit log, including blocked and allowed commands.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for frmoretto/hardstop, shared by 5 entries in this directory. It describes the repository, not this entry specifically.


description: Show Hardstop audit log entries allowed-tools: ["Bash"]

Hardstop Audit Log

Show recent entries from the Hardstop audit log, including blocked and allowed commands.

Your Task

Run this command to show the audit log:

python "${CLAUDE_PLUGIN_ROOT}/commands/hs_cmd.py" log

Present the output to the user. Each entry shows:

  • Timestamp
  • Verdict (BLOCK or ALLOW)
  • Detection layer (pattern or llm)
  • Command that was checked
  • Reason for the verdict