Install
$ agentstack add skill-bikeread-promethos-design-agent-permissions ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Goal
Create a permission model that makes concrete tool and action permissions predictable, reviewable, and safe to enforce.
Inputs
- Available tools and side effects
- Risk tolerance
- Operating environment and trust assumptions
Non-Goals
- Implementing the permission UI or backend
- Defining the broader cross-cutting autonomy policy for the whole agent
- Replacing explicit permission mechanics with vague caution language
Workflow
Trigger signals
- Autonomy policy exists but tool-level permissions haven't been mapped
- User asks "哪些操作需要审批" or "what needs approval"
- The team already agrees on checkpoint philosophy, but still needs concrete
permission classes for writes, external calls, or destructive actions
- Checkpoint rules exist in prose but not as enforceable defaults
- Not for deciding the overall autonomy policy or checkpoint philosophy — that belongs in guardrails
1. Inventory concrete action classes
Import the reads, writes, shell commands, external calls, and irreversible side effects that the autonomy policy already identified. Success criteria: The permission design is grounded in real actions rather than vague labels like "safe" or "unsafe."
2. Group actions into permission classes
Organize actions by the specific enforcement mechanics they need, such as pre-approved reads, confirm-before-write operations, or deny-by-default external side effects. Success criteria: Similar actions share permission mechanics for concrete, explainable reasons.
3. Map policy tiers into enforceable defaults
Translate the chosen autonomy and checkpoint policy into concrete defaults for each permission class. Success criteria: Every important action class has an explicit default policy that references an existing autonomy decision rather than inventing a new one.
4. Define denial and ambiguity behavior
Specify what the agent should do when permission is denied, partially granted, or unclear. Success criteria: The agent does not improvise risky behavior when constraint appears.
5. Check least privilege against actual usability
Tighten permissions enough to reduce risk, but not so much that ordinary work requires constant escalation. Success criteria: The model is both safer and still operable for the target job.
Output Contract
A permission policy with:
- action classes,
- permission classes,
- mappings from autonomy policy to permission defaults,
- explicit confirmation thresholds,
- denial and ambiguity behavior.
Escalation
Pause when:
- one permission rule is being used for materially different action types,
- denial behavior would silently corrupt outputs or state,
- frequent escalations suggest the policy is mismatched to the job,
- destructive actions are being bundled into broad approvals,
- the discussion drifts from permission mechanics into a broader autonomy
philosophy that belongs in guardrails.
Common Failure Modes
- Broad approvals for convenience
- Smuggling autonomy-policy decisions into permission mechanics
- Inventing new checkpoint policy inside the permission layer
- Implicit trust in destructive commands
- Undefined behavior after denial
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: bikeread
- Source: bikeread/promethos
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.