Agent Sandbox

AI agents execute code, modify files, and run shell commands. Without guardrails, a bad prompt or hallucination can delete your database, overwrite production configs, or exfiltrate secrets. This skill builds safety layers — sandboxed execution, filesystem restrictions, network policies, audit trails, and kill switches

概要

Agent Sandbox provides a security framework for AI agents performing technical tasks such as code execution and file modification. Developed within the TerminalSkills/skills repository, this tool addresses risks associated with autonomous agent actions, including potential database deletions or unauthorized secret exfiltration. It implements multiple safety layers, including restricted filesystem access, sandboxed environments, and granular network policies. By establishing these guardrails, the skill ensures that agents operating in environments like Claude or Gemini remain within defined operational boundaries. The system also includes audit trails and emergency kill switches to maintain oversight. This approach allows developers to leverage the power of AI-driven shell commands and file management while mitigating the inherent dangers of hallucinations or unintended prompt execution.

ユースケース

Restricting AI agent file access to specific project directories.
Executing untrusted code snippets within a secure, isolated sandbox.
Monitoring and auditing shell commands executed by autonomous agents.

導入方法

# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/agent-sandbox/SKILL.md

Copy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.

セキュリティ

This skill focuses on mitigating risks from AI hallucinations and malicious prompts by enforcing strict execution boundaries. It utilizes filesystem restrictions and network policies to prevent unauthorized data access or exfiltration. Users should review the audit trails provided by the TerminalSkills/skills repository implementation to ensure continuous compliance with security protocols.

関連Skills

Cargo Fuzz

trailofbits/skills

セキュリティ

cargo-fuzzは、Cargoを使用するRustプロジェクトにおける事実上の標準的なファジングツールです。libFuzzerバックエンドを使用したRustコードのファジングに使用します。

Claude CodeClaude
securityresearch
6,407 Starsソースあり

Yara Rule Authoring

trailofbits/skills

セキュリティ

マルウェア識別のための高品質な YARA-X 検知ルールの作成をガイドします。YARA ルールの記述、レビュー、または最適化時に使用します。命名規則、文字列の選択、パフォーマンスの最適化、レガシーな YARA からの移行、および誤検知の削減をカバーしています。トリガー:YARA、YARA-X、malware detection、threat hunting、IOC、signature、crx module、dex module。

Claude CodeClaude
designsecurity
6,407 Starsソースあり

Agentforce D360 Analyze

forcedotcom/sf-skills

セキュリティ

単一の Agentforce セッションの Data Cloud 360° ビュー。ユーザーがセッション ID(Agent Session UUID `019d…` または MessagingSession ID `0Mw…`)によって特定の Agentforce セッションの追跡、検査、要約、または説明を求めたときに TRIGGER。また、ユーザーがまだセッション ID を持っていない場合に、時間、エージェント、チャネル、結果、または会話テキストによるセッションの検出(検索、一覧表示、探索)でもトリガーされます。設計時のアーキテクチャに関する質問(代わりに agentforce-architecture-analyze を使用)や、ランタイムのパフォーマンス/l については NOT TRIGGER。

pythondata
783 StarsApache-2.0

Security Audit

TerminalSkills/skills

セキュリティ

OWASP Top 10の脆弱性スキャン、既知のCVEに関する依存関係のチェック、流出したシークレットやAPIキーの検出を行い、優先順位付けされた修正案を生成することで、コードベースの包括的なセキュリティ監査を実行します。このスキルは、静的解析パターンと依存関係監査ツールを組み合わせています。

CodexClaude Code
securityaudit
72 StarsApache-2.0