rseng-agent-security

Solid

Covers operating AI coding agents securely: auditing whether the agent runs sandboxed, permission and dangerous-command configuration, containerized environments, secrets kept out of context, network egress and token privileges, prompt-injection risk, and the privacy of agent use itself. Use PROACTIVELY when permission gating is broadly disabled (skip-permissions modes), when secrets are visible to the agent's shell, or when the agent processes untrusted code, issues or web content; when a project holds personal or confidential data while a cloud agent is active (what leaves the machine, retention, training use), or when the user asks how to run coding agents safely or privately. (Supply-chain security: rseng-security; disclosing agent contributions: rseng-ai-declaration.)

AI & Automation 14 stars 2 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Secure operation of AI coding agents An AI coding agent is a program that executes commands, edits files and fetches web content under model direction - which makes the agent itself part of the project's attack surface. The same least-privilege thinking applied to CI tokens (rseng-security) applies to the agent: give it what the task needs, contain what it can reach, and treat untrusted input as hostile. This skill is deliberately self-referential: an agent using it audits and improves its OWN operating conditions and reports findings to the user honestly, including the uncomfortable ones. ## Audit the current session (do this first) Check and report, rather than assume: - Sandboxing: is command execution sandboxed (filesystem/network isolation), and what can it reach? If the harness exposes a sandbox mode, prefer it enabled; if commands run unsandboxed with broad filesystem access, say so and suggest the containment options below. - Permission mode: are edits and commands gated by approval, or has gating been broadly disabled (a "skip permissions" / auto-approve-everything mode)? Bypass modes trade safety for speed and belong ONLY inside disposable, isolated environments - never on a workstation with access to credentials, personal data (rseng-regulatory-compliance) or irreplaceable files. - Allow/deny configuration: review the project's agent settings files for overly broad allowances (blanket shell access, wildcard web fetch) and known-dangerous...

Details

Author
fdiblen
Repository
fdiblen/rseng-agent-skills
Created
4 days ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category