Use this file to discover all available pages before exploring further.
PromptGuard is built with enterprise security requirements in mind. This page outlines our security practices, compliance status, and data handling policies.
AI management system controls for risk, logging, transparency, oversight
ISO 27001
Planned
On roadmap for 2026
HIPAA
Planned
Contact sales for roadmap
“Aligned” means PromptGuard provides the technical controls that satisfy the framework’s requirements. Formal certification (where applicable) requires third-party audit. For enterprise customers requiring specific compliance certifications, contact sales@promptguard.co to discuss your requirements.
The EU AI Act (Regulation 2024/1689) imposes requirements on high-risk AI systems, enforceable from August 2, 2026. PromptGuard provides technical controls that map to each requirement:
EU AI Act Article
Requirement
PromptGuard Capability
Art. 9 — Risk Management
Systematic risk identification, analysis, and mitigation throughout the AI lifecycle
Meet standards for accuracy, resilience to attacks, and cybersecurity
Evaluated at F1=0.887 on 2,369 adversarial samples, automated red team testing, agent identity with cryptographic credentials, behavioral drift detection
Only metadata (timestamps, threat types, confidence scores) is logged
Your data never touches disk in unencrypted form
Security event logs may contain sanitized snippets of blocked content for debugging purposes. These are automatically purged after the retention period. Enterprise customers can disable content logging entirely.
Register agents with verified cryptographic credentials. Each agent receives a unique pgag_ secret that authenticates tool-call and guard requests. Self-asserted agent IDs still work (backward compatible), but verified agents get explicit identity confirmation in audit logs and governance reports.
POST /api/v1/agent/register — Register and receive a one-time credential
POST /api/v1/agent/{agent_id}/rotate-credential — Revoke old credential, issue new one
After an agent accumulates sufficient observations, PromptGuard freezes a behavioral baseline capturing the agent’s normal tool-usage distribution. Every subsequent request is compared against this baseline using Jensen-Shannon divergence. If the distribution shifts beyond the configured threshold, a BEHAVIORAL_DRIFT alert fires.
Every audit event’s SHA-256 hash incorporates the previous event’s hash, forming a cryptographic chain. If any event is modified or deleted, the chain breaks and verification fails. Use POST /dashboard/audit-log/verify-chain to verify chain integrity over any time range.
The report includes sections for agent identity verification rates, behavioral drift alerts, audit chain integrity status, security decision summaries, and a chronological incident timeline.