SuiteCloud SDK is a collection of tools for customizing NetSuite accounts and building SuiteApps through the SuiteCloud Development Framework. It serves developers through a command-line interface, Visual Studio Code extension, unit-testing tools, and agent skills.
Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/oracle/netsuite-suitecloud-sdknpx agentmods add skills/oracle/netsuite-suitecloud-sdk/netsuite-sdf-safe-guideWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/oracle/netsuite-suitecloud-sdk/netsuite-sdf-safe-guide)<a href="https://agentmods.dev/skills/oracle/netsuite-suitecloud-sdk/netsuite-sdf-safe-guide"><img src="https://agentmods.dev/badge/skills/oracle/netsuite-suitecloud-sdk/netsuite-sdf-safe-guide/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/oracle/netsuite-suitecloud-sdk/netsuite-sdf-safe-guide"><img src="https://agentmods.dev/badge/skills/oracle/netsuite-suitecloud-sdk/netsuite-sdf-safe-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector warn
SkillSpector: 12 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high YARA Match · line 3 YARA rule matched a hack tool or exploit indicator (offensive tools, reconnaissance, privilege escalation, or exploit frameworks).Fix: Remove offensive tool references and exploit code. Legitimate agent skills should not contain penetration testing tools, exploit frameworks, or reconnaissance utilities.
- high Prompt Injection · line 339 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Prompt Injection · line 560 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Prompt Injection · line 634 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Prompt Injection · line 957 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Prompt Injection · line 1217 Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
- high Rogue Agent · line 1563 Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
- high Anti-Refusal · line 1859 Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
- medium Rogue Agent · line 505 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 1520 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Excessive Agency · line 1792 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
- medium Excessive Agency · line 1883 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00104 | $0.39867 |
| Opus 5 | $0.00052 | $0.19933 |
| Sonnet 5 | $0.00021 | $0.07973 |
| Haiku 4.5 | $0.00010 | $0.03987 |
Grade A, and why
netsuite-sdf-safe-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
Licensed UPL-1.0
The repository is licensed UPL-1.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
28 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- quick-reference.md 54 KB
- references/01-understand-netsuite-features.md 23 KB
- references/02-governance-usage-units.md 11 KB
- references/03-performance-optimization.md 25 KB
- references/04-multi-suiteapp-environment.md 19 KB
- references/05-security-privacy.md 20 KB
- references/06-testing-suiteapps.md 18 KB
- references/07-managed-distribution.md 2.6 KB
- references/08-maintenance.md 5.4 KB
- references/09-agreements-licensing.md 6.0 KB
- references/10-open-source-third-party.md 4.7 KB
- references/11-security-best-practices.md 8.6 KB
- references/12-uif-spa-best-practices.md 79 KB
- references/appendices/appendix-application-xml.md 3.6 KB
- references/appendices/appendix-concurrency-cheatsheet.md 4.5 KB
- references/appendices/appendix-customtool-runtime.md 32 KB
- references/appendices/appendix-manifest-features.md 6.8 KB
- references/appendices/appendix-ncache-sample.md 14 KB
- references/appendices/appendix-ndataset-formulas.md 9.0 KB
- references/appendices/appendix-ndataset-record-types.md 11 KB
- references/appendices/appendix-nquery-joins.md 6.4 KB
- references/appendices/appendix-perf-queries.md 16 KB
- references/appendices/appendix-perf-timing.md 17 KB
- references/appendices/appendix-soap-rest-migration.md 13 KB
- references/appendices/appendix-suitetalk-rest.md 7.6 KB
- references/appendices/appendix-uif-component-patterns.md 15 KB
- references/examples-catalog.md 27 KB
- references/safe-guide-index.md 8.4 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 2,806 lines · 104 tokens per session scan A 52825a9a0e85
netsuite-sdf-safe-guide is a skill published in the GitHub repository oracle/netsuite-suitecloud-sdk (336 stars, last pushed today), licensed UPL-1.0. It adds 104 tokens to every session and 39,867 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
prisma-8
Comprehensive guide for building with Prisma 8 (Prisma Next), the contract-first data layer. Use whenever working on Prisma code in a project that uses it — authoring or editing the data contract (contract.prisma, PSL, TypeScript builders), migrations, queries (db.orm / db.sql), runtime wiring (db.ts, middleware…
hunt-nodejs
Hunt Node.js specific vulnerabilities — Prototype Pollution → RCE chains (lodash/merge/assign), Express trust proxy misconfiguration, childprocess/eval injection, template engine SSTI (EJS/Pug/Handlebars), path traversal in file servers, require() injection, environment variable exfil via /proc/self/environ. Use when…
typescript-expert
Expert-level TypeScript development with modern tooling, advanced types, and best practices. Use this skill for TypeScript projects requiring type-safe code, modern bundling, and comprehensive testing.
nodejs-expert
Expert-level Node.js backend development with Express, async patterns, streams, performance optimization, and production best practices. Use when the user mentions JavaScript, backend, Express, or async, or when the task involves Modern Node.js Features, Express Framework, File System Operations, or HTTP Requests.
api-first
Maintain the OpenAPI contract in docs, regenerate TypeScript types into src/generated/api, and wire client/server imports without hand-editing generated files.
migrate-api-to-graphql-client
Migrate the REST client path to a GraphQL client architecture with typed operations and incremental rollout.