Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

trustshell

trustshell には William2333ZZ から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
12
Stars
1
更新
2026-07-21
Forks
0
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

audit-agent-code
情報セキュリティアナリスト

Security-audit an AI agent's OWN framework code for classic appsec vulnerabilities the LLM can't defend — path traversal, command injection, SSRF, fail-open security controls, missing/late auth, unsafe deserialization — especially at the untrusted-input boundaries (channels, file/media handlers, config & skill loaders) that run around and before the model. The LLM layer is often hardened; the plumbing around it usually isn't. Authorized testing of agents you own or are permitted to test.

2026-07-21
crossval-harness
情報セキュリティアナリスト

Orchestrate a static + dynamic, exploit-validated red-team of an AI agent — read the source to find candidate vulnerable paths, then run the dynamic skills to confirm or refute each one empirically. The arbiter of truth is whether the exploit works, not a model vote. Authorized testing of agents you own or are permitted to test.

2026-07-21
redteam-an-agent
情報セキュリティアナリスト

The end-to-end methodology for red-teaming a specific AI agent — adaptively, exploit-validated, and honestly. Read THIS target's own code, stand up a disposable harness, and prove or refute each weakness through a real attacker-reachable entry point. This is the orchestration + discipline that makes a finding credible, not a list of payloads. Authorized testing of agents you own or are permitted to test.

2026-07-21
rt1-prompt-injection
情報セキュリティアナリスト

Red-team an AI agent for prompt injection — does content the agent is asked to process (email, page, ticket, tool result) override its actual task? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt2-tool-abuse
情報セキュリティアナリスト

Red-team an AI agent's tools — can it be coerced (often via injection) into calling a tool it shouldn't, with attacker-influenced arguments, or into acting as a confused deputy with its own privileges? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt3-sandbox-escape
情報セキュリティアナリスト

Red-team an AI agent's tool-execution isolation — do tools run un-sandboxed on the host, and does the sandbox silently disable itself when a dependency is missing? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt4-action-gating
情報セキュリティアナリスト

Red-team an AI agent's high-risk action gating — can a costly or destructive action (pay, message, delete) reach execution without out-of-band human confirmation, especially under auto-approve/unattended modes? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt5-channel-injection
情報セキュリティアナリスト

Red-team the channels an AI agent listens on (Telegram/Discord/Slack/WhatsApp/email/webhooks) — can untrusted inbound content, including group messages and forwards, steer the agent? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt6-memory-poisoning
情報セキュリティアナリスト

Red-team an AI agent's persistent memory for cross-session prompt injection ("memory poisoning") — does untrusted content the agent processes get written into long-term memory and re-fire in future sessions with no attacker present? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt7-supply-chain
情報セキュリティアナリスト

Red-team an AI agent's skill / plugin / MCP supply chain — can a poisoned skill doc, a malicious MCP server, or a dependency-confused package become persistent executable instruction? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt8-data-exfiltration
情報セキュリティアナリスト

Red-team an AI agent for data exfiltration — can an injection coax secrets, credentials, or sensitive data out of the agent through a tool call, a URL, or an outbound message? Authorized testing of agents you own or are permitted to test.

2026-07-21
rt9-multi-agent
情報セキュリティアナリスト

Red-team a multi-agent system — can one agent (or content it relays) inject instructions into another, escalate privilege by hopping between agents, or turn an orchestrator/sub-agent handoff into a trust-laundering path? Authorized testing of systems you own or are permitted to test.

2026-07-21
trustshell GitHub Agent Skills | SkillsMP