Skip to content
Security
Command

/profile

Set or view the scan profile (loud, normal, stealth, paranoid)

From plugin
fsociety
2063 skills7 agents63 commands
Install
$ npx -y skills add ogrodev/fsociety --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/profile

Context preview

What this command does when you run it.

Set or view the scan profile (loud, normal, stealth, paranoid)

Command definition

profile.md
description: Set or view the scan profile (loud, normal, stealth, paranoid)
allowed-tools: Bash
argument-hint: [set <profile> | show | list]

Scan Profile Manager

Manage the engagement's scan profile, which controls timing, parallelism, and evasion behavior across all tools.

The user's argument: `$ARGUMENTS`

Dispatch

If no arguments or `show`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/scan-profile.js" show

If `list`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/scan-profile.js" list

If `set <profile>`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/scan-profile.js" set <profile>

If `get`:

node "${CLAUDE_PLUGIN_ROOT}/scripts/scan-profile.js" get

Present the output directly. No additional commentary needed.

Ships withfsociety

Multi-plugin marketplace for Claude Code offensive security plugins

Get the whole plugin, auto-invoked
Stats
20
Stars
0
Views
2
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: ogrodev/fsociety