AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ag 9 Auditar

skill-andregusman-raiz-a-gusman-claude-ag-9-auditar · by andregusman-raiz

Auditoria completa de software (wrapper FORTRESS). Roda MERIDIAN + SENTINEL + ARCHITECT + CONDUCTOR + LIGHTHOUSE + HARNESS (opcional) em sequencia. Fortress Score = laudo completo.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-andregusman-raiz-a-gusman-claude-ag-9-auditar

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-andregusman-raiz-a-gusman-claude-ag-9-auditar)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Ag 9 Auditar? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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:

  1. MERIDIAN (qualidade, MQS)
  2. SENTINEL (seguranca, SSS)
  3. ARCHITECT (arquitetura, AQS)
  4. CONDUCTOR (developer experience, DXS)
  5. LIGHTHOUSE (observabilidade, OBS)
  6. HARNESS (auditor do proprio sistema, HCS) — apenas com --include-harness ou --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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.