aws-secrets-manager

安装量: 1.1K
排名: #9869

安装

npx skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-secrets-manager

Using Secrets Safely with Agents Overview When AI agents handle secrets, credentials, API keys, tokens, or passwords with shell or AWS API access, they can call aws secretsmanager get-secret-value and receive plaintext values in their context window. This creates risk: secrets may leak into logs, conversation history, or downstream tool calls. This skill teaches a safer pattern: dynamic references resolved at runtime by a wrapper script ( asm-exec ), so the agent never sees the secret value. Best-effort defense, not a security boundary. This prevents the most common leakage path but cannot stop all evasion vectors. Combine with IAM least-privilege, CloudTrail monitoring, and VPC endpoint policies. Rules You MUST follow these rules when working with secrets: Show more Installs 844 Repository aws/agent-toolk…-for-aws GitHub Stars 2.3K First Seen Jun 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn

返回排行榜