Legal hr risk taxonomy
Skill Raishin/vanguard-frontier-agentic/skills/cross-functional/legal-hr-risk-taxonomy
Use this skill to assign consistent risk labels to a Legal or HR matter — severity ratings, privilege and privacy sensitivity labels, retaliation and discrimination risk labels, matter-type classes, escalation-gate triggers, and the audit-log schema. It standardizes the vocabulary every Legal and HR agent and case capsule uses so risk is rated the same way across the ecosystem. It does not give legal or HR advice and never concludes that a matter is safe or compliant.From its SKILL.md
npx -y skills add Raishin/vanguard-frontier-agentic --skill legal-hr-risk-taxonomyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 20 stars20 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.5 KB, 867 tokens by cl100k_base, as published. Nobody here has run it
Legal-HR Risk Taxonomy
Purpose
This skill is the shared risk vocabulary for the Legal and HR agent ecosystem. It defines the severity scale, sensitivity labels, matter-type classes, escalation-gate triggers, and the audit-log schema, so every agent and every case capsule rates and labels risk the same way. It does not give legal or HR advice and never concludes that a matter is safe, compliant, or approved.
When to use
- An agent must assign a
risk_ratingor sensitivity label to a matter. - An agent must decide whether an escalation gate is triggered.
- A capsule or audit-log entry must be filled in with consistent labels.
Severity scale
| Rating | Meaning |
|---|---|
| Critical | Immediate legal or regulatory exposure; do not proceed without counsel sign-off. |
| High | Material litigation, regulatory, or financial exposure; escalation strongly indicated. |
| Medium | Manageable with documented controls; monitor and document. |
| Low | Limited exposure on current evidence; note and monitor. |
| Unknown | Jurisdiction or material facts missing; cannot rate. Mandatory when documentation is incomplete. |
Unknown is mandatory, not a fallback. An agent never upgrades a matter to a
ratable severity to avoid an escalation.
Sensitivity labels
privilege_sensitivity:none/possible/likely-privileged.privacy_sensitivity:low/moderate/high/special-category.retaliation_risk,discrimination_or_harassment_risk,regulatory_risk:none-observed/possible/elevated/unknown.litigation_hold_needed:no/recommended/yes/unknown.
Escalation-grade matter types
The following are escalation-grade by default — they always reach a qualified human owner regardless of severity rating: harassment, discrimination, retaliation, whistleblower, workplace safety, wage/hour, worker classification, union/labor, immigration, medical leave, disability accommodation, pay equity, executive misconduct, mass layoff or reorganization, employee data breach, and litigation-hold or discovery matters.
Escalation gates
A matter must be paused and escalated when any gate is true:
- The matter is an escalation-grade matter type (above).
- A claim, complaint, charge, grievance, or subpoena has been filed or threatened.
- Protected activity, protected characteristics, or whistleblower status are in play.
- Attorney-client privilege or work-product protection may be implicated.
- Financial or reputational exposure is material.
- A board, audit-committee, or regulatory-reporting trigger may apply.
- The matter crosses Legal and HR and no documented controls exist.
- Legal and HR agents disagree.
See references/risk-labels.md for the full
matter_type value list and the audit-log schema.
Audit-log schema
Every handoff and escalation produces one audit-log event with the minimum
necessary fields: event_id, case_id, timestamp, initiating_agent,
receiving_agent, human_owner, matter_type, risk_rating,
escalation_status, data_sensitivity, privilege_sensitivity,
action_recommended, action_prohibited, evidence_summary,
open_questions, decision_status, retention_category. Field rules are in
the reference file.
References
- Risk labels and audit-log schema — full
matter_typeenumeration, label definitions, and audit-log field contract.
Security notes
- A rating is an opinion on exposure, never a clearance. Never record "this is compliant" or "safe to proceed"; use the severity scale only.
- The audit log is minimum-necessary. It carries labels and summaries, never raw medical, privileged, credential, or protected-class content.
- When facts are missing, rate
Unknownand trigger the escalation gate rather than guessing a lower severity.
What ships with it: 3 files
11.7 KB alongside SKILL.md
references/
- risk-labels.md3.7 KB
- metadata.json1.1 KB
- README.md6.9 KB
Gives 0 of the 12 instructions most legal skills give in 867 tokens
Counted across 234 of the 234 authors here whose files we hold, read 2026-08-07
- Use text operators for text fieldsin 11 of 234, across 6 files
- Consult qualified counsel before usein 11 of 234, across 3 files
- Use PatentSearch API for patent searchesin 10 of 234, across 5 files
- Confirm jurisdiction, employment type, and required clausesin 9 of 234, across 2 files
- Choose a document template and tailor role-specific termsin 9 of 234, across 2 files
- Validate compensation, benefits, and compliance requirementsin 9 of 234, across 2 files
- Add signature, confidentiality, and IP assignment terms as neededin 9 of 234, across 2 files
- Open the implementation playbook for detailed templatesin 9 of 234, across 2 files
- Use TSDR for trademark data retrievalin 9 of 234, across 4 files
- Ask for clarification if required inputs are missingin 8 of 234, across 2 files
- Set the USPTO_API_KEY environment variablein 8 of 234, across 3 files
- Use the uspto-opendata-python library for PEDSin 8 of 234, across 3 files
Said here and by no other author read
- assign consistent risk and sensitivity labels
- decide if escalation gates are triggered
- fill audit log entries with consistent labels
- rate matters unknown when documentation is incomplete
- pause and escalate when any gate is true
- escalate all escalation grade matter types
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.