App Intents Code Review

v1.2.0

Reviews App Intents code for intent structure, entities, shortcuts, and parameters. Use when reviewing code with import AppIntents, @AppIntent, AppEntity, Ap...

0· 89·0 current·0 all-time
byKevin Anderson@anderskev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the included SKILL.md and reference files (intent structure, entities, parameters, shortcuts). Nothing in the package requests unrelated binaries, credentials, or system access.
Instruction Scope
SKILL.md is a review checklist and guidance for inspecting App Intents code. It does not instruct the agent to read system files, access environment variables, call external endpoints, or exfiltrate data. It merely points reviewers to local reference documents.
Install Mechanism
No install spec and no code files to execute — instruction-only bundle. Nothing will be written to disk or downloaded during install.
Credentials
No required environment variables, credentials, or config paths are declared or referenced in the instructions; requested access is proportional to the stated purpose.
Persistence & Privilege
always is false and model invocation is not disabled (normal). The skill does not request persistent system presence or modify other skills/configuration.
Assessment
This skill is a local review checklist and appears safe to add: it asks for nothing sensitive and installs nothing. Before using, be mindful that the agent may ask you to paste source code for review — avoid pasting secrets or proprietary data you don't want exposed. Because the skill owner is unknown, prefer to run reviews locally (copy snippets) rather than sharing complete private repositories. If you want stricter control, only invoke the skill manually (not autonomously) and review any outputs before acting on them.

Like a lobster shell, security has layers — review code before you run it.

latestvk979tmz7899f0m9x7qd0k8d1tx83b3ss

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments