Install
$ agentstack add skill-andregusman-raiz-a-gusman-claude-ag-9-auditar ✓ 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
AUDITAR — Laudo Completo de Software (FORTRESS + HARNESS)
Invocacao
/auditar https://app.example.com # FORTRESS classico (5D)
/auditar ~/Claude/GitHub/example-platform # FORTRESS classico
/auditar --resume # Retoma de fortress-state.json
/auditar --include-harness ~/Claude/... # FORTRESS + HARNESS (6D, default mensal)
/auditar --harness-only # So auditoria do harness local (sem app target)
O que faz
Delega para ag-fortress (FORTRESS) — roda 5 ou 6 maquinas em sequencia:
- MERIDIAN (qualidade, MQS)
- SENTINEL (seguranca, SSS)
- ARCHITECT (arquitetura, AQS)
- CONDUCTOR (developer experience, DXS)
- LIGHTHOUSE (observabilidade, OBS)
- HARNESS (auditor do proprio sistema, HCS) — apenas com
--include-harnessou--harness-only
Score formulas
Sem HARNESS (default):
Fortress Score (FS) = MQS*0.25 + SSS*0.25 + AQS*0.20 + DXS*0.15 + OBS*0.15
Com HARNESS (--include-harness):
FS6 = MQS*0.22 + SSS*0.22 + AQS*0.18 + DXS*0.13 + OBS*0.13 + HCS*0.12
Convergencia: FS >= 80 = passa. FS 3 skills/hooks novos no harness — --include-harness
- Sob suspeita de drift, redundancia ou prompt injection —
--harness-only - Manual quando usuario pedir audit do proprio Claude Code
Produz
- Laudo completo, scores por dimensao
- Action items P0/P1/P2
- Se HARNESS rodou: relatorio adicional em
docs/diagnosticos/harness-audit-YYYY-MM-DD.md - Update em
~/Claude/.claude/state/harness-audit-history.jsonl(HARNESS history)
Implementacao
# Default (5D)
Agent({
subagent_type: "ag-fortress",
prompt: "[input completo do usuario]",
model: "opus",
run_in_background: true
})
# Com HARNESS (6D)
Agent({
subagent_type: "ag-fortress",
prompt: "[input do usuario] --include-harness",
model: "opus",
run_in_background: true
})
# So HARNESS
Skill({
skill: "ag-auditar-harness",
args: "$ARGUMENTS"
})
Rule referenciada
harness-coverage.md— R9 exige HCS >= 80 em PR que toca.claude/
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: andregusman-raiz
- Source: andregusman-raiz/a-gusman-claude
- 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.