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.
sensitive-data - Skill - OpenSmartRoute
Skillv1.0.0
sensitive-data
Treat password hashes, tokens, payment provider payloads, webhook signatures, customer phone/email/address, and admin credentials as sensitive. Never log them unsanitized.
Instruction file imported from Ali-Ashraf-physics/online-shop-backend (.github/instructions/security/sensitive-data.instructions.md). Copyright stays with the author.
Sensitive Data Instructions
Treat password hashes, tokens, payment provider payloads, webhook signatures, customer phone/email/address, and admin credentials as sensitive. Never log them unsanitized.
Security checklist
Validate input before use.
Enforce auth and permissions at the controller boundary.
Avoid sensitive data in logs, errors, DTOs, and tests.
Add audit logs for privileged or financial changes.
Prefer deny-by-default for ambiguous access.
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/ali-ashraf-physics-online-shop-backend-sensitive-data-in-41e462/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.