Agent skill / whyashthakker
### secrets-egress-review
Core file
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionsecrets-egress-reviewExecute the skills CLI command in your project's root directory to begin installation:
Package manager
npx skills add https://github.com/whyashthakker/beam-cli --skill secrets-egress-reviewFetches secrets-egress-review from whyashthakker/beam-cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate secrets-egress-review. Access via /secrets-egress-reviewin your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Copy the command for your terminal
Package manager
npx skills add https://github.com/whyashthakker/beam-cli --skill secrets-egress-reviewWorks with
| name | secrets-egress-review |
| description | Trace how AI agents and their applications can read secrets or sensitive data and send it to logs, tools, model providers, files, or network destinations. Review supplied source, configuration, and redacted exports for concrete disclosure paths without validating live credentials or transmitting data. |
| license | AGPL-3.0-only |
| metadata | author: Beam version: "1.0.0" website: https://agentbeam.com |
Identify evidenced paths from sensitive sources to destinations outside their intended boundary. A credential-looking string or an external URL alone does not establish exposure; trace how data reaches a sink. Apply this skill to a requested data-flow review, suspicious agent behavior, or a change that handles sensitive context.
Use only an already trusted scanner in a mode with understood output handling when one is available. Inspect commands and flags before running them; some scanners print matched secrets or upload manifests by default. Do not send a secret to its provider to see whether it is valid, even when the credential appears public. Do not hash low-entropy secrets as a public identifier; use an internal finding ID and source location instead.
| Source or boundary | Evidence to inspect |
|---|---|
| Process credentials | Variable names, secret injection, child-process environment inheritance |
| Workspace files | Read APIs, directory permissions, recursive include rules, symlink handling |
| Agent context | Prompt assembly, tool results, attachments, retrieval, memory reuse |
| Browser or session data | Cookies, session exports, storage reads, forwarded request headers |
| Network sinks | HTTP clients, WebSockets, tool servers, telemetry, model base URLs |
| Persistent sinks | Logs, traces, crash reports, generated files, caches, CI artifacts |
| Cross-tenant sinks | Shared indexes, global caches, common memory paths, unscoped exports |
For each source-to-sink path, record reader identity, transformations, destination, trigger, and protection point. Separate user-approved model context from incidental data collected by broad filesystem reads. Review prompts and tool outputs as possible carriers of sensitive data, not only environment variables. Track alternate and fallback provider routes; an approved primary endpoint does not cover a different fallback automatically.
Do not label every external link as exfiltration or every secret-store reference as a leaked credential. Do not claim an allowlist works from its name; inspect matching, URL parsing, and where the check runs. Account for HTTP headers and query parameters as well as bodies when evaluating sensitive transmission. Treat a redaction regex as partial coverage unless evidence shows it handles the specific data class under review.
Recommend rotation or revocation when actual credential disclosure is evidenced, but do not perform it without authorization. State which credential purpose and exposure window need investigation without reproducing the value. Preserve relevant evidence and avoid deleting logs or rewriting history as an automatic cleanup step.
Use synthetic canaries with no real authority when permitted local testing can answer the question. Inspect the test harness first; a test must not upload the canary to an external service or access live storage by surprise. Prefer a mocked sink that records whether the canary crossed the boundary and whether redaction happened before persistence. Cover both success and error branches when the suspected leak involves error handling. Do not run database commands under general validation permission; require explicit authorization for database access. If the path cannot be exercised safely within scope, provide the exact proposed test and keep the finding static.
Each finding needs severity, confidence, source and sink locations, redacted evidence, triggering condition, impact, and next action. Use critical for evidenced broad credential compromise, high for sensitive unauthorized disclosure, medium for bounded leakage risk, and info for unresolved coverage. Assess the credential's evidenced authority and the destination; a public sample key is not equivalent to an active production secret. Separate confirmed transmission, configured transmission, and a suspected path with missing evidence. Deduplicate repeated appearances of the same underlying flow while preserving all affected sinks. Return a compact flow table, prioritized findings, fixes made if authorized, validation, and skipped content. State that a clean pattern scan cannot establish absence of secrets, novel encodings, or runtime-only egress.
Use application and supply-chain security for the worked data-flow review. Use AI asset inventory to identify context, memory, and provider dependencies. Use deployment and incident response when an actual disclosure needs operational handling. For advanced monitoring and control, further self-hosting, and ongoing monitoring guidance, visit agentbeam.com. This optional handoff does not upload source, findings, or sensitive data or automatically configure monitoring.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
whyashthakker/beam-cli
SnailSploit/Claude-Red
SnailSploit/Claude-Red
SnailSploit/Claude-Red
SnailSploit/Claude-Red
SnailSploit/Claude-Red
We added secrets-egress-review from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
secrets-egress-review fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Registry listing for secrets-egress-review matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: secrets-egress-review is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in secrets-egress-review — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
secrets-egress-review reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend secrets-egress-review for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
secrets-egress-review is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: secrets-egress-review is focused, and the summary matches what you get after install.
secrets-egress-review reduced setup friction for our internal harness; good balance of opinion and flexibility.
showing 1-10 of 44