hermes - 💡(How to fix) Fix Roadmap: add a permissions and security policy model

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Add a permission and security model for tools, plugins, gateways, cron jobs, local commands, filesystem access, network access, and secrets.

Root Cause

Add a permission and security model for tools, plugins, gateways, cron jobs, local commands, filesystem access, network access, and secrets.

RAW_BUFFERClick to expand / collapse

Summary

Add a permission and security model for tools, plugins, gateways, cron jobs, local commands, filesystem access, network access, and secrets.

Proposed scope

  • Add per-tool permission prompts and reusable trust decisions.
  • Define trust levels for interactive, unattended, cron, and gateway contexts.
  • Support filesystem allowlists and network/domain allowlists.
  • Audit secret access and expose relevant events in logs/diagnostics.
  • Classify dangerous commands and require stronger confirmation where appropriate.
  • Require plugin permission declarations.
  • Provide policy profiles such as personal, team, production, and restricted.

Acceptance criteria

  • Unattended and gateway executions can run under stricter policies than interactive CLI sessions.
  • Tool/plugin access is explainable before execution.
  • Security decisions are logged in a way operators can audit.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Roadmap: add a permissions and security policy model