openrouter-data-privacy
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process arbitrary user-provided text to identify and redact PII, which introduces a surface for indirect prompt injection attacks where malicious instructions could be embedded in data processed by the agent.
- Ingestion points: Text data is ingested via
scan_and_redactinSKILL.mdandPIIDetector.redactinreferences/examples.md. - Boundary markers: The skill provides a
validate_requestutility inreferences/security-best-practices.mdthat checks for common injection patterns like 'ignore previous instructions'. - Capability inventory: The skill has access to the
Bashtool and performs network requests to the OpenRouter API via theopenailibrary. - Sanitization: The skill performs PII redaction using regular expressions to replace sensitive values with placeholders, which acts as a form of content sanitization.
- [SAFE]: The skill demonstrates security best practices by recommending the use of environment variables for API keys and implementing audit logging that only stores SHA-256 hashes of prompts rather than the raw content. The instructions to use
.envfiles and environment variables for secrets are considered safe standard practices.
Audit Metadata