What problem does it solve?
This skill steers focus toward improving the prompt-manager store scenario's security posture by preventing sensitive data exposure, unauthorized access, and unsafe inputs before deployments.
Core Features & Use Cases
- Sensitive data safeguards: Use knowledge-observatory-tools to read the current security-posture document, map each credential or personal datum, and ensure logging and transmission redaction keeps secrets on the server.
- Authentication and authorization hardening: Review UI, API, and background flows for consistent, centralized permission checks, then update tests to prove forbidden actions remain inaccessible to unprivileged contexts.
- Validation and attack surface reduction: Enforce strict validation and safe encoding on every external input, apply reasonable limits, and add lightweight rate limiting or defaults that keep the scenario resilient to abuse.
- Risk documentation and tracking: Track visited files via visited-tracker-tools with the specified LOCATION and TAG, capture mitigations in the security posture doc, and summarize residual risks for the next loop.
Quick Start
Ask the Security skill to audit the prompt-manager store scenario for sensitive data handling gaps, weak authorizations, and validation failures and then summarize the prioritized hardening steps plus documentation updates.