Amazon Route 53 command protection
Reviews AWS Route 53 hosted-zone, record, health-check, traffic-policy, DNSSEC, and Resolver deletions.
command.dns.aws · v1.0.0 · Cloud and infrastructure
Protection rules
6
Permission checks
6
Mapped commands
17
Overview
What this coverage does
Reviews AWS Route 53 hosted-zone, record, health-check, traffic-policy, DNSSEC, and Resolver deletions.
This coverage is built into the native Guard runtime.
Stated limits
- Coverage is limited to the reviewed operations and the surrounding Guard policy.
- A maintainer profile is not a security certification or an official upstream endorsement.
Command mapping
Every command this extension recognizes, with the catalog default floor Guard applies before workspace policy. Search the table, then open an operation for safe variants and the permission ID.
6 operations · 6 reviewed by default These are catalog defaults, not your workspace policy.
Showing 6 of 6 operations
- Reviewed Guard intercepts the command for review before it runs.Critical
aws route53 deactivate-key-signing-keyaws route53 delete-key-signing-keyaws route53 disable-hosted-zone-dnssec
Amazon Route 53 DNSSEC disable
- Default floor
- Reviewed by default. Guard intercepts the command for review before it runs.
- Detector mode
- review
- What it matches
- Identifies amazon route 53 dnssec disable operations.
- Documented safe variants
--helpgenerate-cli-skeletonskip this operation when they are the documented preview or help form.- Permission ID
command.dns.aws.permission.dnssec-disable
- Reviewed Guard intercepts the command for review before it runs.Critical
aws route53 delete-health-check
Amazon Route 53 health-check deletion
- Default floor
- Reviewed by default. Guard intercepts the command for review before it runs.
- Detector mode
- review
- What it matches
- Identifies amazon route 53 health-check deletion operations.
- Documented safe variants
--helpgenerate-cli-skeletonskip this operation when they are the documented preview or help form.- Permission ID
command.dns.aws.permission.health-check-deletion
- Reviewed Guard intercepts the command for review before it runs.Critical
aws route53 change-resource-record-sets
Amazon Route 53 record change
- Default floor
- Reviewed by default. Guard intercepts the command for review before it runs.
- Detector mode
- review
- What it matches
- Identifies amazon route 53 record change operations.
- Documented safe variants
--helpgenerate-cli-skeletonskip this operation when they are the documented preview or help form.- Permission ID
command.dns.aws.permission.record-change
- Reviewed Guard intercepts the command for review before it runs.Critical
aws route53resolver delete-firewall-domain-listaws route53resolver delete-firewall-ruleaws route53resolver delete-firewall-rule-groupaws route53resolver delete-outpost-resolveraws route53resolver delete-resolver-endpointaws route53resolver delete-resolver-query-log-configaws route53resolver delete-resolver-rule
Amazon Route 53 Resolver deletion
- Default floor
- Reviewed by default. Guard intercepts the command for review before it runs.
- Detector mode
- review
- What it matches
- Identifies amazon route 53 resolver deletion operations.
- Documented safe variants
--helpgenerate-cli-skeletonskip this operation when they are the documented preview or help form.- Permission ID
command.dns.aws.permission.resolver-deletion
- Reviewed Guard intercepts the command for review before it runs.Critical
aws route53 delete-traffic-policyaws route53 delete-traffic-policy-instance
Amazon Route 53 traffic-policy deletion
- Default floor
- Reviewed by default. Guard intercepts the command for review before it runs.
- Detector mode
- review
- What it matches
- Identifies amazon route 53 traffic-policy deletion operations.
- Documented safe variants
--helpgenerate-cli-skeletonskip this operation when they are the documented preview or help form.- Permission ID
command.dns.aws.permission.traffic-policy-deletion
- Reviewed Guard intercepts the command for review before it runs.Critical
aws route53 delete-hosted-zoneaws route53 delete-query-logging-configaws route53 delete-reusable-delegation-set
Amazon Route 53 hosted-zone deletion
- Default floor
- Reviewed by default. Guard intercepts the command for review before it runs.
- Detector mode
- review
- What it matches
- Identifies amazon route 53 hosted-zone deletion operations.
- Documented safe variants
--helpgenerate-cli-skeletonskip this operation when they are the documented preview or help form.- Permission ID
command.dns.aws.permission.zone-deletion
Tool state mapping
No per-tool overrides are declared. Command defaults above resolve through the workspace Guard policy unless a later policy layer changes them.
Runtime identity
- Catalog ID
command.dns.aws- Guard enforcement ID
command.dns.aws- Source path
src/codex_plugin_scanner/guard/runtime/command_builtin_extension_registry.py
Action classes
AWS DNS destructive commandTechnical profile
No independent profile published
This extension has no current independent technical profile. Catalog facts and any legacy launch remain separate and are not presented as profile evidence.
FAQ
Frequently asked questions
Reviews AWS Route 53 hosted-zone, record, health-check, traffic-policy, DNSSEC, and Resolver deletions. The listing declares 6 rules and 6 permission checks. 6 operations · 6 reviewed by default. Coverage is limited to these reviewed operations and the surrounding Guard policy.
Built-in coverage: This coverage is built into the native Guard runtime. Enabling state is always controlled through Guard policy, never from this directory.
This listing is maintained by the HOL Guard project itself as part of the native runtime catalog.
No. Every listing documents source, activation model, maintainer identity, and stated limitations so you can evaluate coverage before enabling it. Review the stated limitations and the exact source tree before relying on any single control.
6 operations · 6 reviewed by default. Examples: aws route53 disable-hosted-zone-dnssec --hosted-zone-id Z123 (reviewed by default); aws route53 delete-health-check --health-check-id abc (reviewed by default); aws route53 change-resource-record-sets --hosted-zone-id Z123 --change-batch file://change.json (reviewed by default); aws route53resolver delete-resolver-endpoint --resolver-endpoint-id rslvr-in-123 (reviewed by default); aws route53 delete-traffic-policy --id policy123 --version 1 (reviewed by default); aws route53 delete-hosted-zone --id Z123 (reviewed by default). These are catalog defaults, not your workspace policy.
This coverage is built into the native Guard runtime. Enablement is managed through your workspace's Guard policy and controls — never from this directory. Open the install guidance for the setup flow, then adjust the command coverage for command.dns.aws in Guard's policy surface.
The matching action is stopped at Guard's pre-action boundary before it executes, and the decision is recorded with evidence your workspace can review. Exact behavior follows your Guard policy combined with this entry's 6 rules and 6 permission checks.
No. Guard is local-first: interception, decisions, and evidence stay on your machine unless your workspace explicitly configures cloud features. This page is documentation only — it never executes a command or changes protection state.
Guard runs locally alongside the major AI coding agents and MCP-capable harnesses, so this coverage applies wherever Guard intercepts actions. See the supported harness guides at https://hol.org/guard/harnesses for per-tool approval behavior and limitations.
Guard has a free local tier that includes command interception, evidence, and the policy controls this listing documents. Team plans add shared policy, review queues, and audit surfaces. Current plans: https://hol.org/guard/pricing
Open an issue or pull request against the hol-guard repository, where the canonical catalog lives: https://github.com/hashgraph-online/hol-guard Listings are corrected through the same public review process that adds them.
Yes — community coverage is accepted through public pull requests with recorded provenance. Project-maintained listings like this one are extended by the HOL Guard team; propose new operations through the hol-guard repository.
The command mapping table is the audit trail for covered commands and catalog default floors. Pair it with the reviewed rule and permission counts, the per-tool state mapping, and the exact source tree linked from View exact source at the reviewed commit. Guard records enforcement decisions with evidence locally, so what ships matches what you reviewed.