googleworkspace/cli · Official

gws-modelarmor-sanitize-response

Google Model Armor: Sanitize a model response through a Model Armor template.

All-time #864 Trending #1712 Hot #431 First seen Mar 4, 2026
8-week activity · all time api

Installation

$ npx skills add googleworkspace/cli --skill gws-modelarmor-sanitize-response

Summary

  • Sanitize model responses through Google Model Armor templates for outbound safety.
  • Applies Model Armor templates to filter model outputs before delivery to users Accepts text input via --text flag or piped stdin, with optional full JSON request body override Requires template resource name in format projects/PROJECT/locations/LOCATION/templates/TEMPLATE Complements the +sanitize-prompt command for inbound user input safety

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 1, 2026

This skill provides a secure interface to Google Model Armor for sanitizing AI model responses. It uses the authorized 'gws' command-line tool and follows established safety practices for outbound content filtering without any detected malicious patterns.

snyk LOW

Analyzed Apr 1, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Apr 1, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from googleworkspace/cli · top by installs.

npx skills add googleworkspace/cli

Browse all from googleworkspace/cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 30.8K
License LICENSE
Default branch main
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.22.5
Declared agents clawdbot
More metadata
version
0.22.5
openclaw
{"category":"security","requires":{"bins":["gws"]},"cliHelp":"gws modelarmor +sanitize-response --help"}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,436 B
  • docs SUMMARY.md 117 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 26,600 installs

SKILL.md

modelarmor +sanitize-response

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Sanitize a model response through a Model Armor template

Usage

gws modelarmor +sanitize-response --template <NAME>

Flags

Flag Required Default Description
--template Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE)
--text Text content to sanitize
--json Full JSON request body (overrides --text)

Examples

gws modelarmor +sanitize-response --template projects/P/locations/L/templates/T --text 'model output'
model_cmd | gws modelarmor +sanitize-response --template ...

Tips

  • Use for outbound safety (model -> user).
  • For inbound safety (user -> model), use +sanitize-prompt.

See Also

  • [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
  • [gws-modelarmor](../gws-modelarmor/SKILL.md) — All filter user-generated content for safety commands