Point (2) applies on the basis of the cybersecurity risk assessment referred to in Article 13(2), and where applicable.
Annex I, Part I (2)(c)Partial
Ensure that vulnerabilities can be addressed through security updates, including where applicable automatic security updates installed within an appropriate timeframe.
- What it demands of you
- You must ship an update mechanism, default it on where applicable, notify users, and let them postpone or opt out.
- What SanctiKey produces
- The authenticity half: a signing key generated inside FIPS 140-3 Level 3 validated HSMs, non-extractable, plus the per-signature record proving which identity signed which release and when. The mechanism, the rollout and the opt-out UX are entirely yours.
- Controls cited
- SC-062, SC-055
Annex I, Part I (2)(f)Direct
Protect the integrity of stored, transmitted or otherwise processed data, commands, programs and configuration against any manipulation or modification not authorised by the user, and report on corruptions.
- What it demands of you
- You must be able to show that firmware, configuration and commands cannot be altered by an unauthorised party without detection.
- What SanctiKey produces
- Signatures produced by a key that has no export path, so a compromised build server yields no ability to sign. Algorithm and key-type combinations are validated on every call, so a weakened or mismatched signing request is refused rather than honoured.
- Controls cited
- SC-004, SC-053, SC-055
Annex I, Part I (2)(e)Partial
Protect the confidentiality of stored, transmitted or otherwise processed data, personal or other, such as by encrypting relevant data at rest or in transit by state of the art mechanisms.
- What it demands of you
- You must encrypt the relevant data and be able to justify the mechanism as state of the art.
- What SanctiKey produces
- Encryption and decryption against keys held in an account outside the one holding the data, with encryption context enforced per call and a destination-key ownership check so data cannot be re-encrypted out to a key you do not own. What you encrypt, and where, stays your design decision.
- Controls cited
- SC-054, SC-055
Annex I, Part I (2)(d)Partial
Ensure protection from unauthorised access by appropriate control mechanisms, including authentication, identity or access management systems, and report on possible unauthorised access.
- What it demands of you
- Your product must authenticate and authorise its users and report suspected unauthorised access.
- What SanctiKey produces
- Per-device identity where you choose certificates over shared secrets: a private CA hierarchy with the root key under the same custody as your signing key. For access to the key service itself, authenticator-app second factor, breached-password blocking, and authorisation that is never cached so a revocation takes effect on the next request.
- Controls cited
- SC-007, SC-009, SC-042, SC-002, SC-003
Annex I, Part I (2)(l)Not covered
Provide security related information by recording and monitoring relevant internal activity, including access to or modification of data, services or functions.
- What it demands of you
- Your product records its own internal activity, access to and modification of its data, services and functions, and offers the user an opt-out.
- What SanctiKey produces
- Nothing from the device side, by design. Recording a device's internal activity means the device reporting it, and a product device that reaches out to a third-party key API is an attack surface we will not ask you to open. We keep a tamper-evident, monitored record of our own side, every cryptographic operation we perform for you, and that record is claimed where it belongs rather than mapped onto your product's telemetry.
Annex I, Part I (2)(a)(b)(g)(h)(i)(j)(k)(m)Not covered
No known exploitable vulnerabilities, secure by default configuration, data minimisation, availability of essential functions, limiting impact on other networks, attack surface limitation, exploitation mitigation, and secure deletion of user data and settings.
- What it demands of you
- These are properties of your product, assessed on your product.
- What SanctiKey produces
- Nothing. A key custody service has no honest claim on any of them, and we're not going to write one just to fill the column.