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

Security Scan

skill-ray0907-security-scan-security-scan · by Ray0907

Use when a user asks to scan a repository for dependency vulnerabilities, insecure code patterns, CVEs, secrets, or OWASP Top 10 risks.

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

Install

$ agentstack add skill-ray0907-security-scan-security-scan

✓ 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-ray0907-security-scan-security-scan)

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

About

Security Scan

Produce an evidence-backed security assessment without changing application code or dependencies.

Boundaries

  • Treat scanning as read-only. Do not install tools, update advisory databases, build images,

run project scripts, or modify global client settings without explicit approval.

  • Never report a clean scan when a tool failed, was missing, or could not cover the target.
  • Never copy secret values into chat or reports. Follow

[the reporting and redaction contract](references/REPORTING.md).

  • Scan every detected project in a monorepo, not only the repository root.

Interpret the Request

Default to dependency and code scanning. Apply these modes before running tools:

  • --deps-only: skip Semgrep.
  • --code-only: skip dependency scanners.
  • --owasp A01 through A10: retain only findings mapped to that 2025 category.
  • --severity critical,high: filter after normalizing scanner output.
  • --export-bypass: read the reporting reference and export reviewed false positives only.
  • --auto-remind: explain that reminders are client-specific. Do not claim they are enabled or

write client configuration until the user chooses a supported hook or automation.

Reject incompatible --deps-only and --code-only requests instead of guessing.

Workflow

  1. Record the repository path, Git commit, requested modes, scope, and exclusions.
  2. Read [the scanner contract](references/SCANNERS.md). Build the dependency plan with:

``bash python3 /scripts/scan_plan.py --pretty ``

  1. For every ready project, run exactly its planned command from that project's directory.

Never chain package managers with ||. Capture stdout, stderr, exit code, and tool version separately; a non-zero exit may mean findings rather than execution failure.

  1. Mark needs-lockfile, needs-export, and missing-tool entries as inconclusive or skipped.

Offer installation or preparation instructions, but do not perform them without approval.

  1. Unless code scanning was disabled, run:

``bash semgrep scan --config p/owasp-top-ten --json --metrics=off ``

Parse the JSON even when the command exits non-zero. Treat Semgrep as pattern coverage, not proof that all OWASP risks were tested.

  1. Read [the OWASP 2025 mapping](references/OWASP.md). Do not trust legacy 2017 or 2021 labels

without translating them. Dependency findings map primarily to A03:2025.

  1. Enrich actual CVE identifiers only when useful. Batch up to 100 IDs with the NVD cveIds

parameter, honor rate limits, and preserve the scanner result if enrichment fails. Do not invent CVEs for GHSA, RUSTSEC, PYSEC, or other advisory identifiers.

  1. Generate the result using [the reporting contract](references/REPORTING.md). Unless the user

requested files, summarize in chat. Never overwrite an existing report without confirmation.

Completion Gate

Report every scanner as clean, findings, failed, skipped, or inconclusive. Include tool versions and uncovered scope. A scan is complete only when all planned scanners have a recorded state and every displayed snippet has passed redaction.

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.