aws-harness
v0.1.0契約のあるリポジトリで Agent CLI を起動したとき、AWS の Identity を起動前に固定する。追跡ファイルの不透明な契約 ID からローカル契約を解決し、環境を消毒し、契約専用の最小 AWS config に固定し、STS で実 Identity を照合してから起動する。契約が壊れているときは起動を拒否する(fail-closed)。Identity の誤選択を防ぐことが目的であり、prompt injection に対するセキュリティ境界ではない。
By haboshi0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 2, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install aws-harness for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install aws-harness@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/haboshi/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is aws-harness/.
Plugin files
├── .claude-plugin/plugin.json└── skills/aws-harness/SKILL.md
Included Skills1
プロジェクトごとに AWS の Identity を Agent CLI の起動前に固定する。契約の作成・追跡マーカーの配置・起動元の切り替え・拒否されたときの復旧を扱う。Use when setting up per-project AWS identity pinning, when a session is refused with an aws-harness message, when adding a new project to the harness, or when an AWS operation is denied by the harness guards. Triggers — "aws-harness", "契約", "Identity 固定", "起動が拒否される", "profile を切り替えたい", "誤アカウント".
Plugin manifests1
{
"name": "aws-harness",
"version": "0.1.0",
"description": "契約のあるリポジトリで Agent CLI を起動したとき、AWS の Identity を起動前に固定する。追跡ファイルの不透明な契約 ID からローカル契約を解決し、環境を消毒し、契約専用の最小 AWS config に固定し、STS で実 Identity を照合してから起動する。契約が壊れているときは起動を拒否する(fail-closed)。Identity の誤選択を防ぐことが目的であり、prompt injection に対するセキュリティ境界ではない。",
"author": {
"name": "haboshi",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aws-harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aws-harness)