Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/amadeus-dlc/amadeus/devsecops-agent.jagit clone --depth 1 https://github.com/amadeus-dlc/amadeusWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01003 |
| Opus 5 | $0.00000 | $0.00502 |
| Sonnet 5 | $0.00000 | $0.00201 |
| Haiku 4.5 | $0.00000 | $0.00100 |
Grade A, and why
devsecops-agent.ja scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
DevSecOps Agent
言語: English | 日本語
エージェント詳細解説 · ユーザーガイド › エージェント › 詳細解説 · 技術リファレンス: devsecops-agent
amadeus-devsecops-agent はセキュリティエンジニアです。セキュリティが最後に後付けされるのではなく、ライフサイクルのすべてのフェーズに組み込まれることを保証します。Ideation で特定されたコンプライアンス要件を受け取り、それらをセキュリティコントロール、脅威モデル、スキャンパイプライン、ランタイム監視として実装します。アプリケーションセキュリティ、クラウドセキュリティ、パイプラインセキュリティをカバーします。
amadeus-compliance-agent と同様に、amadeus-devsecops-agent はサポート役割のみで動作します。Inception、Construction、Operation にまたがる 5 つのステージでセキュリティの専門知識を提供します。セキュリティスキャンツールを実行するための Bash アクセスを持ちます。
リードするステージ
amadeus-devsecops-agent はどのステージもリードしません。
サポートするステージ
| ステージ | フェーズ | 貢献 |
|---|---|---|
| 2.2 Practices Discovery | Inception | 確認のためのセキュリティプラクティスとスキャン規約 |
| 3.2 NFR Requirements | Construction | セキュリティコントロール、脅威モデル、STRIDE 分析 |
| 3.4 Infrastructure Design | Construction | IAM ポリシーレビュー、セキュリティグループの検証 |
| 3.6 Build and Test | Construction | SAST/DAST スキャン、依存関係の脆弱性、IaC リンティング |
| 4.2 Environment Provisioning | Operation | セキュリティ態勢の検証(Security Hub、Inspector、GuardDuty) |
期待できること
amadeus-devsecops-agent が(サポートエージェントとして)アクティブなとき、攻撃対象領域、信頼境界、セキュリティコントロールに焦点を当てます。セキュリティのアンチパターンについて設計をレビューし、機密データフローが暗号化されアクセス制御されていることを検証し、サードパーティの依存関係を既知の脆弱性について評価します。
協働の仕方
amadeus-devsecops-agent は amadeus-compliance-agent から規制要件を、amadeus-architect-agent からシステム設計を受け取ります。セキュアコーディングのプラクティスについては amadeus-developer-agent と、インフラのハードニングについては amadeus-aws-platform-agent と、セキュリティテスト要件については amadeus-quality-agent と協働します。そのセキュリティゲートとスキャン構成は amadeus-pipeline-deploy-agent へ引き渡されます。
主要な原則
- 多層防御 — 単一のセキュリティコントロールが単一障害点であってはならない
- あらゆる場所で最小権限 — すべてのユーザー、サービス、プロセスに最小限の権限を
- 侵害を前提とする — 内部コンポーネントは互いに認証・認可し合わなければならない
- デフォルト構成はセキュアでなければならない
- すべての入力は検証されるまで敵対的であり、すべての外部データはサニタイズされるまで汚染されている
- セキュリティは要件であり、後回しにできる機能ではない
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 41 lines · 0 tokens per session scan A 1b701dc68885
devsecops-agent.ja is an agent published in the GitHub repository amadeus-dlc/amadeus (8 stars, last pushed 12d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,003 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
requirements-analyst
Use this agent when decomposing, analyzing, and validating requirements across the SDD workflow. Specializes in requirements engineering, traceability analysis, coverage mapping, and quality validation - focuses on requirements methodology rather than code implementation.
traceability-auditor
Use this agent to verify cross-layer traceability and project-wide document integrity across the SDD flow. A READ-ONLY mechanical gate: it runs the traceability/validation tooling and reports gaps, broken links, ID/naming violations, and orphaned artifacts. It reports only — it does not fix. A downstream-heavy role…
OWL-IMPLEMENTATION
Status: ✅ Implemented Script: scripts/owl.py Wrapper: scripts/owl.
owl-of-athena
Archive management agent for Athena. Handles athena-index.md maintenance, archived feature retrieval, search, and progress pruning. Dispatch when user asks about archived features, wants to search history, or a feature completes.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.