Install
$ agentstack add skill-ai45lab-sentryskills-sentryskills-output ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
SentrySkills Output Privacy Guard
Role
As mandatory gate before final output to prevent "explanatory answer leakage."
Input
- Text to be output
- sensitivity_state
- trust_annotations
- Whether multi-source verification completed
Output
leakage_detectedredaction_appliedconfidence_levelsafe_responseoutput_decision(allow|downgrade|block)output_rule_actionand optionaloutput_model_action
Mandatory Checks
- Credentials, keys, privacy fields
- Restatement and reconstruction leakage of sensitive context
- Whether single-source tool conclusions are over-deterministically expressed
- Multi-source verification status
Disposition Rules
- Sensitive leakage detected: redact or
block. - Multi-source verification not completed:
downgrade, output uncertainty notice. - Multi-source consistent and no sensitive leakage: can
allow. - Output rules run before output model analysis; model results may tighten but not relax rule decisions.
- Prompt-injection phrases in output text are not blocking by themselves unless they create leakage, unsafe reconstruction, or executable dangerous content.
Output Template
## Output Guard Result
- output_decision:
- leakage_detected:
- redaction_applied:
- confidence_level:
- safe_response:
Recommended Script Calls
- If
trust_annotationscontains single-tool source conclusions, first call../shared/scripts/verify_multi_source_template.py. - When conclusion has not reached
multi_source_verified,output_decisionshould not default toallow.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AI45Lab
- Source: AI45Lab/SentrySkills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.