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

Security Review

skill-icodecraft-anti-slop-security-review · by iCodeCraft

Review code for security issues before merge — authz gaps, injection, secrets, unsafe defaults, SSRF, path traversal. Use when reviewing a PR, auditing a diff, shipping auth/payments/uploads, or when the user asks for a security review or OWASP check.

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

Install

$ agentstack add skill-icodecraft-anti-slop-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-icodecraft-anti-slop-security-review)

Reliability & compatibility

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

About

Security Review

Review the current change like a security-minded senior. Prefer concrete findings over generic advice.

Scope

Focus on the diff and directly related call paths. Do not audit the whole repo unless asked.

Checklist

Auth & access

  • [ ] Every sensitive action checks authentication and authorization
  • [ ] IDs from the client are not trusted for ownership (userId in body ≠ proof)
  • [ ] Admin/debug routes are gated; no "temporary" open endpoints

Input & data

  • [ ] User input is validated at the boundary (type, length, allowlist)
  • [ ] SQL/NoSQL/search queries are parameterized — no string concat
  • [ ] HTML/Markdown/user content is escaped or sanitized where rendered
  • [ ] File uploads: size limits, type allowlist, stored outside web root, randomized names
  • [ ] Path joins cannot escape intended directories (../)

Secrets & config

  • [ ] No secrets in source, logs, client bundles, or example env files with real values
  • [ ] New env vars documented; defaults are safe for production
  • [ ] Tokens/passwords not written to analytics or error trackers

Network & server

  • [ ] Outbound fetches do not accept raw user URLs without allowlisting (SSRF)
  • [ ] CORS is least-privilege; credentials only when required
  • [ ] Cookies: HttpOnly, Secure, SameSite where applicable

Dangerous APIs

  • [ ] No eval, dangerouslySetInnerHTML, shell exec with unsanitized input
  • [ ] Deserialization of untrusted data is avoided or hardened
  • [ ] Crypto/auth libraries are standard — no home-rolled JWT/crypto

Output format

Group findings:

| Severity | Rule | Where | Why it matters | Fix | |----------|------|-------|----------------|-----| | Critical / High / Medium / Low / Note | short name | file:line or symbol | 1 sentence | concrete change |

End with:

  • Blockers — must fix before merge
  • Safe to ship with follow-ups — optional

If no issues: say so explicitly and list what you checked.

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.