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

Agentshield Security Review

skill-giang6283623-minimal-vibe-coding-kit-agentshield-security-review · by giang6283623

repository-native security review workflow for Claude Code, Cursor, Codex, OpenCode, Grok, and Kimi projects using the AgentShield concept. Use when auditing or hardening agent configuration, skills, prompts, hooks, MCP servers, permissions, commands, plugin files, AGENTS.md, CLAUDE.md, or repository-level AI coding-agent surfaces. Prefer this skill before merging changes to .claude, .cursor, .co…

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-giang6283623-minimal-vibe-coding-kit-agentshield-security-review

✓ 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-giang6283623-minimal-vibe-coding-kit-agentshield-security-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

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 Agentshield Security Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AgentShield Security Review

Use this skill to run an AgentShield-style review for Claude Code, Cursor, Codex, OpenCode, Grok, and Kimi repositories. Treat the repo root as the source of truth, then inspect agent surfaces before normal code review.

Core rule

Do not invent findings. Prefer deterministic scanner output when available, then add reviewer judgment separately. Clearly label each finding as scanner-backed, manual-confirmed, or manual-suspected.

Standard workflow

  1. Identify the repo root and active harness surfaces.
  2. Run node .vibekit/scripts/agentshield-probe.mjs . to inventory active provider surfaces, shared skills, hooks, MCP, commands, and repo instruction files.
  3. Check whether the scanner is already installed locally:

``bash npm ls ecc-agentshield --depth=0 --ignore-scripts `` If it is unavailable, use the fallback manual review by default. Fetching and executing a package is a separate trust decision; request approval before using the exact reviewed version.

  1. With a local install or explicit approval, run the version-pinned scanner from the repo root:

``bash npx ecc-agentshield@1.4.0 scan --path . --format text ``

  1. If JSON is needed for CI or automation, run:

``bash npx ecc-agentshield@1.4.0 scan --path . --format json ``

  1. If safe auto-fixes are requested, first summarize the proposed edits, then run:

``bash npx ecc-agentshield@1.4.0 scan --path . --fix ``

  1. Re-run the scan after fixes and report before/after score, severity counts, and changed files.
  2. If AgentShield is unavailable or package execution is not approved, perform the fallback

manual review in references/review-checklist.md.

Harness-native layout

Use a shared root skill where possible:

  • .vibekit/skills/agentshield-security-review/SKILL.md is the canonical workflow.
  • Claude Code may add a slash-command shim in .vibekit/commands/security-scan.md or .claude/commands/security-scan.md.
  • Codex and OpenCode consume the shared .agents/skills/ registry. Codex may additionally use .codex-plugin/plugin.json; OpenCode uses .opencode/commands/ and its root opencode.json permissions.
  • Do not duplicate divergent Claude, Codex, and OpenCode skill bodies. Duplication causes drift.

See references/native-install.md for copy-ready Claude, Codex, and OpenCode snippets.

What to inspect

Prioritize runtime-active files over examples and docs:

  1. CLAUDE.md, AGENTS.md, .github/copilot-instructions.md
  2. .claude/settings.json, .claude/settings.local.json, .claude/agents/*.md, .claude/commands/*.md
  3. .cursor/settings.json, .cursor/cli.json, .cursor/rules/, .cursor/commands/
  4. .codex/config.toml, .codex/, .codex-plugin/plugin.json
  5. .opencode/, opencode.json
  6. .grok/, .kimi-code/
  7. .agents/, agents/, .vibekit/skills/, .vibekit/commands/, .vibekit/scripts/, hooks/
  8. .mcp.json, mcp.json, mcp-configs/*.json
  9. installer scripts, CI workflows, package scripts, and generated plugin manifests

Output contract

Return a concise report with:

  • Security grade/score if AgentShield provides one.
  • Commands run and whether the scan was npx, local, CI, or fallback-manual.
  • Active harness surfaces found.
  • Critical/high findings with exact paths, severity, confidence, exploit impact, and fix.
  • Medium/low findings grouped separately.
  • Safe auto-fix candidates versus manual-only changes.
  • Provider-native installation notes when the repo lacks a configured surface.
  • Final remediation order.

Use references/report-template.md for the preferred report format.

Safety constraints

  • Never print full secrets. Show only the file path and key name or a redacted prefix/suffix.
  • Do not run untrusted hook scripts, MCP server commands, package scripts, or installer scripts just to inspect them.
  • Do not replace the pinned ecc-agentshield@1.4.0 command with an unpinned npx invocation.
  • Do not apply --fix without first stating the planned edit types.
  • Treat wildcard shell permissions, unpinned npx, shell-running MCP servers, prompt-injection instructions, and silent hook failures as high-risk until proven otherwise.

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.