Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Instruction file imported from deepak-sp-inapp/copilot-ts-react-plugin (.github/instructions/typescript/security.instructions.md). Copyright stays with the author.
TypeScript/JavaScript Security
This file extends common/security.md with TypeScript/JavaScript specific content.
Secret Management
// NEVER: Hardcoded secretsconst apiKey = "sk-proj-xxxxx"// ALWAYS: Environment variablesconst apiKey = process.env.OPENAI_API_KEYif (!apiKey) { throw new Error('OPENAI_API_KEY not configured')}
Agent Support
Use security-reviewer skill for comprehensive security audits
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/deepak-sp-inapp-copilot-ts-react-plugin-security-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.