logoalt Hacker News

Show HN: A police department for your Claude Code agents

7 pointsby softie123today at 5:47 PM4 commentsview on HN

Comments

tomaytotomatotoday at 7:17 PM

Not a criticism, but why would I use this instead of locking down my Claude using the allow/deny permissions list?

    "permissions": {
    "allow": [
      "Bash(npm run lint)",
      "Bash(npm run test *)",
      "Read(~/.zshrc)"
    ],
    "deny": [
      "Bash(curl *)",
      "Read(./.env)",
      "Read(./.env.*)",
      "Read(./secrets/**)"
    ]
  },
show 1 reply
AdmiralAsshattoday at 6:31 PM

Probably needs a better metaphor than "police department", what with the most popular cop meme being:

https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd....

show 1 reply
KaiShipstoday at 7:02 PM

[flagged]