DOCS/BUILD
LIVE6 MIN READUPDATED 03 SEP 2026

BUILD / 04

Make privacy part of the agent's operating procedure.

Install the portable SHREDDAR Agent Skill and understand its fail-closed rules.
MCP supplies tools; the Agent Skill supplies the operating discipline around them. The same reviewed SKILL.md works across compatible runtimes and keeps the privacy sequence portable.
PORTABLE ARTIFACT

Download the canonical skill

TERMINALbash
mkdir -p .agents/skills/shreddar-privacy
curl -fsS https://shreddar.pro/integrations/shreddar-privacy/SKILL.md \
  -o .agents/skills/shreddar-privacy/SKILL.md
REQUIRED BOUNDARY

Ten rules the agent must preserve

  • Confirm the source is synthetic or authorized.
  • State one narrow downstream purpose before moving context.
  • Analyze uncertainty, then protect with an explicit policy and mode.
  • Stop when SHREDDAR is unavailable or recommends local_only.
  • Send only protected context or minimum required shards.
  • Never restore, infer, request, log, or transmit removed values.
  • Keep Vault, wallet, and API credentials outside model context.
  • Inspect downstream output before any application-side reconstruction.
  • Report receipt and token-meter evidence without reproducing sensitive values.
  • Label missing price or settlement evidence instead of inventing a cost.
ACCEPTANCE TEST

Test the skill, not just installation

  1. 01

    DISCOVERY

    Start a fresh agent session and confirm the runtime lists shreddar-privacy.

  2. 02

    SYNTHETIC TASK

    Invoke it with a clearly authorized fixture containing multiple entity classes.

  3. 03

    STOP CASE

    Disable the gateway and confirm the agent refuses to bypass SHREDDAR.

  4. 04

    CREDENTIAL CASE

    Use a fake credential pattern and confirm it is blocked, not forwarded.

  5. 05

    REPORT

    Confirm the result names policy, route, meter, and receipt without raw values.

SHREDDAR DOCSYOUR DOC. YOUR DATA. YOUR CONTROL.

Public alpha documentation. Capability labels describe implementation state, not certification or guaranteed suitability.