# OWASP Smart Contract Security Verification Standard ja

This is the unofficial Japanese translation of the [OWASP Smart Contract Security Verification Standard](https://github.com/OWASP/www-project-smart-contract-security-verification-standard).

* Document Site - <https://coky-t.gitbook.io/owasp-scsvs-ja/>
* Document Repository - <https://github.com/coky-t/owasp-scsvs-ja>

### Originator

* SCS Official Site - <https://scs.owasp.org/>
* Project Site - <https://owasp.org/www-project-smart-contract-security-verification-standard/>
* Project Repository - <https://github.com/OWASP/www-project-smart-contract-security-verification-standard>
* Document Site - <https://scs.owasp.org/SCSVS/>

## OWASP スマートコントラクトセキュリティ検証標準 0.0.1 日本語版

* [OWASP スマートコントラクトセキュリティ検証標準](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/document.md)
* [リーダー](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/leaders.md)
* [S1. アーキテクチャ、設計、脅威モデリング (Architecture, Design, and Threat Modeling)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x10-s1-architecture_design_and_threat_modeling.md)
* [S2. ポリシー、手続き、コード管理 (Policies, Procedures, and Code Management)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x11-s2-policies_procedures_and_code_management.md)
* [S3. ビジネスロジックと経済のセキュリティ (Business Logic and Economic Security)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x12-s3-business_logic_and_economic_security.md)
* [S4. アクセス制御と認証 (Access Control and Authentication)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x13-s4-access-control_and_authentication.md)
* [S5. 安全なインタラクションと通信 (Secure Interactions and Communications)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x14-s5-secure-interactions_and_communications.md)
* [S6. 暗号化の実践 (Cryptographic Practices)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x15-s6-cryptographic-practices.md)
* [S7. 算術と論理のセキュリティ (Arithmetic and Logic Security)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x16-s7-arithmetic_and_logic-security.md)
* [S8. サービス拒否 (Denial of Service (DoS))](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x17-s8-denial-of-service-dos.md)
* [S9. ブロックチェーンデータと状態管理 (Blockchain Data and State Management)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x18-s9-blockchain-data_and-state-management.md)
* [S10. ガスの使用量、効率、制限 (Gas Usage, Efficiency, and Limitations)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x19-s10-gas-usage-efficiency_and-limitations.md)
* [S11. コンポーネント固有のセキュリティ (Component-Specific Security)](/owasp-scsvs-ja/owasp-sumtokontorakutosekyuriti-001/0x20-s11-component-specific-security.md)

## License

[Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)

## Translator (Japanese)

[Koki Takeyama](https://github.com/coky-t)

* Document Site - <https://coky-t.gitbook.io/owasp-docs-ja/>
* Document Repository - <https://github.com/coky-t/owasp-docs-ja>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coky-t.gitbook.io/owasp-scsvs-ja/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
