kintone-best-practice

Review JavaScript customizations for kintone security and API compliance.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill kintone-best-practice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kintone-best-practice
Source: https://github.com/HiroyukiMakita/dev-kintone-plugin/tree/main/.opencode/skills/kintone-best-practice/kintone-best-practice
Command: npx skills add https://github.com/HiroyukiMakita/dev-kintone-plugin --skill kintone-best-practice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides essential guidelines and best practices to ensure your kintone customizations are secure, compatible with future platform updates, and maintainable.

Core Features & Use Cases

  • Secure Coding: Prevents common vulnerabilities like XSS and credential leaks.
  • Compatibility: Ensures your code won't break with kintone updates by avoiding reliance on internal structures.
  • API Usage: Guides on efficient and correct use of kintone's REST API.
  • Use Case: Before deploying a new JavaScript customization, use this Skill to review the code for potential security risks and ensure it adheres to kintone's recommended patterns.

Quick Start

Review the provided JavaScript code snippet for adherence to kintone's secure coding guidelines.

Frequently Asked Questions about kintone-best-practice

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent XSS vulnerabilities in my kintone JavaScript customizations?

To prevent XSS vulnerabilities in kintone JavaScript customizations, follow secure coding guidelines that enforce safe patterns and avoid credential leaks. Reviewing your code against these official standards blocks common security risks before deployment.

What are the best practices for using the kintone REST API efficiently?

Best practices for using the kintone REST API involve following official guidelines for efficient and correct usage. Adhering to these standards ensures API compliance, prevents data vulnerabilities, and maintains long-term platform compatibility.

How do I ensure my kintone JavaScript code won't break with future platform updates?

To ensure your kintone JavaScript code won't break with future platform updates, avoid relying on internal structures and use recommended patterns. Compatibility guidelines enforce safe coding practices that maintain long-term platform stability.

Do I need to review my JavaScript code before deploying new kintone customizations?

Yes, you need to review your JavaScript code before deploying new kintone customizations to check for security risks and API compliance. This process ensures your code adheres to kintone's recommended secure coding patterns.

What are the limitations of relying on internal structures for kintone platform development?

Relying on internal structures for kintone platform development limits long-term compatibility because internal structures can change without notice. Avoiding them and using official APIs ensures your customizations remain secure and functional through updates.