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

System Audit

skill-chacosoldier-compabob-system-audit · by chacosoldier

Health check of the assistant's own setup — agents, hooks, skills, settings, memory, and vault structure. Use for "/system-audit", "is everything wired up", or after changing the configuration.

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

Install

$ agentstack add skill-chacosoldier-compabob-system-audit

✓ 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-chacosoldier-compabob-system-audit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 System Audit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

System Audit

Verify the assistant's own configuration is intact and consistent. Run it after customizing the kit, or any time something feels off.

Checks

  1. Setup complete. Search the repo for unfilled placeholders, the pattern setup.sh fills (double braces around capitals, e.g. the assistant-name token). Any hit outside docs/ or a .template file means setup did not finish. Report each one.
  2. Agents. Every file in .claude/agents/ (except _-prefixed ones) has valid frontmatter with name, description, and tools. The description says when to use the agent. Flag any agent with an empty or vague description (routing will suffer).
  3. Hooks. Every hook referenced in .claude/settings.json exists on disk. Run bash scripts/init.sh and report its result.
  4. Skills. Every directory in .claude/skills/ has a SKILL.md with name and description frontmatter.
  5. Settings. .claude/settings.json is valid JSON. settings.local.json exists (created by setup.sh).
  6. Memory. memory/MEMORY.md exists and its links into memory/topics/ resolve.
  7. Vault. vault/ has the expected folders and vault/00-Home.md exists.
  8. Modules. For each enabled module, its own check passes (see the module's README).

Output

A short verdict first: all green, or N issues. Then a checklist with PASS / WARN / FAIL per item, and for each FAIL the concrete fix. End with the single most important thing to fix, if anything.

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.