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

Security Audit

skill-stella-skillguard-security-audit · by stella

Run a security-focused code audit with a generic checklist first, then layer on repo-specific risks.

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

Install

$ agentstack add skill-stella-skillguard-security-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-stella-skillguard-security-audit)

Reliability & compatibility

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

About

Security Audit

Run a security-focused code audit with a generic checklist first, then layer on repo-specific risks.

Instructions

  1. Start with repo context:
  • what kind of system is this?
  • what data does it handle?
  • what are the trust boundaries?
  • what would be high-impact failures here?
  1. Check for hardcoded secrets:
  • API keys
  • tokens
  • passwords
  • private connection strings
  1. Review authentication and authorization:
  • are protected routes actually protected?
  • are object/resource ownership checks enforced server-side?
  • are role checks done at the boundary, not just in the UI?
  1. Review input handling:
  • validation present for user-controlled inputs
  • no obvious SQL injection, command injection, XSS, or path traversal
  • file paths, URLs, and object keys are sanitized appropriately
  1. Review file and storage access when relevant:
  • upload validation
  • download/presign access checks
  • safe retention/deletion behavior
  1. Review network and session behavior:
  • sane session expiration and invalidation
  • rate limits where brute force is plausible
  • external requests have timeouts and failure handling
  • CORS is not broader than necessary
  1. Review dependency risk:

``bash bun audit ``

Use the repo's equivalent audit command if it does not use Bun. Also check GitHub security or Dependabot alerts when available.

  1. Review AI-specific risks when applicable:
  • prompt injection exposure
  • unsafe interpolation of user content into system instructions
  • cross-tenant or cross-document leakage through retrieval/context assembly
  1. Layer in domain-specific risks:
  • finance, healthcare, legal, infra, auth, multi-tenant SaaS, and internal tools

all have different sharp edges

  • explicitly call out the domain assumptions you used
  1. Report findings by severity:
  • Critical
  • High
  • Medium
  • Low

For each finding include:

  • file and line
  • issue
  • likely impact
  • recommended fix
  1. If there are no findings, say so explicitly and mention what was checked

plus any residual gaps in verification.

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.