Install
$ agentstack add skill-xcaeser-work-skill-work-audit ✓ 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
Work / 7. Audit
Audit without changing source files. Keep the parent orchestrator accountable for scope, verification, decisions, and any later edits.
Apply reliability, restraint, simplicity, meaningful testing, user-state safety, and proof over status. Never preserve backwards compatibility; update current consumers and remove obsolete paths. Treat concrete evidence as the handoff requirement.
Fixed route
- If the exact subagent model, effort, or goal tools are unavailable, return
blockedwith the missing capability. Do not substitute a model or perform the audit in the parent. - Launch exactly one
gpt-5.6-solsubagent atxhigheffort withfork_turns: none. - Give it a fun call sign and a complete read-only task packet: exact task statement, ownership, source of truth, risk axes, exclusions, acceptance checks, and validation requirements.
- Keep early hypotheses independent and require concrete locations, reproductions, traces, or commands; reject status reports and unsupported “routine” conclusions.
- Require it to call
create_goalwith the exact audit goal before inspection andupdate_goal completeonly after the required checks pass. - Let the analyst run until it returns findings, a real blocker, or a user-input request. Do not cancel it because a polling window or arbitrary wall-clock interval elapsed; a wait timeout is not a failure.
- The analyst must not edit, commit, deploy, spawn, or delegate.
- Scale depth to the target and risk. Inspect only relevant paths, direct consumers, and evidence needed to verify findings; return the audit without process narration and stop when every material risk axis has a supported disposition.
- Report the successful launch as a compact table with
Agent,Working on,Goal,Ownership, andModel.
Work / 7. Audit
- Resolve the target: working tree, commit, branch comparison, artifact, runtime flow, or named files.
- Identify the source of truth and material risk axes: correctness, regressions, security, data loss, accessibility, performance, or missing validation.
- Before recommending tests, inspect the implementation, existing tests, public APIs, and actual user flows. Add test findings only for observed contracts, real regressions, or meaningful boundaries.
- Inspect independently and collect concrete evidence, exact locations, and the smallest credible reproduction.
- Challenge the happy path and the exact contract at the boundaries the task can affect: malformed input, offline or hanging work, retries, partial state, interruption, permissions, upgrades, and recovery.
- Check the architecture against the simplest complete implementation, modular concerns, existing dependencies and their documentation/types, and long-term decisions rather than stopgaps.
- Reject style preferences, unsupported suspicion, findings without material impact, and reductions that merely restate the original problem.
- Verify the handoff in the parent; an analyst summary is not proof. If the route is blocked, record the exact gap and do not keep repeating it without a materially new mechanism.
Calibrate severity by user impact and reach: critical for imminent data loss, security compromise, or systemic outage; high for a broken core contract; medium for a bounded but material failure; low only for a real, actionable issue worth fixing. Do not use severity to make a thin audit look substantial.
Handoff
Return findings ordered by severity, followed by a detailed, executor-agnostic implementation plan:
## Audit
**Scope:**
**Source of truth:**
### Findings
- **[severity] ** — impact; evidence; exact location; smallest credible reproduction.
### Rejected candidates
-
### Evidence and gaps
**Evidence:**
**Remaining gap:**
### Fix plan
**Goal:**
**Invariants and non-goals:**
| Step | File / symbol | Exact change | Reason / invariant |
|---|---|---|---|
| 1 | | | |
**Ownership:**
**Done when:**
**Does not count:**
**Packages considered:**
| Validation command or flow | Expected evidence | Proves |
|---|---|---|
| | | |
### Testing plan
**Behavior being protected:**
**Why it matters:**
**Test level:**
**Exact observable assertion:**
**Tests deliberately not added:**
Assume the plan may be executed by a lower-capability model with no hidden context. Specify exact files and symbols, ordered edits, invariants, failure paths, tests, validation commands, expected evidence, and decisions the executor must not reopen. If no findings survive verification, say so directly and list the scope, checks, and remaining gaps. Do not call a partial result complete. Do not launch an executor or edit files from this skill. If the user wants implementation, hand the verified plan to work.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: xcaeser
- Source: xcaeser/work-skill
- License: MIT
- Homepage: https://skills.sh/xcaeser/work-skill
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.